mirror of
https://github.com/dotnetcore/FreeSql.git
synced 2026-02-21 07:40:57 +08:00
fix-bigserial
解决bigserial类型列报114问题
This commit is contained in:
@@ -65,6 +65,7 @@ namespace FreeSql.GBase
|
||||
case "SMALLFLOAT":
|
||||
return;
|
||||
case "BIGINT":
|
||||
case "BIGSERIAL":
|
||||
//Unkonw SQL type -- 114.
|
||||
try
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user