google-code-export / sqlite-manager

Automatically exported from code.google.com/p/sqlite-manager
1 stars 0 forks source link

In Browse window, Edit always edits the first row of table. #848

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
In a large schema (48 columns) table with 1000 rows, Edit fills in
values from the first row whose first column matches the selected rows
first column.  This table has a PRIMARY KEY that is comprised
of the first 3 columns, eg.

CREATE TABLE FOO(
  A integer NOT NULL,
  B integer NOT NULL,
  C integer NOT NULL,
  D bit default 0,

  Z integer default 0,
  PRIMARY KEY (A, B, C)
);

Seems to work fine on single keyed tables.

Browser: Firefox 30.0.
Extension Version = 0.8.1
Application = sqlite manager
OS = Windows 7

Original issue reported on code.google.com by pmacd...@gmail.com on 23 Jun 2014 at 8:38

GoogleCodeExporter commented 9 years ago
I have the same problem.. You could solve it?

Original comment by insur.si...@gmail.com on 3 Oct 2014 at 7:41

GoogleCodeExporter commented 9 years ago
Unfortunately, my solution is to stop using sqlite manager.

Original comment by pmacd...@gmail.com on 6 Oct 2014 at 1:30