Hello Thomas, It's related to a previously thread named " Automatically compact databases from time to time (as a background process)" Currently, as use the connection syntax, but I think that it should be useful to set it on the fly. I'm agreeing it's not a mandatory feature.
Thanks. Thierry. -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Thomas Mueller Sent: vendredi 13 avril 2012 14:11 To: [email protected] Subject: Re: Add a SQL command to support feature LOG_SIZE_LIMIT=32 Hi, Why do you need LOG_SIZE_LIMIT? I don't think I want to support it as a SQL statement. Regards, Thomas On Fri, Apr 13, 2012 at 1:51 PM, Noel Grandin <[email protected]> wrote: > 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. > -- 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. -- 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.
