You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
JayBird 3.0.5 send SQL SAVEPOINT "ITER" with V10Database.executeImmediate(). Here getConnectionDialect() returns 1 (this is fine, and intentional) BUT the statementText already costructed by JayBird with fix dialect 3 format (quoted name)
FBSavepoint class should be dialect aware and create quoted name only in dialect 3.
This is OK with JayBird 2.9.9 : send SQL SAVEPOINT "ITER" with gds.iscDsqlExecImmed2(getIscDBHandle(), currentTr, statement, 3, null, null);
Submitted by: Attila Molnár (e_pluribus_unum)
JayBird 3.0.5 send SQL SAVEPOINT "ITER" with V10Database.executeImmediate(). Here getConnectionDialect() returns 1 (this is fine, and intentional) BUT the statementText already costructed by JayBird with fix dialect 3 format (quoted name)
FBSavepoint class should be dialect aware and create quoted name only in dialect 3.
This is OK with JayBird 2.9.9 : send SQL SAVEPOINT "ITER" with gds.iscDsqlExecImmed2(getIscDBHandle(), currentTr, statement, 3, null, null);
Commits: f064f63 8e1c9c4
The text was updated successfully, but these errors were encountered: