|
I agree Derby could use generated by DEFAULT option. But since
it is not there currently, omitting the column in the insert list could
help where possible. Satheesh Suavi Ali Demir wrote: The next import may be a table with foreign keys to the first one. Sometimes (most of the time actually) it is desireable to keep the original values in an identity column.Having to use "generated always" blocks many solutions including import/export, replication/sync where key space could be partitioned between master slave to be able to replicate identity columns back and forth. (Want to have 2 databases where in one database i insert values 0-2 billion and in another i insert 2 billion to 4 billion and i want these rows to be usable in both databases). "generated by default" may help greatly to make this possible for auto int columns. Regards, Ali --- Satheesh Bandaram <[EMAIL PROTECTED]> wrote: |
