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
Functions exposed in file named database_psql.go doesn't allow me to send transactions to database as it doesn't have a specific function that deal with pq driver transaction function.
I think we can solve this issue by generating new function that uses pq driver transaction functions.
Thanks in advance
The text was updated successfully, but these errors were encountered:
kennygrant
changed the title
I can't make database transactions
Support database transactions
Nov 29, 2017
first thanks for your reply ,
I think transactions is very common and essential functionality, so it would be nice if it's handled in next release/update.
Functions exposed in file named database_psql.go doesn't allow me to send transactions to database as it doesn't have a specific function that deal with pq driver transaction function.
I think we can solve this issue by generating new function that uses pq driver transaction functions.
Thanks in advance
The text was updated successfully, but these errors were encountered: