Commit Graph

27 Commits

Author SHA1 Message Date
Brian Lopez b5f22d7c05 check charsetnr flag as well 2010-04-01 14:45:58 -07:00
Brian Lopez bbf7585d09 use binary encoding on fields that have the binary flag set 2010-04-01 14:29:20 -07:00
Brian Lopez bd25b31731 formatting 2010-04-01 12:58:31 -07:00
Brian Lopez 858523d7a9 force string encoding to utf8 in 1.9 2010-04-01 12:56:49 -07:00
Brian Lopez d1466a10f1 add escape benchmark 2010-04-01 12:04:55 -07:00
Brian Lopez 953f547f79 some misc cleanup 2010-04-01 12:04:48 -07:00
Brian Lopez 631456fc58 add escape method 2010-04-01 11:44:59 -07:00
Brian Lopez 841c6f677b use larger table 2010-03-31 23:01:35 -07:00
Brian Lopez 7e64570770 turn off debug symbols again, put back benchmark script 2010-03-31 08:56:07 -07:00
Brian Lopez ae5a028189 testing benchmark script 2010-03-31 08:40:46 -07:00
Brian Lopez 26619b10b6 misc updates 2010-03-30 23:54:07 -07:00
Brian Lopez 1848b0da4a mostly flesh out mysql type to ruby type conversion mapping 2010-03-30 23:30:06 -07:00
Brian Lopez c844c66046 add initial type checking and ruby object creation from resultset 2010-03-30 17:55:16 -07:00
Brian Lopez ce559dded2 temporarily print error msgs to stdout 2010-03-30 16:41:02 -07:00
Brian Lopez 82545702fe update benchmark script 2010-03-30 16:40:41 -07:00
Brian Lopez 47e2faa27d add initial benchmark 2010-03-30 10:18:29 -07:00
Brian Lopez 736c0d6cd3 result hash keys can be symbols using the :symbolize_keys option with #fetch_row, #fetch_rows or #each. Renamed extension from MySQL to Mysql2. Initial Rakefile and spec dir 2010-03-30 09:56:24 -07:00
Brian Lopez 63b55b6f97 add initial gitignore 2010-03-30 09:54:36 -07:00
Brian Lopez 8713288574 renaming again ;) 2010-03-30 09:20:55 -07:00
Brian Lopez e6ab4c089a move files into ext/ 2010-03-30 09:19:05 -07:00
Brian Lopez 2810329190 alias #fetch_rows to #each 2010-03-30 09:15:04 -07:00
Brian Lopez 1eef152459 allow passing a block to fetch_rows 2010-03-30 09:14:27 -07:00
Brian Lopez ccbbb94ebb add TODO for yielding blocks 2010-03-30 08:50:10 -07:00
Brian Lopez 959eca935b fix include for renamed files 2010-03-30 08:49:45 -07:00
Brian Lopez f9142b9885 fix typo 2010-03-30 08:46:59 -07:00
Brian Lopez a7d5c39086 rename 2010-03-26 01:04:31 -07:00
Brian Lopez e42f7cc6e4 initial commit 2010-03-26 01:03:08 -07:00