mysql2/ext
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