[h2] numServers internal use and clientInfo problem

2016-10-27 Thread Mert ÇALIŞKAN
Hi,

I'm trying to use h2 db v1.4.192 with Payara Application server (it's a 
fork of GlassFish) but I'm getting the SQLClient exception given below.

java.sql.SQLClientInfoException: Property name 'numServers is used 
internally by H2.
at org.h2.jdbc.JdbcConnection.setClientInfo(JdbcConnection.java:1711)
at org.h2.jdbc.JdbcConnection.setClientInfo(JdbcConnection.java:1768)
at 
com.sun.gjc.spi.jdbc40.ConnectionHolder40.setClientInfo(ConnectionHolder40.java:332)

The reason behind is, JdbcConnection class sets numServers as clientInfo 
and Payara's ConnectionHolder40 class get this default client info and sets 
it to JdbcConnection by calling setClientInfo. The internal usage check is 
implemented in v1.4.192 and previous version of H2 (1.4.191) works ok with 
the Payara application server.

How can I resolve this issue?

-- 
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 h2-database@googlegroups.com.
Visit this group at https://groups.google.com/group/h2-database.
For more options, visit https://groups.google.com/d/optout.


[h2] Re: Entries in a table containing Geometries cannot be found when the Geometry is empty ( Row not found when trying to delete from index )

2016-10-27 Thread Sven
Any idea anyone? The example script I provided makes it quite easy to 
reproduce the error...

-- 
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 h2-database@googlegroups.com.
Visit this group at https://groups.google.com/group/h2-database.
For more options, visit https://groups.google.com/d/optout.


[h2] H2 Database running really slow on mac OS sierra

2016-10-27 Thread Jonathan Serranyaw
I've observed severe slowdown after mac os sierra update i wonder if anyone 
is experiencing the same problems as i

-- 
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 h2-database@googlegroups.com.
Visit this group at https://groups.google.com/group/h2-database.
For more options, visit https://groups.google.com/d/optout.


Re: [h2] INSERT .. ON DUPLICATE KEY UPDATE may not work depending on table indexes order and columns participating in statement

2016-10-27 Thread Filipp Zhinkin
great, thank you!

среда, 26 октября 2016 г., 17:23:37 UTC+3 пользователь Noel Grandin написал:
>
> thanks for the good test cases, this has been fixed on master 
>

-- 
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 h2-database@googlegroups.com.
Visit this group at https://groups.google.com/group/h2-database.
For more options, visit https://groups.google.com/d/optout.