aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters
Commit message (Expand)AuthorAgeFilesLines
* introduce a body proxy to ensure that query cache is enabled during streamingAaron Patterson2011-05-021-0/+8
* Remove schema noise from logging (TODO: Deprecate/remove the name attribute t...David Heinemeier Hansson2011-05-011-4/+4
* Merge branch 'master' of git://github.com/lifo/docrailsXavier Noria2011-05-017-21/+62
|\
| * Merge branch 'master' of github.com:lifo/docrailsDan Pickett2011-04-297-21/+62
| |\
| | * Added missing docs to mysql2_adapterSebastian Martinez2011-04-221-0/+13
| | * Fixed punctuation errors.Sebastian Martinez2011-04-221-4/+4
| | * Better docs formattingSebastian Martinez2011-04-221-10/+11
| | * Fix #postgresql_version docsSebastian Martinez2011-04-221-1/+1
| | * Added docs for #version on mysql_adapterSebastian Martinez2011-04-221-0/+1
| | * Added some docs on SQLite adapterSebastian Martinez2011-04-221-0/+5
| | * Make this docs more consistent with the rest of the docs presentSebastian Martinez2011-04-223-4/+6
| | * dot missing hereSebastian Martinez2011-04-221-1/+1
| | * Added doc for #table_exists?Sebastian Martinez2011-04-221-0/+4
| | * Added docs for #rename_table on some adaptersSebastian Martinez2011-04-223-0/+11
| | * Added docs for #columns on some adaptersSebastian Martinez2011-04-222-0/+2
| | * Merge branch 'master' of git://github.com/rails/railsXavier Noria2011-04-235-48/+46
| | |\
| | * | Added docs for #indexes on adaptersSebastian Martinez2011-04-223-1/+3
* | | | using bind parameters for updatesAaron Patterson2011-04-305-4/+15
|/ / /
* | | convert query results to a list of listsAaron Patterson2011-04-291-2/+1
* | | requring pg ~> 0.11, so remove conditional code for supporting older versions...Aaron Patterson2011-04-291-56/+12
* | | Make postgresql faster on development (thanks to @tapajos).José Valim2011-04-291-0/+8
* | | lean on rubygems to provide error messages about missing gemsAaron Patterson2011-04-291-9/+2
* | | supporting delete with bind parameters in mysql2Aaron Patterson2011-04-291-0/+8
* | | 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
* | | sqlite3 supports prepared statement deletesAaron Patterson2011-04-291-0/+5
* | | postgresql supports prepare statement deletesAaron Patterson2011-04-292-24/+40
* | | clearing statement from cache on exception in order to support older versions...Aaron Patterson2011-04-281-3/+13
* | | requiring a newer version of the mysql2 gemAaron Patterson2011-04-271-0/+1
* | | Merged pull request #310 from beanieboi/master.Aaron Patterson2011-04-261-1/+10
|\ \ \
| * | | Added tsvector Datatype SupportBenjamin Fritsch2011-04-261-1/+10
* | | | Use existing #empty_insert_statement_value for an insert with no columns.Ken Collins2011-04-242-8/+0
| |_|/ |/| |
* | | Merge branch 'master' of git://github.com/lifo/docrailsXavier Noria2011-04-233-8/+24
|\ \ \ | | |/ | |/|
| * | copy-edits 0e2644cXavier Noria2011-04-233-3/+3
| * | copy-edits e2656e0Xavier Noria2011-04-232-3/+3
| * | copy-edits 3d45964Xavier Noria2011-04-232-2/+2
| * | Added docs for #drop_database on MySQL adapterSebastian Martinez2011-04-222-1/+5
| * | Added docs for #disconnect! on adaptersSebastian Martinez2011-04-223-1/+6
| * | Added missing docs for clear_cache! on adaptersSebastian Martinez2011-04-223-0/+3
| * | Added missing docs for +supports_primary_key?+ on some adaptersSebastian Martinez2011-04-222-0/+2
| * | Added missing docs for +support_migrations?+ on some adaptersSebastian Martinez2011-04-222-0/+2
| * | Have a more connection specific rdoc for +supports_statement_cache?+Sebastian Martinez2011-04-223-6/+6
| * | Removed ON() on distinct commentSebastian Martinez2011-04-221-1/+1
* | | split indexes and column types on money / binary iterationAaron Patterson2011-04-221-6/+5
* | | fetch result row arrays from pg in C and return early if there are no money o...Aaron Patterson2011-04-221-31/+36
* | | set the backtrace to prevent AR exceptions from lying to usAaron Patterson2011-04-221-1/+3
* | | removing incorrect comment and string concatenationAaron Patterson2011-04-221-4/+1
* | | Move #exec_insert to abstract adapter's database statements.Ken Collins2011-04-224-12/+7
| |/ |/|
* | stop using distinct on for the unique id queries. [#6450 state:resolved]Aaron Patterson2011-04-211-1/+1
|/
* Fix test_load_save in test/cases/binary_test.rb (thanks @tenderlove for actua...Jon Leighton2011-04-171-2/+1