Skip to content

Commit

Permalink
Merge pull request #1920 from zxr6367587/gbasefixbigserial
Browse files Browse the repository at this point in the history
fix-bigserial
  • Loading branch information
2881099 authored Nov 12, 2024
2 parents 670f971 + 868a043 commit 0fb6e7f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Providers/FreeSql.Provider.GBase/GBaseProvider.cs
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ public GBaseProvider(string masterConnectionString, string[] slaveConnectionStri
case "SMALLFLOAT":
return;
case "BIGINT":
case "BIGSERIAL":
//Unkonw SQL type -- 114.
try
{
Expand Down Expand Up @@ -147,4 +148,4 @@ public override void Dispose()
//$CLIENT_LOCALE : zh_CN.utf8
//JDBC URL : jdbc:gbasedbt-sqli://IPADDR:9088/testdb:GBASEDBTSERVER=gbase01;DB_LOCALE=zh_CN.utf8;CLIENT_LOCALE=zh_CN.utf8;IFX_LOCK_MODE_WAIT=10
//JDBC USERNAME : gbasedbt
//JDBC PASSWORD : GBase123
//JDBC PASSWORD : GBase123

0 comments on commit 0fb6e7f

Please sign in to comment.