From: Gavin_King/Cirrus%<CI...@ci...> - 2002-03-08 02:59:29
|
(1) The native key generation rearranges the insertion order of objects and was causing foreign key constraint violations. I have made a quick (easy) fix, though something more efficient might be better in future. (Nothing changed for non-native key generation.) (2) I also added support for DB2 native key generation. So the list so far is: MySQL Sybase MS SQL DB2 What other dbs support this? Oracle and Interbase don't have identity columns and I think the same goes for Postgres. This leaves: HSQL _does_ have identity columns. McKoi and Progress I'm not sure about. |