[h2] INSERT ... ON DUPLICATE KEY UPDATE with specified schema not working

2015-02-20 Thread Alessio Della Motta
I'm getting an error trying to execute an INSERT ... ON DUPLICATE KEY UPDATE in MySQL mode when I specify the schema in the statement. It seems the schema is ignored in the ON DUPLICATE KEY statement. This is the output: Feb 20, 2015 5:02:34 PM groovy.sql.Sql execute WARNING: Failed to execute:

Re: [h2] INSERT ... ON DUPLICATE KEY UPDATE with specified schema not working

2015-03-09 Thread Alessio Della Motta
tto: > > Hi, > > Could you provide a complete, simple, reproducible test case please (I set > of SQL statements, including "create table" and so on)? > > Regards, > Thomas > > On Sat, Feb 21, 2015 at 2:08 AM, Alessio Della Motta < > alessio.d...@gmail

Re: [h2] INSERT ... ON DUPLICATE KEY UPDATE with specified schema not working

2015-03-12 Thread Alessio Della Motta
05 >> >> Best, >> Alessio >> >> >> Il giorno domenica 1 marzo 2015 01:58:35 UTC-8, Thomas Mueller ha scritto: >>> >>> Hi, >>> >>> Could you provide a complete, simple, reproducible test case please (I >>> set of SQL sta