aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1410 from lucasts/pg_schemaAaron Patterson2011-05-301-5/+11
|\
| * [activerecord][postgresql] verify if table has a schema(not public)Lucas Stephanou2011-05-271-6/+5
| * find sequences with pg schemas properlyLucas Stephanou2011-05-271-4/+11
* | No need to pass options which is never usedAkira Matsuda2011-05-291-2/+2
* | No need to override for just calling superAkira Matsuda2011-05-292-8/+0
* | stop using boolean expressions because of the side effectsAaron Patterson2011-05-271-1/+4
* | close statment only if its not closedHemant Kumar2011-05-281-1/+1
* | work around bug in the sqlite3 bindings. fixes #1289Aaron Patterson2011-05-271-0/+1
|/
* Merge branch 'master' of github.com:rails/railsXavier Noria2011-05-253-65/+2
|\
| * removed deprecated methods, and related tests, from ActiveRecordJosh Kalderimis2011-05-253-65/+2
* | Merge branch 'master' of git://github.com/lifo/docrailsXavier Noria2011-05-255-10/+10
|\ \ | |/ |/|
| * Remove extra white spaces on ActiveRecord docs.Sebastian Martinez2011-05-235-10/+10
* | Remove extra white-space on some exception messages.Sebastian Martinez2011-05-235-6/+6
* | Removed AS core_ext/kernel/requires as it's not used and is bad practice.Josh Kalderimis2011-05-233-3/+0
* | Merge pull request #1097 from kirillrdy/masterMichael Koziarski2011-05-191-1/+1
|\ \ | |/ |/|
| * Year 0 should fall to nil only if month and day are also 0Kirill Radzikhovskyy2011-05-171-1/+1
* | on.upcase!Akira Matsuda2011-05-191-1/+1
* | why not use JOIN statement for joining tables? (vol. 2)Akira Matsuda2011-05-181-21/+12
* | remove unused table from FROM clauseAkira Matsuda2011-05-181-2/+0
* | why not use JOIN statement for joining tables?Akira Matsuda2011-05-181-3/+3
|/
* supporting infinity and -infinity for timestamps in PG. fixes #544Aaron Patterson2011-05-131-0/+13
* use a null byte as a bind parameter substitute as it is not allowed in normal...Aaron Patterson2011-05-092-12/+9
* Merge branch 'master' of git://github.com/lifo/docrailsXavier Noria2011-05-044-15/+23
|\
| * Remove extra whitespacesSebastian Martinez2011-05-031-9/+9
| * Improves Mysql2 adapter docsSebastian Martinez2011-05-031-0/+6
| * Added #recreate_database docsSebastian Martinez2011-05-031-0/+2
| * Fixes on schema_definitions docsSebastian Martinez2011-05-031-3/+3
| * fixed-fonts on SchemaDefinitionsSebastian Martinez2011-05-021-3/+3
* | added the mysql schema test to mysql2 adapter, and fixed the corresponding fa...Josh Kalderimis2011-05-031-2/+17
* | favor collect over each in mysql* adaptersJosh Kalderimis2011-05-032-8/+4
* | 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