В Четверг, 28 май. 2015 в 1:42 , [email protected] написал:
Im concerned that there is no way to prepare statements is Mojo::mysql a commonly used module is it a god choice to go with?
You can use 'mysql_auto_reconnect' option when creating database handler. But don't pass it to `$dbh = DBI->connect(...)`, after connect do `$dbh->{mysql_auto_reconnect} = 1`. This is strange behavior and maybe magic, but it works so only.

--
You received this message because you are subscribed to the Google Groups 
"Mojolicious" 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/mojolicious.
For more options, visit https://groups.google.com/d/optout.

Reply via email to