aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #31696 from BrentWheeldon/bmw-connection-pool-load-deadlockMatthew Draper2018-08-241-1/+3
|\
| * Prevent deadlocks when waiting for connection from pool.Brent Wheeldon2018-03-231-1/+3
* | Merge pull request #32647 from eugeneius/lazy_transactionsMatthew Draper2018-08-239-14/+103
|\ \
| * | Omit BEGIN/COMMIT statements for empty transactionsEugene Kenny2018-08-139-14/+103
* | | Partly revert unused accessorRyuta Kamizono2018-08-231-8/+1
* | | Add database configuration to disable advisory locks.Guo Xiang Tan2018-08-223-3/+14
* | | SQLite3: Fix rename reference column not to lose foreign key constraintRyuta Kamizono2018-08-201-11/+15
* | | Merge pull request #33585 from yahonda/diag33520Ryuta Kamizono2018-08-161-1/+9
|\ \ \
| * | | SQLite3 adapter `alter_table` method restores foreign keysYasuo Honda2018-08-111-1/+9
| |/ /
* | | Fix bulk change table ignores comment option on PostgreSQL.Yoshiyuki Kinjo2018-08-151-1/+5
* | | Follow up #33530bogdanvlviv2018-08-151-3/+3
* | | Merge pull request #33530 from jychen7/33515-invert-remove-foreign-keyRichard Schneeman2018-08-141-1/+8
|\ \ \
| * | | Allow `to_table` in `invert_remove_foreign_key`Rich2018-08-141-1/+8
| |/ /
* / / Use `Array#extract!` where possiblebogdanvlviv2018-08-141-6/+8
|/ /
* | `retrieve_connection_pool` return a pool, not a connectionRyuta Kamizono2018-08-031-2/+2
* | MySQL: Raise ActiveRecord::InvalidForeignKey for foreign-key constraint viola...George Claghorn2018-07-301-1/+2
* | Fix test failures due to Performance/RegexpMatch correctionBart de Water2018-07-281-1/+3
* | Enable Start/EndWith and RegexpMatch copsBart de Water2018-07-281-1/+1
* | PostgreSQL 10 new relkind for partitioned tables (#31336)Yannick Schutz2018-07-271-2/+2
* | Merge pull request #32381 from q-centrix/update-codeclimate-configsRichard Schneeman2018-07-253-5/+3
|\ \
| * | Turn on performance based copsDillon Welch2018-07-233-5/+3
* | | Normalize time value not to be affected by summer timeRyuta Kamizono2018-07-251-0/+1
|/ /
* | [ci skip] Tidy up formatting of examplesOrhan Toy2018-07-221-12/+3
* | Fix `insert_fixtures_set` to be restored original connection flagsRyuta Kamizono2018-07-192-29/+36
* | Merge pull request #33363 from ahorek/transaction_bugRafael França2018-07-181-5/+23
|\ \
| * | use set_server_option if possiblepavel2018-07-151-5/+23
* | | Implement change() to convert to "2001-01-01" firstSean Prashad2018-07-171-0/+1
|/ /
* | SQLite: Don't leak internal schema objectsRyuta Kamizono2018-07-092-4/+5
* | Fix default value for mysql time types with specified precisionNikolay Kondratyev2018-07-041-2/+2
* | Merge pull request #33242 from brasic/sqlite-readonlyRyuta Kamizono2018-07-031-1/+3
|\ \
| * | Support readonly option in SQLite3AdapterCarl Brasic2018-07-021-1/+3
|/ /
* | Fix formatting of `primary_key` [ci skip]yuuji.yaginuma2018-06-241-2/+2
* | Add ability to configure cache notifications infoEileen Uchitelle2018-06-121-6/+14
* | Migrations will raise an exception if there are multiple column definitions (...Federico Martinez2018-06-011-2/+6
* | Make force equality checking more strictly not to allow serialized attributeRyuta Kamizono2018-05-252-0/+8
* | Disable foreign keys during `alter_table` for sqlite3 adapterYasuo Honda2018-05-221-5/+10
* | Bump minimum SQLite version to 3.8Yasuo Honda2018-05-213-13/+12
* | `SqlTypeMetadata` is :nodoc: class [ci skip]Ryuta Kamizono2018-05-211-0/+1
* | Finalize transaction record state after real transactionEugene Kenny2018-05-191-14/+23
* | Remove :nodoc: from the methods which is added the doc [ci skip]Ryuta Kamizono2018-05-151-4/+4
* | Add available transformations to docs [ci skip]wata_mac2018-05-131-0/+3
* | Restore original merging order to enforce `if_exists: true`Ryuta Kamizono2018-04-291-2/+1
* | `columns` is cached in the statementRyuta Kamizono2018-04-241-6/+3
* | Save a hash allocation in MySQL statement poolEugene Kenny2018-04-232-5/+2
* | Allow `primary_key` argument to `empty_insert_statement_value`Yasuo Honda2018-04-202-2/+2
* | Remove unused attr_writer :joinable on TransactionEugene Kenny2018-04-171-1/+0
* | passing splat keyword arguments as a single Hashutilum2018-04-041-2/+3
* | Remove `ForeignKeys` module which was introduced at #32299Ryuta Kamizono2018-04-021-1/+1
* | Merge pull request #32299 from davidstosik/expose-fk-ignore-patternGuillermo Iguaran2018-03-272-1/+5
|\ \ | |/ |/|
| * Move fk_ignore_pattern from config.active_record to SchemaDumperDavid Stosik2018-03-221-1/+1