Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-01-30 | Fix build on platforms which don't define ulong by default like | joerg | 1 | -0/+17 | |
DragonFly. | |||||
2007-01-28 | Update ruby-mysql package to 2.7.3. | taca | 1 | -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. | taca | 1 | -0/+17 | |
- Include my_global.h header to make sure to define "ulong" on FreeBSD and DragonFly BSD. Bump PKGREVISION. |