summaryrefslogtreecommitdiff
path: root/databases/ruby-mysql/patches/patch-ab
AgeCommit message (Collapse)AuthorFilesLines
2007-01-30Fix build on platforms which don't define ulong by default likejoerg1-0/+17
DragonFly.
2007-01-28Update ruby-mysql package to 2.7.3.taca1-17/+0
2006-12-20 version 2.7.3 - BUG: Mysql#query with block is stopped when last query failed. 2006-10-28 version 2.7.2 - BUG: Mysql::Stmt#result_metadata don't return nil. (Thanks to Hidetoshi) - BUG: Mysql#close check mysql_errno. - BUG: multistatement Mysql#query with block ignore error. - extconf.rb for Visual C++. (Thanks to Shugo Maeda) - support MySQL BIT type. - add Mysql::Field::TYPE_BIT, TYPE_NEWDECIMAL.
2006-09-13- Use "--with-mysql-config" option to CONFIGURE_ARGS.taca1-0/+17
- Include my_global.h header to make sure to define "ulong" on FreeBSD and DragonFly BSD. Bump PKGREVISION.