aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/mysql_adapter.rb
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' of git://github.com/lifo/docrailsXavier Noria2011-05-041-0/+2
|\
| * Added #recreate_database docsSebastian Martinez2011-05-031-0/+2
| |
* | favor collect over each in mysql* adaptersJosh Kalderimis2011-05-031-4/+2
|/
* Merge branch 'master' of git://github.com/lifo/docrailsXavier Noria2011-05-011-2/+10
|\ | | | | | | | | Conflicts: railties/guides/source/contributing_to_ruby_on_rails.textile
| * Merge branch 'master' of github.com:lifo/docrailsDan Pickett2011-04-291-2/+10
| |\
| | * Added docs for #version on mysql_adapterSebastian Martinez2011-04-221-0/+1
| | |
| | * Make this docs more consistent with the rest of the docs presentSebastian Martinez2011-04-221-2/+3
| | |
| | * Added docs for #rename_table on some adaptersSebastian Martinez2011-04-221-0/+4
| | |
| | * Added docs for #columns on some adaptersSebastian Martinez2011-04-221-0/+1
| | |
| | * Merge branch 'master' of git://github.com/rails/railsXavier Noria2011-04-231-4/+0
| | |\
| | * | Added docs for #indexes on adaptersSebastian Martinez2011-04-221-0/+1
| | | |
* | | | using bind parameters for updatesAaron Patterson2011-04-301-0/+1
|/ / /
* | | lean on rubygems to provide error messages about missing gemsAaron Patterson2011-04-291-9/+2
| | |
* | | refactor exec_delete to reuse the statement cache from exec_queryAaron Patterson2011-04-291-70/+44
| | |
* | | statement cache for deletes working on mysqlAaron Patterson2011-04-291-0/+39
| | |
* | | clearing statement from cache on exception in order to support older ↵Aaron Patterson2011-04-281-3/+13
| |/ |/| | | | | versions of mysql
* | Merge branch 'master' of git://github.com/lifo/docrailsXavier Noria2011-04-231-2/+11
|\| | | | | | | | | Conflicts: activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb
| * copy-edits 0e2644cXavier Noria2011-04-231-1/+1
| |
| * copy-edits e2656e0Xavier Noria2011-04-231-1/+1
| |
| * copy-edits 3d45964Xavier Noria2011-04-231-1/+1
| |
| * Added docs for #drop_database on MySQL adapterSebastian Martinez2011-04-221-0/+4
| |
| * Added docs for #disconnect! on adaptersSebastian Martinez2011-04-221-0/+2
| |
| * Added missing docs for clear_cache! on adaptersSebastian Martinez2011-04-221-0/+1
| |
| * Added missing docs for +supports_primary_key?+ on some adaptersSebastian Martinez2011-04-221-0/+1
| |
| * Added missing docs for +support_migrations?+ on some adaptersSebastian Martinez2011-04-221-0/+1
| |
| * Have a more connection specific rdoc for +supports_statement_cache?+Sebastian Martinez2011-04-221-2/+2
| |
* | Move #exec_insert to abstract adapter's database statements.Ken Collins2011-04-221-4/+0
|/
* mysql type cast should return integers when typecasting true / falseAaron Patterson2011-04-141-0/+6
|
* using the database adapter to typecast before executing prepared statementAaron Patterson2011-04-141-1/+1
|
* insert statements are prepared, but values are not escaped properlyAaron Patterson2011-04-141-0/+4
|
* adding client_encoding method for discovering the encoding set for this ↵Aaron Patterson2011-04-111-0/+62
| | | | client, testing exec_insert on a string
* properly name schema queries for loggingAaron Patterson2011-04-111-3/+3
|
* adding a case_sensitive_modifier for forcing comparisons to be case sensitiveAaron Patterson2011-04-111-0/+5
|
* schemas set by set_table_name are respected by the mysql adapter. [#5322 ↵Aaron Patterson2011-03-211-2/+16
| | | | state:resolved]
* log method takes an option list of bind valuesAaron Patterson2011-02-091-1/+1
|
* adjust query counts to be consistent across databases, make sure database ↵Aaron Patterson2011-02-041-1/+1
| | | | log the same things
* Add :bulk => true option to change_tablePratik Naik2011-01-311-29/+85
|
* only rescue from Mysql::Error exceptions [#6236 state:resolved]Aaron Patterson2011-01-071-4/+9
|
* herp derpricating add_limit_offset!Aaron Patterson2011-01-031-0/+1
|
* renaming exec in the mysql adapterAaron Patterson2010-11-051-2/+2
|
* renaming bind_values to binds where it makes senseAaron Patterson2010-10-261-4/+4
|
* adding backwards compatibility for non-prepare statement handling driversAaron Patterson2010-10-261-0/+6
|
* caching column valuesAaron Patterson2010-10-261-4/+11
|
* monkey patching with enumerable so we can call eachAaron Patterson2010-10-261-10/+4
|
* monkey patching Mysql::Stmt, calling free on the metadataAaron Patterson2010-10-261-4/+9
|
* free the result after slurpingAaron Patterson2010-10-261-0/+1
|
* eliminating some calls to execute()Aaron Patterson2010-10-261-5/+2
|
* statements are cached, cache is cleared on reconnectAaron Patterson2010-10-261-2/+19
|
* all mysql tests are passingAaron Patterson2010-10-261-2/+16
|
* mysql tests are mostly passingAaron Patterson2010-10-261-17/+65
|