OpenBEL / openbel-framework

An open platform for capturing, integrating, storing, and sharing biological knowledge in and across organizations.
http://openbel.org
Apache License 2.0
22 stars 7 forks source link

allow for insert / update of primary keys (derby) #60

Closed abargnesi closed 11 years ago

abargnesi commented 11 years ago

The derby database (default; embedded profile) does not allow for updates or inserts on the primary key. This is due to the use of "GENERATED ALWAYS..." instead of "GENERATED BY DEFAULT...".