aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters
Commit message (Expand)AuthorAgeFilesLines
* Use utf8mb4 character set by default for MySQL database (#33608)Yasuo Honda2018-09-111-2/+2
* Consistently use `visitor.compile`Ryuta Kamizono2018-09-091-3/+3
* Use `visitor.compile` instead of constructing by connection itselfRyuta Kamizono2018-09-091-5/+1
* `supports_xxx?` returns whether a feature is supported by the backendRyuta Kamizono2018-09-083-2/+6
* Merge pull request #33809 from fidalgo/improve-remove-column-documentationRichard Schneeman2018-09-061-0/+1
|\
| * [ci skip] Improve remove_column documentationPaulo Fidalgo2018-09-061-0/+1
* | Deprecate most methods which were never used in `DatabaseLimits`Ryuta Kamizono2018-09-051-0/+9
* | Add config option for `replica`.Eileen Uchitelle2018-08-311-0/+4
* | Refactors Active Record connection managementEileen Uchitelle2018-08-301-38/+32
* | Add documentation for `:collation` column option (#33733)Nate Pinsky2018-08-271-0/+3
* | 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