app_timezone defaults to nil
This commit is contained in:
parent
c3c5c8f85a
commit
5a9ca9c76f
|
@ -327,7 +327,7 @@ static VALUE rb_mysql_result_each(int argc, VALUE * argv, VALUE self) {
|
||||||
} else if (appTz == sym_utc) {
|
} else if (appTz == sym_utc) {
|
||||||
app_timezone = intern_utc;
|
app_timezone = intern_utc;
|
||||||
} else {
|
} else {
|
||||||
app_timezone = intern_local;
|
app_timezone = Qnil;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (wrapper->lastRowProcessed == 0) {
|
if (wrapper->lastRowProcessed == 0) {
|
||||||
|
|
Loading…
Reference in New Issue