Hello, I downloaded the version 1.4.181 of H2 because I need "USE schema_name" but the MySQL compatibility seems to be on "USE SCHEMA schema_name" which is not valid on MySQL.
Is it ok ? Le lundi 28 juillet 2014 21:15:29 UTC+2, Thomas Mueller a écrit : > > Hi, > > Thanks! The patch is merged now. > > Regards, > Thomas > > > On Mon, Jul 28, 2014 at 4:39 PM, Karl Pietrzak <[email protected] > <javascript:>> wrote: > >> >> On Mon, Jul 28, 2014 at 2:10 AM, Thomas Mueller <[email protected] >> <javascript:>> wrote: >> >>> Hi, >>> >>> I can definitely submit a patch, especially if someone can send me the >>>> name of the class/unit test to look at to point me in the right direction. >>>> >>> >>> Yes, that would be the Parser class, method parsePrepared. The statement >>> "use schema x" would be the same as "set schema x" I believe. A simple test >>> case would be nice as well, but I can do that as well. >>> >> >> Here's a tiny patch. It's quite simplistic; I'm not sure if this is how >> you guys wanna handle this case. >> >> >> -- >> Karl >> >> -- >> 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] <javascript:>. >> To post to this group, send email to [email protected] >> <javascript:>. >> Visit this group at http://groups.google.com/group/h2-database. >> For more options, visit https://groups.google.com/d/optout. >> > > -- 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/d/optout.
