aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/mysql_adapter.rb
Commit message (Expand)AuthorAgeFilesLines
* Test for forged '' default before it's typecast. Closes #6156.Jeremy Kemper2006-11-201-2/+3
* MySQL: detect when a NOT NULL column without a default value is misreported a...Jeremy Kemper2006-11-201-0/+19
* Mysql::Result#all_hashes compatibility with Mysql C driver 2.6.x. Closes #6601.Jeremy Kemper2006-11-161-20/+22
* Oracle: resolve test failures, use prefetched primary key for inserts, check ...Jeremy Kemper2006-11-011-13/+1
* MySQL: all_hashes compatibility with old MysqlRes class. Closes #6429.Jeremy Kemper2006-10-201-4/+10
* MySQL: introduce Mysql::Result#all_hashes to support further optimization. Cl...Jeremy Kemper2006-10-021-10/+41
* r4704@asus: jeremy | 2006-06-27 12:00:19 -0700Jeremy Kemper2006-07-081-1/+4
* Preserve MySQL boolean column defaults when changing a column in a migration....Marcel Molina2006-05-141-1/+3
* Properly quote index names in migrations (closes #4764) [John Long]Rick Olson2006-04-201-1/+0
* Only string_to_binary if the column respondsDavid Heinemeier Hansson2006-03-261-1/+1
* Fixed that MySQL enums should always be returned as strings (closes #3501) [DHH]David Heinemeier Hansson2006-03-251-0/+1
* Added connection#current_database that'll return of the current database (onl...David Heinemeier Hansson2006-03-181-0/+3
* Make all tinyint(1) variants act like boolean in mysql (tinyint(1) unsigned, ...Jamis Buck2006-03-171-1/+1
* Stop the MySQL adapter crashing when views are present. (closes #3782) [Jonat...David Heinemeier Hansson2006-03-161-1/+16
* ActiveRecord::Base.remove_connection explicitly closes database connections a...Jeremy Kemper2006-02-261-1/+5
* Escape database name in MySQL adapter when creating and dropping databases. C...Marcel Molina2006-01-131-2/+2
* MySQL: allow encoding option for mysql.rb driver.Jeremy Kemper2005-12-131-5/+1
* MySQL: ensure that @config is set.Jeremy Kemper2005-12-091-3/+2
* MySQL: more robust test for nullified result hashes. References #3124.Jeremy Kemper2005-12-081-8/+2
* MySQL: work around ruby-mysql/mysql-ruby inconsistency with mysql.stat. Elim...Jeremy Kemper2005-12-031-7/+9
* MySQL: active? compatibility with the pure-Ruby driver. References #428.Jeremy Kemper2005-11-281-1/+5
* MySQL, PostgreSQL: reconnect! also reconfigures the connection. Otherwise, t...Jeremy Kemper2005-11-221-15/+19
* MySQL: introduce :encoding option to specify the character set for client, co...Jeremy Kemper2005-11-211-3/+23
* Simpler Mysql load test.Jeremy Kemper2005-11-211-2/+2
* r3042@asus: jeremy | 2005-11-13 01:51:08 -0800Jeremy Kemper2005-11-131-15/+22
* r3886@sedna: jeremy | 2005-11-07 03:09:59 -0800Jeremy Kemper2005-11-091-1/+0
* Map Active Record time to SQL TIME. Closes #2576.Jeremy Kemper2005-10-231-1/+1
* Optimization for Mysql selects using mysql-ruby extension greater than 2.6.3....Marcel Molina2005-10-111-3/+15
* Optimization refactoring for add_limit_offset!. In partial fullfilment of #1236.Marcel Molina2005-10-091-4/+4
* Add rename_table to mysql, sqlite and postgres adapters for use in migrationsTobias Lütke2005-10-061-0/+4
* Get rid of old symbolize_strings_in_hash.Jeremy Kemper2005-09-301-3/+1
* Remove duplicate 'quote_column_name' definitionJamis Buck2005-09-251-5/+1
* Refactored the AbstractAdapter to be a lot less scary. Cleaned up the docs an...David Heinemeier Hansson2005-09-251-76/+95
* Standardize the interpretation of boolean columns in the Mysql and Sqlite ada...Jamis Buck2005-09-251-1/+22
* Add ActiveRecord::SchemaDumper for dumping a DB schema to a pure-ruby file, m...Jamis Buck2005-09-231-1/+22
* Made Oracle a first-class connection adapter by adhering closer to idiomatic ...David Heinemeier Hansson2005-07-241-1/+1
* Added better error message for "packets out of order" #1630 [courtenay]David Heinemeier Hansson2005-07-081-0/+2
* Made default changes work in both postgresql and mysql #1612 [Tobias Luetke]David Heinemeier Hansson2005-07-051-1/+9
* Sugared up migrations with even more bling #1609 [Tobias Luekte]David Heinemeier Hansson2005-07-051-2/+13
* Added new Migrations framework for describing schema transformations in a way...David Heinemeier Hansson2005-07-041-1/+4
* r1617@asus: jeremy | 2005-07-03 08:23:31 -0700Jeremy Kemper2005-07-031-29/+27
* r1616@asus: jeremy | 2005-07-03 08:07:13 -0700Jeremy Kemper2005-07-031-1/+1
* r1607@asus: jeremy | 2005-07-02 23:36:52 -0700Jeremy Kemper2005-07-031-7/+7
* r1603@asus: jeremy | 2005-07-02 14:38:52 -0700Jeremy Kemper2005-07-031-38/+39
* Added support for ODBC connections to MS SQL Server so you can connect from a...David Heinemeier Hansson2005-07-011-4/+10
* Made migrations create InnoDB tables per defaultDavid Heinemeier Hansson2005-04-161-0/+4
* Added adapter independent limit clause as a two-element array with the first ...David Heinemeier Hansson2005-03-201-1/+5
* More incremental work on active schema for MySQLDavid Heinemeier Hansson2005-03-101-1/+1
* More incremental work on active schema for MySQLDavid Heinemeier Hansson2005-03-101-11/+11
* Added preliminary support for an agile database migration technique (currentl...David Heinemeier Hansson2005-03-011-9/+30