aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/mysql_adapter.rb
Commit message (Expand)AuthorAgeFilesLines
* Only use LOWER for mysql case insensitive uniqueness check when column has a ...Joseph Palermo2011-10-091-2/+2
* LRU cache in mysql and sqlite are now per-process caches.Aaron Patterson2011-09-071-11/+16
* Database adapters use a statement pool.Aaron Patterson2011-09-061-1/+2
* adding a statement pool for mysql and sqlite3Aaron Patterson2011-09-061-4/+29
* Move the bulk alter table code into the abstract mysql adapter, hence it is s...Jon Leighton2011-08-291-47/+0
* Extract simplified_type into the abstract classJon Leighton2011-08-291-7/+3
* Create an AbstractMysqlAdapter to abstract the common code between MysqlAdapt...Jon Leighton2011-08-291-569/+98
* prevent sql injection attacks by escaping quotes in column namesAaron Patterson2011-08-161-1/+1
* Use new SelectManager#source methodJon Leighton2011-08-151-1/+1
* Use new SelectManager#projections= methodJon Leighton2011-08-151-1/+1
* use update.key instead of update.ast.key. make better use of select manager.Jon Leighton2011-08-151-12/+8
* Use a SelectCore rather than a full SelectManagerJon Leighton2011-08-151-2/+3
* Refactor building the update managerJon Leighton2011-08-151-3/+2
* Support for multi-table updates with limits, offsets and ordersJon Leighton2011-08-151-1/+22
* Support updates with joins. Fixes #522.Jon Leighton2011-08-151-0/+4
* Make it the responsibility of the connection to hold onto an ARel visitor for...Jon Leighton2011-08-081-0/+4
* Remove unused 'quoted_column_names' variable.Sebastian Martinez2011-06-081-1/+1
* No need to override for just calling superAkira Matsuda2011-05-291-4/+0
* Merge branch 'master' of github.com:rails/railsXavier Noria2011-05-251-18/+0
|\
| * removed deprecated methods, and related tests, from ActiveRecordJosh Kalderimis2011-05-251-18/+0
* | Merge branch 'master' of git://github.com/lifo/docrailsXavier Noria2011-05-251-2/+2
|\ \ | |/ |/|
| * Remove extra white spaces on ActiveRecord docs.Sebastian Martinez2011-05-231-2/+2
* | Remove extra white-space on some exception messages.Sebastian Martinez2011-05-231-1/+1
* | Removed AS core_ext/kernel/requires as it's not used and is bad practice.Josh Kalderimis2011-05-231-1/+0
|/
* 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
|\
| * 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 versions...Aaron Patterson2011-04-281-3/+13
| |/ |/|
* | Merge branch 'master' of git://github.com/lifo/docrailsXavier Noria2011-04-231-2/+11
|\|
| * 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