aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters
Commit message (Expand)AuthorAgeFilesLines
...
* | | | 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
| * Expose foreign key name ignore pattern in configurationDavid Stosik2018-03-192-1/+5
* | Support mysql2 0.4.x and 0.5.xAaron Stone2018-03-201-1/+1
|/
* Merge pull request #32271 from eileencodes/fix-three-tier-default-connectionEileen M. Uchitelle2018-03-161-1/+0
|\
| * Fix connection handling with three-tier configeileencodes2018-03-161-1/+0
* | Fix multiline expression indexes for postgresql (#31621)fatkodima2018-03-161-1/+1
* | Ensure that leading date is stripped by quoted_timeAndrew White2018-03-111-1/+1
* | Normalize date component when writing to time columnsAndrew White2018-03-111-1/+1
|/
* Deprecate `active_support/core_ext/hash/compact`yuuji.yaginuma2018-03-021-2/+0
* PostgreSQL adapter also supports bulk alter since #31331 [ci skip]yuuji.yaginuma2018-03-021-1/+1
* Use `delegate private: true` for `SchemaCreation`Ryuta Kamizono2018-03-022-5/+3
* Fix `#columsn_for_distinct` of MySQL and PostgreSQLkg8m2018-02-272-2/+2
* PostgreSQL: Allow BC dates like datetime consistentlyRyuta Kamizono2018-02-231-0/+3
* PostgreSQL: Treat infinite values in date like datetime consistentlyRyuta Kamizono2018-02-233-1/+23
* Use private attr_readerRyuta Kamizono2018-02-231-2/+1
* Rails 6 requires Ruby 2.3+Jeremy Daer2018-02-172-10/+2
* Fix frozen string concatenation by indicating that it's mutableJeremy Daer2018-02-161-1/+1
* Remove usage of strip_heredoc in the framework in favor of <<~Rafael Mendonça França2018-02-163-13/+9
* Prefer `@connection.abandon_results!` than `@connection.next_result while @co...Ryuta Kamizono2018-02-041-1/+1
* Add nodoc to `migrations_paths` and `migration_context` in `AbstractAdapter`Ryuta Kamizono2018-02-041-2/+2
* Merge pull request #31814 from fatkodima/index-nulls-orderRafael França2018-01-291-2/+6
|\
| * Dump correctly index nulls order for postgresqlfatkodima2018-01-281-2/+6
* | Extract `discard_remaining_results` for mysql2 adapterRyuta Kamizono2018-01-292-4/+6
* | Define `supports_foreign_tables?` in AbstractAdapterYasuo Honda2018-01-281-0/+5
|/
* Bring back ability to insert zero value on primary key for fixtures (#31795)Ryuta Kamizono2018-01-263-22/+8