Skip to content

Commit 377ff75

Browse files
committed
test firebird
1 parent 9937a01 commit 377ff75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/NetCoreTests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- DB: PostgreSQL
1414
CONNECTION_STRING: "Host=localhost;Port=5432;Username=nhibernate;Password=nhibernate;Database=nhibernate;Enlist=true;"
1515
- DB: Firebird
16-
CONNECTION_STRING: "DataSource=localhost;Database=nhibernate;User=SYSDBA;Password=nhibernate;charset=utf8;"
16+
CONNECTION_STRING: "DataSource=localhost;Database=nhibernate;User=SYSDBA;Password=nhibernate;charset=utf8;Packet Size=4096"
1717
- DB: MySQL
1818
CONNECTION_STRING: "Server=localhost;Uid=root;Password=nhibernate;Database=nhibernate;Old Guids=True;"
1919
ALLOW_FAILURE: true

0 commit comments

Comments
 (0)