Re: Identity column and 40XL1 error

2018-04-09 Thread Rick Hillegas
Can you make this error occur in a new database, one which hasn't already exhausted the ranges of its identity columns and sequence generators? If you can, then I recommend the following next steps: 1) Open a JIRA issue for this problem. 2) Run your application. Make sure that you boot the

Re: Identity column and 40XL1 error

2018-04-09 Thread palo.liska
Rick Hillegas-3 wrote > Technically, Hibernate should not be calling getGeneratedKeys() because > Derby's DatabaseMetaData says that the method is not supported. But > whoever wrote the porting layer on top of Derby must have cribbed the > code from another database which does support that