On 28 March 2016 at 08:22, Alex Panchenko <[email protected]> wrote:
> As UUID is natively supported, I think there should be a legal way to pass > it via both functions. Makes sense? > > Why? The first call works fine, is the second call something PostgreSQL does? > As a bare minimum I would suggest the following change > https://github.com/panchenko/h2database/compare/master...setObject-OTHER > > Should it check mode, another connection property or a system one? > Have a look at how JdbcDatabaseMetaData checks the current mode. > Would it makes if setObject(...OTHER) just calls setObject() without type > if this mode is enabled? > > Hmm, I would suspect that is likely to break stuff, I would prefer a minimal change that only affects the precise problem you are facing. Thanks, Noel -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/h2-database. For more options, visit https://groups.google.com/d/optout.
