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
Is there any reason why used database.useTransaction method instead of database.useConnection while we call Database.insertAndGenerateKey(table, block)? Is it tested? Because, in my case, but log says everything is okey(printing effects count and generated key), transaction don't be committed.
Can anyone clarify situation. Is there bug or it's my wrong?
Is there any reason why used
database.useTransaction
method instead ofdatabase.useConnection
while we callDatabase.insertAndGenerateKey(table, block)
? Is it tested? Because, in my case, but log says everything is okey(printing effects count and generated key), transaction don't be committed.Can anyone clarify situation. Is there bug or it's my wrong?
Database: PostgreSQL
Ktorm version: 2.7
pgDriverVersion: 42.2.9
The text was updated successfully, but these errors were encountered: