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
Not quite clear how does the sql2o actualy gets the jdbc connection that is binded to the active transaction?
As far as I know, in order to get a jdbc connection binded to the active spring transaction, DataSourceUtils.getConnection()
shoud be used ( instead of directly from data sourcre) or data source wraped to TransactionAwareDataSourceProxy
Thx!
The text was updated successfully, but these errors were encountered:
https://github.com/aaberg/sql2o/wiki/Integration-with-Spring-Framework
Not quite clear how does the sql2o actualy gets the jdbc connection that is binded to the active transaction?
As far as I know, in order to get a jdbc connection binded to the active spring transaction, DataSourceUtils.getConnection()
shoud be used ( instead of directly from data sourcre) or data source wraped to TransactionAwareDataSourceProxy
Thx!
The text was updated successfully, but these errors were encountered: