Hi, I suspect if you read mailing list messages from a mobile device you miss > preformatted contents... I posted the head and tail of the .sql file in my > previous post
Well, I think you didn't post the content of the transaction log (not before, and not now). In your "test case", you have used "MAX_LOG_SIZE=1024". You are aware what this means, right? See http://h2database.com/html/grammar.html#set_max_log_size "Sets the maximum size of the transaction log, in megabytes." Of course the database may grow larger than 1 GB if you set the transaction log size to 1 GB. Anyway, I made a test case to illustrate the problem. http://h2database.com/p.html#ad8161dfc7ccd07b7aef95142046e99e I guess this isn't a problem of the database, but the problem is in your code. If you think that's not the case, please provide a simple test case (one class without dependencies), just like I did above. I'm sorry, but I have quite little time reading long emails and test cases. If the emails get too large, I tend to ignore them. I stopped reading your test case as soon as I saw "MAX_LOG_SIZE=1024" for example. Regards, Thomas -- 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 http://groups.google.com/group/h2-database. For more options, visit https://groups.google.com/groups/opt_out.
