You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
:as=>:hash,# the type of object you want each row back as; also supports :array (an array of values)
6
12
:async=>false,# don't wait for a result after sending the query, you'll have to monitor the socket yourself then eventually call Mysql2::Client#async_result
@@ -9,16 +15,14 @@ class Client
9
15
:database_timezone=>:local,# timezone Mysql2 will assume datetime objects are stored in
10
16
:application_timezone=>nil,# timezone Mysql2 will convert to before handing the object back to the caller
11
17
:cache_rows=>true,# tells Mysql2 to use it's internal row cache for results
0 commit comments