We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9937a01 commit 377ff75Copy full SHA for 377ff75
.github/workflows/NetCoreTests.yml
@@ -13,7 +13,7 @@ jobs:
13
- DB: PostgreSQL
14
CONNECTION_STRING: "Host=localhost;Port=5432;Username=nhibernate;Password=nhibernate;Database=nhibernate;Enlist=true;"
15
- DB: Firebird
16
- CONNECTION_STRING: "DataSource=localhost;Database=nhibernate;User=SYSDBA;Password=nhibernate;charset=utf8;"
+ CONNECTION_STRING: "DataSource=localhost;Database=nhibernate;User=SYSDBA;Password=nhibernate;charset=utf8;Packet Size=4096"
17
- DB: MySQL
18
CONNECTION_STRING: "Server=localhost;Uid=root;Password=nhibernate;Database=nhibernate;Old Guids=True;"
19
ALLOW_FAILURE: true
0 commit comments