Database tool: submit button doesnt commit inserts in oracle DB (phpstorm 2017.1.3)
hello, I did a connection to oracle and i can run selects and updates with no problem.
But i created a new table and try to insert some data using the grid, then I press the button "Submit" and the data is not saved in the DB.
I do a select in that table and i got empty results.
请先登录再写评论。
Please enable Auto-Commit and Auto-Sync in the Oracle driver preferences and try again.
hello, Auto-Sync was already enabled.
I check Auto-Commit and tried, same problem.
I should mention that oracle db is a docker container, but it works fine with my previous IDE and SQL developer 4.0.2.
Could you please share the exact query sample you are using to insert data?
Hello, is not a query, I just use the grid to make changes and commit to the DB.
after submit, I cant see my changes.
Ah! Thank you, finally I got the issue: https://youtrack.jetbrains.com/issue/DBE-4218