-
Notifications
You must be signed in to change notification settings - Fork 17
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
Can't use nextval('my_sequence') in insert statement #46
Comments
I'll have a look at this and try to reproduce the issue. |
Ok, the issue here is, that this module can only handle JSON Datatypes with the insert command. So you can only send the nextval command as a string which results in a query like
We need to think about a solution how one can use this special commands within the INSERT command. Any ideas? |
I am using you library from clojure and for me something like list
|
I don't think it's possible to get this into the |
When use "action" : "insert" nextval cant be used (wrong type exception)
The text was updated successfully, but these errors were encountered: