Commit Graph

13 Commits

Author SHA1 Message Date
Roger Pack 52d95ff3e8 better exception message on collision with mysql gem 2009-04-21 01:41:06 +00:00
oldmoe de93dd90a9 fixed typo in error message 2009-04-20 15:35:31 -07:00
Roger Pack aab6964387 overcome a ruby warning message 2009-04-18 22:36:55 +00:00
Roger Pack 91179231f0 add small documentation, also raise with a useful message if they require mysqlplus after mysql--don't know if that works with 1.9 but it does with 1.8.x 2009-01-29 23:53:48 +00:00
unknown edff42ab2c use c_async_query by default 2009-01-12 11:18:33 -07:00
Roger Pack cf86732d4a switch to c based all_hashes 2008-09-30 16:59:51 -06:00
Lourens Naude ea2965270c Decouple native Ruby Mysql#async_query from the C extension as per Roger's suggestion.Remove no-op c_mysql_query flag for evented tests. 2008-09-08 17:27:11 +01:00
Lourens Naude f6f460a542 Implement Mysql#async_query as a tight loop ( 1.8 && 1.9 compatible, evented && threaded tests passing ) 2008-09-08 03:56:59 +01:00
Lourens Naude 55411cd9d4 Introduce Mysql#blocking?; Set the file drescriptor for all new connections to non blocking; Add tests to the existing evented and threaded runs. ( verified 1.8 && 1.9 ) 2008-09-08 01:48:47 +01:00
Lourens Naude 70c58ce67a Allow tests to run with either the native Ruby or C based Mysql#async_query 2008-09-06 17:17:06 +01:00
oldmoe 8e1cd8ea20 fix for corrupted utf-8 results 2008-09-06 03:59:20 +02:00
Aman Gupta de6a01f297 store references to IO objects to prevent "Bad file descriptor - (Errno::EBADF)" 2008-08-27 16:11:58 -07:00
oldmoe da40f34362 threaded access suppor (working this time) 2008-08-27 15:09:39 +03:00