Commit Graph

257 Commits

Author SHA1 Message Date
Brian Lopez 3c262e7328 fix 0.1.9 release date 2010-07-17 18:44:21 -07:00
Brian Lopez 1c02820f4b updating files for release 2010-07-17 18:11:01 -07:00
Brian Lopez 224e8eff66 Version bump to 0.1.9 2010-07-17 18:10:09 -07:00
Brian Lopez 807875e321 make sure queries run through the Sequel logger 2010-07-16 10:26:53 -07:00
Brian Lopez edb742fee7 check for and support field-level encodings
raise an exception for invalid encodings passed to Mysql2::Client#new
2010-07-10 23:15:54 -07:00
Brian Lopez d8f5f4de1d on second thought, we should make sure we were given a string earlier on 2010-07-10 10:32:46 -07:00
Brian Lopez 645b9a1bef no need to Check_Type in these spots since we're using StringValuePtr as well 2010-07-09 09:59:48 -07:00
Brian Lopez 5cc79feb35 Merge remote branch 'origin/encodingz_4_life'
* origin/encodingz_4_life:
  make sure the query string is converted to the connection's encoding before it's handed to libmysql
  Initial refactor of encoding support to ensure we map Ruby encodings to MySQL encodings properly.
2010-07-09 09:04:08 -07:00
Brian Lopez f0e7e4a425 fix load path in benchmark scripts 2010-07-08 23:26:18 -07:00
Brian Lopez 023f85704f sort benchmarks 2010-07-08 23:14:26 -07:00
Brian Lopez 9818f1a0df tenderlove and mperham deserve some credit for sure 2010-07-08 23:14:15 -07:00
Brian Lopez 52f42ba38b make sure the setup_db script can find the library 2010-07-08 22:56:42 -07:00
Brian Lopez ab032b99db make sure the query string is converted to the connection's encoding before it's handed to libmysql 2010-07-08 22:51:19 -07:00
Brian Lopez e385e7cf6b Initial refactor of encoding support to ensure we map Ruby encodings to MySQL encodings properly. 2010-07-08 22:22:20 -07:00
mperham 3f2e948c5f Support for asynchronous ActiveRecord via Fibers and EM 2010-07-09 05:47:09 +08:00
Brian Lopez 39b4776a67 the AR adapter's #select_rows method should be returning an array of arrays (thanks to r-stu31 for the patch) 2010-07-08 09:18:58 -07:00
Aaron Patterson a265d36571 spec helper is in the load path, so no need for expand_path funny business 2010-07-06 15:41:44 -07:00
Aaron Patterson c38525d11a extracting Mysql2::Result class to be inside result.c 2010-07-06 14:21:58 -07:00
Aaron Patterson a6b1247ede partial implementation of result in Ruby 2010-07-06 13:16:49 -07:00
Aaron Patterson f836d0cf68 forgot to update this 2010-07-04 19:36:06 -07:00
Aaron Patterson 74e99bae5f refactoring initialize to be done in ruby, adding setter methods for connection options 2010-07-04 19:29:12 -07:00
Aaron Patterson e7b43a8c41 StringValuePtr() will automatically do Check_Type() for us 2010-07-02 09:58:46 -07:00
Aaron Patterson ff55ef5c87 remove mysql2_client_wrapper struct, refactor open connection requirement to a macro 2010-07-01 10:01:19 -07:00
Aaron Patterson 8c96aa1fcd refactoring C to use the allocate function 2010-07-01 09:15:52 -07:00
Brian Lopez 40f3a2c491 default the username to 'root' if nothing was specified 2010-06-30 10:47:53 -07:00
Aaron Patterson 6ef738200d moving the error class to ruby 2010-06-30 10:10:59 -07:00
Aaron Patterson 925b1b13fd moving mysql dylib under lib/mysql2 to match installation 2010-06-30 10:04:40 -07:00
Aaron Patterson 0b36eae450 moving requires to the .rb files 2010-06-30 09:36:42 -07:00
Brian Lopez 062b83062f fix gemspec due to some file renaming 2010-06-29 23:02:21 -07:00
Eric Wong 77cd0c435d symbolize keys for the Sequel adapter
The "schema_parse_table" method in
lib/sequel/adapters/shared/mysql.rb of Sequel 3.12.1
depends on symbolized keys.
2010-06-29 20:42:45 -07:00
Aaron Patterson 3468f12a83 small refactor of extconf.rb 2010-06-30 08:53:34 +08:00
Aaron Patterson 04b9fe17cc made extension more rake-compiler friendly, made the spec task depend on "compile" 2010-06-30 08:20:42 +08:00
Brian Lopez fdf3e53933 add Mysql2::Client#fields method 2010-06-19 16:24:02 -07:00
Brian Lopez d033823b3c respect Encoding.default_internal for strings returned by Mysql2::Client#info and Mysql2::Client#server_info 2010-06-14 18:14:28 -07:00
Brian Lopez d1379d2fdd update readme for encoding changes 2010-06-13 16:28:53 -07:00
Brian Lopez 6751a98873 use Encoding.default_internal 2010-06-13 15:50:03 -07:00
Brian Lopez ef37f7ef76 spec fix for ruby 1.9.2+ 2010-06-13 14:50:02 -07:00
Brian Lopez bd3c39f819 formatting 2010-06-11 08:51:55 -07:00
Brian Lopez d4beaf3059 apply proper fix for timezone support, and fix specs accordingly 2010-06-08 15:16:37 -07:00
Brian Lopez 5d8346cf38 typo in readme 2010-06-02 00:46:08 -07:00
Brian Lopez e6d406b0b0 yury's been doing all kinds of work with the AR adapter, credit overdue 2010-06-02 00:44:44 -07:00
Brian Lopez e835c4b2b2 update readme to reflect most current state of facts 2010-06-02 00:41:04 -07:00
Brian Lopez d7e0d551f8 update files for 0.1.8 release 2010-06-02 00:37:59 -07:00
Brian Lopez e5c8f89fc9 Version bump to 0.1.8 2010-06-02 00:35:49 -07:00
Brian Lopez d3db7ec52a fixes for running benchmarks in 1.9.2 preview3 2010-06-01 23:45:48 -07:00
Brian Lopez 82718e6dad fix specs under 1.9.2 preview3 2010-06-01 23:40:16 -07:00
Brian Lopez 39c894a1bd use Time.zone instead 2010-06-01 15:01:21 -07:00
Brian Lopez c7e9ecdcbd fix timezone handling in the AR adapter 2010-06-01 11:17:59 -07:00
Brian Lopez f89d2b257b update files for 0.1.7 release 2010-05-22 12:32:27 -07:00
Brian Lopez b51d709f6e Version bump to 0.1.7 2010-05-22 12:31:58 -07:00