aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters
Commit message (Expand)AuthorAgeFilesLines
* 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
* Avoid unnecessary catching of Exception instead of StandardError.Dylan Smith2012-06-173-6/+6
* Simplify AR configuration code.Jon Leighton2012-06-151-6/+8
* Add uuid type support to PostgreSQL adapterKonstantin Shabanov2012-06-142-3/+8
* Merge pull request #6492 from pmahoney/fair-connection-pool2Rafael Mendonça França2012-06-111-37/+174
|\
| * Make connection pool fair with respect to waiting threads.Patrick Mahoney2012-05-251-37/+174
* | Symbol responds_to :upcase & :downcase in Ruby >= 1.9Akira Matsuda2012-06-061-1/+1
* | Work around undiagnosed bug that's draining a relation's bind_valuesJeremy Kemper2012-05-311-0/+1
* | Merge pull request #6477 from steveklabnik/close_discovered_pg_connectionRafael Mendonça França2012-05-301-1/+2
|\ \
| * | Properly discover a connection is closed in postgresql_adapterSteve Klabnik2012-05-241-1/+2
* | | Merge pull request #6386 from kennyj/fix_logs_name_consistencyAaron Patterson2012-05-303-18/+15
|\ \ \
| * | | Fix logs name consistency.kennyj2012-05-193-18/+15
* | | | SchemaMigration should be loaded lazily.kennyj2012-05-291-1/+0
| |_|/ |/| |
* | | Merge pull request #5872 from evtuhovich/prepared_statement_fixAaron Patterson2012-05-251-10/+10
|\ \ \
| * | | Remove prepared statement from system query in postgresql adapterIvan Evtukhovich2012-05-121-10/+10
* | | | Merge pull request #5244 from fotos/myqsl2_wait_timeoutRafael Mendonça França2012-05-251-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | Maximum wait_timeout on Windows is 2147483Fotos Georgiadis2012-03-021-1/+1
* | | | Whitespaces :scissors:Rafael Mendonça França2012-05-232-7/+7
* | | | PGconn doesn't accepts :checkout_timeout option.Rafael Mendonça França2012-05-231-1/+1
* | | | ConnectionPool wait_timeout no longer used for different types of timeouts. #...Jonathan Rochkind2012-05-231-7/+16