[h2] JDBC API Non-compliance in Connection.createArray()

2016-02-17 Thread Diego Rivera
As per the JavaDoc, Connection.createArray() should raise a SQLFeatureNotSupportedException if the feature is not supported, and a SQLException for other errors such as if a database error occurs, the JDBC type is not appropriate for the typeName and the conversion is not supported, the

Re: [h2] Unique index or primary key violation in version 1.4.191

2016-02-17 Thread Blair Motchan
I have not tested the scenario with MVCC off because that is pretty much a non-starter for our performance requirements. It is kind of an odd bug because the application, the embedded h2 web console, and the h2 shell do not have a problem with the database file. Only other database viewers

Re: [h2] Low prio change request: Add support for ALTER TABLE .. RENAME COLUMN .. TO ..

2016-02-17 Thread Lukas Eder
Thank you very much! 2016-02-17 10:21 GMT+01:00 Noel Grandin : > Added support for these 2 things > > > -- > You received this message because you are subscribed to a topic in the > Google Groups "H2 Database" group. > To unsubscribe from this topic, visit >

Re: [h2] Unique index or primary key violation in version 1.4.191

2016-02-17 Thread Ryan How
I've been using MVCC with PageStore for years. LOBS don't work very well (but I didn't want them in the db anyway, so we don't use LOBS). Haven't had any issues with anything else though. Doesn't mean bugs don't exist though. You only get the issue with MVCC on though hey? On 17/02/2016 1:18

Re: [h2] Low prio change request: Add support for ALTER TABLE .. RENAME COLUMN .. TO ..

2016-02-17 Thread Noel Grandin
Added support for these 2 things -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To unsubscribe from this group and stop receiving emails from it, send an email to h2-database+unsubscr...@googlegroups.com. To post to this group, send email to