Using IntelliJ 14.0.3, whenever I try to create a new row inside a database table, the editor simply creates a new row with default values ββfor each column. Then I edit these default values ββwith the actual values. After updating, the line then disappears. Auto commit is on.
Edit: Also happens in IntelliJ IDEA 14.1.1. Even when Auto-Commit is turned off, after creating the line, edit the values, then click on the "Commit" button, it has not yet been saved.
source share