aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters
Commit message (Expand)AuthorAgeFilesLines
* create a transaction object and point AR objects at that object during aAaron Patterson2012-09-072-6/+25
* ActiveRecord support to PostgreSQL 9.2 JSON typeDickson S. Guedes2012-09-055-3/+44
* Merge pull request #7337 from adzap/string_to_dummy_timeRafael Mendonça França2012-09-051-1/+7
|\
| * Fix for time type columns with invalid timeAdam Meehan2012-09-051-1/+7
* | Modularize postgresql adapterKonstantin Shabanov2012-09-056-985/+1038
|/
* Cache the connection pool for a given classJon Leighton2012-08-311-20/+35
* One hash is enoughJon Leighton2012-08-311-17/+13
* Refactor connection handlerJon Leighton2012-08-311-22/+14
* Make connection pool retrieval fasterJon Leighton2012-08-311-10/+13
* use Hash#fetch to eliminate conditionalAaron Patterson2012-08-241-8/+3
* Refactor AR::Result or inherits. Because we have redundant codes aboutkennyj2012-08-222-16/+2
* This method is useless without a block, so remove testAaron Patterson2012-08-201-11/+9
* remove unused variableAaron Patterson2012-08-201-1/+1
* initialize instance variables to avoid conditionalsAaron Patterson2012-08-201-2/+7
* column default extraction should handle newlines.Aaron Patterson2012-08-171-2/+2
* Fix occasional microsecond conversion inaccuracyAri Pollak2012-08-151-2/+2
* load active_support/deprecation in active_support/railsXavier Noria2012-08-023-3/+0
* load active_support/core_ext/object/blank in active_support/railsXavier Noria2012-08-023-3/+0
* Deprecate Relation#all.Jon Leighton2012-07-271-1/+1
* Merge pull request #6654 from stevecj/postgresql-auto-reconnect-2Aaron Patterson2012-07-251-1/+2
|\
| * Simulated & actual (manual/skipped) PostgreSQL auto-reconnection tests.Steve Jorgensen2012-07-161-0/+1
| * Don't crash exception translation w/ nil result attribute.Steve Jorgensen2012-07-161-1/+1
* | Add fkey attributes to `join_table` migration generatorAleksey Magusev2012-07-191-3/+3
* | revert Default timestamps to non-nullDave Kroondyk2012-07-181-1/+1
* | Merge pull request #7028 from lexmag/join_table_indexesJosé Valim2012-07-181-2/+5
|\ \ | |/ |/|
| * Add join table migration generatorAleksey Magusev2012-07-181-2/+5
* | teaching the mysql adapter how to typecast strings returned from the databaseAaron Patterson2012-07-131-2/+132
* | Fixing texts; down to three failing tests.Jeremy Cole2012-07-132-15/+24
* | Only use prepared statements when bind variables are presentJeremy Cole2012-07-131-34/+40
* | Merge pull request #6874 from robbkidd/rename_sequences_tooAaron Patterson2012-07-101-0/+7
|\ \ | |/ |/|
| * Update psql adapter to rename a default pkey sequence when renaming a table.Robb Kidd2012-06-271-0/+7
* | Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-07-071-2/+4
|\ \
| * | fix AR::SchemaStatements#column_exists? example [ci skip]Francesco Rodriguez2012-06-301-1/+1
| * | update AR::SchemaStatements#column_exists? documentation [ci skip]Francesco Rodriguez2012-06-301-2/+4
* | | Refactor locked? method in query cacheCarlos Antonio da Silva2012-07-071-5/+2
* | | Disable query cache for lock queriesDamir Zekic2012-07-061-1/+9
* | | fix quoting for ActiveSupport::Duration instancesFrancesco Rodriguez2012-07-041-1/+1
* | | Don't need to use delete in the options hashRafael Mendonça França2012-07-032-3/+2
* | | Refactor references schema definitionsAleksey Magusev2012-07-031-18/+12
* | | Add references schema statementsAleksey Magusev2012-07-031-0/+37
* | | Unify the collation API for the database adptersRafael Mendonça França2012-07-011-4/+4
* | | Merge pull request #6913 from lexmag/column_exists_optionsCarlos Antonio da Silva2012-06-301-4/+6
|\ \ \ | |/ / |/| |
| * | Add more options to column_exists? methodAleksey Magusev2012-06-301-4/+6
| |/
* | Require URIChris Bandy2012-06-281-0/+2
* | Support collate and ctype on the PostgreSQL.kennyj2012-06-291-1/+20
* | fix: limit of enum columns of mysqlYamada Masaki2012-06-281-0/+2
|/
* Revert "Merge pull request #6344"Piotr Sarnacki2012-06-251-1/+1
* add :nodoc: to internal implementations [ci skip]Francesco Rodriguez2012-06-221-1/+1
* Allow precision option for postgresql datetimesTony Schneider2012-06-221-0/+10
* Change minimum (default) log level in PostgreSQL to warning.kennyj2012-06-181-1/+1