This website requires JavaScript.
Explore
Help
Sign In
github-migration
/
mysql2
Watch
1
Star
0
Fork
You've already forked mysql2
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
51babb3362
mysql2
/
ext
History
Brian Lopez
51babb3362
for DATE columns, return ruby Date object instead of Time (didn't realize I could create them from y,m,d integers without ActiveSupport)
2010-04-21 10:28:25 -07:00
..
extconf.rb
borrow the more flexible extconf from the mysqlplus project
2010-04-07 07:03:31 -07:00
mysql2_ext.c
for DATE columns, return ruby Date object instead of Time (didn't realize I could create them from y,m,d integers without ActiveSupport)
2010-04-21 10:28:25 -07:00
mysql2_ext.h
Implement a local resultset cache so we can free the mysql C result once we've cached it's rows in ruby land.
2010-04-21 01:40:28 -07:00