Sorry, no. We can and do change it from time to time.

But if you have that level of access in your language, why not just load
the H2 jar and use the JDBC API?

If you cant do that, I see the option as :
(*) write some kind of proxy which has a stable TCP API on one side, and
talks JDBC on the other
(*) talk to the H2 native TCP API, and just accept that you'll have to
update your code from time to time - we do maintain backwards compatibility
with earlier clients, but we will absolutely not support your client in any
official way.
(*) talk to the H2 PostgreSQL TCP API, since we implement a subset of that.

Hope this helps.

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/h2-database/CAFYHVnWpqs8bnu3Hrk2KAz3cu0v5623fATg-2-Fv6KhCmx64Tw%40mail.gmail.com.

Reply via email to