Aqua Data Studio 15.0.0-dev-34
Database version: SQLite 3.
Step 1: Connect to SQLite.
Step 2 : Create table.
CREATE TABLE "test_table" ( "c1" INTEGER NOT NULL,
"c2" TEXT,
"c3" TEXT,
PRIMARY KEY("c1")
)
GO
Step 3 : Right click on test_table -> Edit table data -> Click on insert row after.
Step 4: Enter values 1,test,data for columns c1,c2,c3 -> Save & Refresh.
Step 5 : Double click on cell,c3 -> Keep cursor on cell -> Click on icon “Insert Row Before”.
You can observe content of selected cell gets copied to the new row.This behavior is not observed, if we use “Insert Row After” instead of “Insert Row Before”. This also occurs in previous versions of ADS.
|
291 KB
Issue #10749 |
Closed |
Completion |
No due date |
No fixed build |
No time estimate |