-
Notifications
You must be signed in to change notification settings - Fork 223
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
Add or edit an entry doesn't work #108
Comments
If the record isn't saved for some reason you should receive back some error message from the database. |
But in the fact I’m not receiving back the error message. Maybe the user hasn't a full permission? But he is the owner of the database.. It’s a really weird behavior.
|
You can try the examples first. They should be working, so you can compare your configuration with the one found in the examples. |
Ok.. I try the example, and I obtain the same behavior that I had.. So, I go to database and execute above sql and works now: http://i.imgur.com/YbcP0V5.png I'm using PostgreSQL 9.4 |
What flags do you pass to the admin? Copy/paste the command that you are using here. |
|
Remove -v and try again
|
It's working! Why -v flag interferes? Thanks! |
That's stated in the docs:
Though almost at the bottom :) |
Ups. Sry, I haven't read the last sentence. |
Hi,
I'm having a strange behavior. I'm using PostgresSQL and Node 4.4 and simply trying to add or edit an entry. And it's returned a successful message: "Success: The record have been saved." but nothing it's added or edited in database.
With -l flag it's returned a insert that I copy and directly execute in database, and voila, I finally successful insert the entry with SQL returned by the log.
So, what may be happening?
Thanks!
The text was updated successfully, but these errors were encountered: