Personally, no.
But if you feel like having a bash at it yourself, the place to start is
in the
org.h2.command.Parser
class, in the
private Prepared parseSet()
method.
On 2012-04-13 11:38, IntensiveH2 wrote:
Currently, in latest version of H2, you can add a setting like
LOG_SIZE_LIMIT=32 in the connection string but unfortunately you can't
change this settings by SQL command like SET LOG_SIZE_LIMIT 32.
Do you plan to add this feature?
--
You received this message because you are subscribed to the Google Groups "H2
Database" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/h2-database?hl=en.