Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support database transactions #38

Open
shahendaeldeeb opened this issue Nov 29, 2017 · 2 comments
Open

Support database transactions #38

shahendaeldeeb opened this issue Nov 29, 2017 · 2 comments

Comments

@shahendaeldeeb
Copy link

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

@kennygrant kennygrant changed the title I can't make database transactions Support database transactions Nov 29, 2017
@kennygrant
Copy link
Contributor

I agree it'd be nice to support transactions explicitly somehow. You can access the driver in the meantime I think.

@shahendaeldeeb
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants