Re: [h2] Re: Version for production use?

2013-07-21 Thread Ryan How
On 21/07/2013 1:03 AM, Thomas Mueller wrote: But still, there is a risk. This was one reason for me to start working on the new storage engine "MVStore": to reduce the risk of corruption (the MVStore is quite a bit simpler than the current, traditional storage engine). It is still work in progr

[h2] Re: aggregate function getType inputTypes

2013-07-21 Thread Brian Craft
With some digging, I found java.sql.Types. On Saturday, July 20, 2013 1:38:53 PM UTC-7, Brian Craft wrote: > > The docs say inputTypes is "the SQL type of the parameters". What does > that mean? It's actually an array of integers. Is there an enumeration that > maps to sql types? -- You receiv