Closed GoogleCodeExporter closed 8 years ago
Original comment by jwfro...@gmail.com
on 27 May 2010 at 7:53
Bad SQL is also generated when one tries to commit a deletion (See below). In
this
case the SQL to do the deletion is fine, but the SQL to insert into _L_DEL is
faulty.
So, the tuple is deleted from the base table, but not _L resulting in an
inconsistent
state.
16:17:27,984 INFO SqlDb:877 - INSERT INTO
PLASMO."TAXNAMES_L_DEL(TAX_ID,TAX_NAME,NAME_CLASS)"
VALUES (31271, 'Plasmodium chabaudi chabaudi', 'scientific name')
INSERT INTO PLASMO."TAXNAMES_L_DEL(TAX_ID,TAX_NAME,NAME_CLASS)"
VALUES (31271, 'Plasmodium chabaudi chabaudi', 'scientific name')
Original comment by jwfro...@gmail.com
on 27 May 2010 at 8:26
The RelationDataPanel will be made read-only in the 0.1 release.
Original comment by jwfro...@gmail.com
on 29 May 2010 at 10:10
The RelationDataPanel was made read-only.
Original comment by jwfro...@gmail.com
on 2 Jul 2010 at 8:12
Original issue reported on code.google.com by
jwfro...@gmail.com
on 27 May 2010 at 7:43