Commit Graph

135 Commits

Author SHA1 Message Date
Brian Lopez a9df890c1b Version bump to 0.1.1 2010-04-07 09:48:57 -07:00
Brian Lopez 8f93f830c1 add affected_rows method (mysql_affected_rows) 2010-04-07 09:47:45 -07:00
Brian Lopez e20df5c140 add last_id method (last_insert_id) 2010-04-07 09:36:36 -07:00
Brian Lopez 3a32dc79ec reconnect by default 2010-04-07 09:23:14 -07:00
Brian Lopez 7131752757 add initial async query support 2010-04-07 09:16:30 -07:00
Brian Lopez 80a8602fbb borrow the more flexible extconf from the mysqlplus project 2010-04-07 07:03:31 -07:00
Brian Lopez 11216551cd typo 2010-04-06 15:32:36 -07:00
Brian Lopez db454d3f15 initial stab at finding mysql headers easier 2010-04-06 15:26:09 -07:00
Brian Lopez e8b1a18522 I dunno why this bothered me 2010-04-06 09:25:43 -07:00
Brian Lopez 1f5ccc6e80 update install notes now that the gem is pushed 2010-04-06 08:54:30 -07:00
Brian Lopez 9e9f10bdc1 update files for release 2010-04-06 01:23:52 -07:00
Brian Lopez f830c10405 set version constant to current release 2010-04-06 01:22:35 -07:00
Brian Lopez 5a81a170be fix bad spec, add missing one 2010-04-06 01:20:49 -07:00
Brian Lopez 88305d53c0 add data generation script for benchmarking, update order benchmarks are run to sort by speed according to the test data generated by benchmark/setup_db.rb - update benchmarks on readme 2010-04-06 01:16:37 -07:00
Brian Lopez 1dea635e09 update Mysql2::Result spec table creation to include a missing type, and properly configure another 2010-04-06 00:59:09 -07:00
Brian Lopez ec40ee8f06 add ssl support 2010-04-05 23:30:36 -07:00
Brian Lopez 0a089e5c76 add link to AR Mysql driver docs for option list 2010-04-05 22:46:56 -07:00
Brian Lopez 807f0a2730 slight change to socket monitoring loop per code-review from @tmm1 2010-04-05 21:13:13 -07:00
Brian Lopez 3357d3b077 show who we're talking about ;) 2010-04-05 20:53:32 -07:00
Brian Lopez c2fd214cb4 convert over to mysql_send_query/mysql_read_query_result non-blocking API 2010-04-05 20:51:59 -07:00
Brian Lopez 4974ec4a6e note about compatibility 2010-04-05 19:17:32 -07:00
Brian Lopez c7c359d16a note about installing 2010-04-05 14:15:30 -07:00
Brian Lopez 90a7f2c415 small readme tweak 2010-04-05 00:01:17 -07:00
Brian Lopez 7bac2c520a add Mysql2::Error exception type, use it 2010-04-04 23:46:42 -07:00
Brian Lopez 432a5fb766 no release just yet 2010-04-04 23:32:18 -07:00
Brian Lopez 9b59478cf6 allow access to file descriptor in C, EventMachine anyone? ;) 2010-04-04 23:31:32 -07:00
Brian Lopez c81bc8c6e9 update tagline 2010-04-04 22:58:47 -07:00
Brian Lopez 2f6eb6fe38 text update 2010-04-04 22:52:17 -07:00
Brian Lopez c1c31c50c7 reorder benchmark output, update readme 2010-04-04 22:51:38 -07:00
Brian Lopez dd60ede9d1 no need 2010-04-04 22:48:19 -07:00
Brian Lopez 9b3f862f8b initial readme 2010-04-04 22:42:00 -07:00
Brian Lopez aa574a0a92 minor org 2010-04-04 22:07:37 -07:00
Brian Lopez 2e11b94e5f initial readme 2010-04-04 13:14:58 -07:00
Brian Lopez 11dc43c882 add initial changelog 2010-04-04 13:14:15 -07:00
Brian Lopez b3064b8c7b add license 2010-04-04 13:14:04 -07:00
Brian Lopez 11dbec7a4d Version bump to 0.1.0 2010-04-04 13:13:42 -07:00
Brian Lopez e6eb502e8e Version bump to 0.0.1 2010-04-04 13:07:11 -07:00
Brian Lopez cc6d7455b0 Version bump to 0.0.0 2010-04-04 13:06:52 -07:00
Brian Lopez c439865a1f remove invalid errors for valid queries without results 2010-04-04 12:58:41 -07:00
Brian Lopez 45eea6515c initial client and result specs 2010-04-04 12:17:50 -07:00
Brian Lopez cdb4137979 whitespace 2010-04-04 12:17:40 -07:00
Brian Lopez cba8f65026 Mysql2 isn't a class 2010-04-03 17:14:12 -07:00
Brian Lopez 0a733a1f02 finally add real date/time/datetime parsing 2010-04-03 16:51:10 -07:00
Brian Lopez 31c0255451 add do_mysql to benchmarks 2010-04-03 16:47:25 -07:00
Brian Lopez b820100249 add Mysql2::Client#info and Mysql2::Client#server_info methods 2010-04-03 12:15:16 -07:00
Brian Lopez 0128ad0e13 some notes about escape benchmark 2010-04-03 01:45:41 -07:00
Brian Lopez 677c309963 compare length of original and escaped string, if they match return the original 2010-04-03 01:42:15 -07:00
Brian Lopez 1b9e35712f add support for setting MYSQL_OPT_CONNECT_TIMEOUT setting 2010-04-03 01:36:30 -07:00
Brian Lopez 2f380fd0ff bugfix or escape method 2010-04-03 01:35:41 -07:00
Brian Lopez 799f9809d0 must connect with a user, show errors again 2010-04-02 20:24:13 -07:00