ICHINOSE Shogo

Results 75 comments of ICHINOSE Shogo

:+1: It works with my Python 2.7.4 and 3.5.1 (They are Latest Stable releases now). Is there any reason not to merge this pull request?

Here is my implementation for Amazon RDS https://github.com/shogo82148/rdsmysql

Right. Redis-Fast doesn't support Redis cluster mode currently. Did you try https://metacpan.org/pod/Redis::Cluster ?

Thank you for your report. I implemented wait_until_loaded option. ( #23 )

Unfortunately, there is no official method that does it. `$redis->${\"json.set"}`is one of workaround. Please watch https://github.com/PerlRedis/perl-redis/pull/137

The driver can't support `time.Duration`. > in MySQL, although `now()` is a datetime, `now() + 0` is an integer formed from all of the decimal digits in the date. e.g....

We shouldn't treat MySQL `TIME` type as Go `time.Time` type. In the following case, the driver converts `parsedTime` to "0000-01-01 08:30:30". ```go db.Exec("update `time_test` set some_time = ? where id...

At least, I don't accept #1240 at this time. Before merging #1240, we need to discuss about timezones in addition to the year 0 issue. For a workaround, Go provides...

Sorry, I don't understand that what does "pdo" mean. Please describe your proposed feature in more detail.