Re: [h2] How to overload a H2DB function

2017-03-14 Thread Thomas Mueller Graf
Hi, I don't think this is supported right now, sorry. Regards, Thomas On Monday, March 13, 2017, gb co wrote: > Hi, > Is there a way to overload a predefined H2DB function? > What i want is for H2DB to be able to handle the function call: > LAST_INSERT_ID(id) > > Basically

[h2] How to overload a H2DB function

2017-03-13 Thread gb co
Hi, Is there a way to overload a predefined H2DB function? What i want is for H2DB to be able to handle the function call: LAST_INSERT_ID(id) Basically i want the LAST_INSERT_ID to accept an id as param, and return it I cannot achieve this through an ALIAS as the method LAST_INSERT_ID() is