aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update note on MySQL index order support [ci skip]Eugene Kenny2018-01-261-1/+1
* Add test case for deprecated `insert_fixtures`Ryuta Kamizono2018-01-261-3/+5
* Make discard safe when it follows a manual disconnectMatthew Draper2018-01-251-1/+1
* Merge pull request #31773 from dinahshi/postgresql_bulk_patchMatthew Draper2018-01-241-1/+1
|\
| * Use concat to join procs arrays in bulk_change_tableDinah Shi2018-01-231-1/+1
* | Merge pull request #31422 from Edouard-chin/multistatement-fixturesMatthew Draper2018-01-243-21/+114
|\ \
| * | Allow a 2 bytes margin:Edouard CHIN2018-01-231-1/+2
| * | Combine delete and insert statements in the same queryEdouard CHIN2018-01-222-13/+10
| * | Build a multi-statement query when inserting fixtures:Edouard CHIN2018-01-223-21/+116
* | | Support for PostgreSQL foreign tablesfatkodima2018-01-222-1/+15
* | | Merge pull request #24964 from vipulnsward/true-falseMatthew Draper2018-01-231-2/+2
|\ \ \
| * | | Dont perform unnecessary check with false, just use true/false values for @ac...Vipul A M2016-05-111-2/+2
* | | | Merge pull request #31732 from koic/enable_autocorrect_for_lint_end_alignment...Matthew Draper2018-01-191-1/+1
|\ \ \ \
| * | | | Enable autocorrect for `Lint/EndAlignment` copKoichi ITO2018-01-181-1/+1
* | | | | Refactor migration to move migrations paths to connectioneileencodes2018-01-183-4/+12
|/ / / /
* | | | `create_database` should not add default charset when `collation` is givenRyuta Kamizono2018-01-151-1/+1
* | | | PostgreSQL: Allow pg-1.0 gem to be used with ActiveRecordLars Kanis2018-01-101-1/+1
* | | | Revert commit 4ec5b0d6b4d8a57e034b1014942356e95caf47aa in favor of #28379Ryuta Kamizono2018-01-071-6/+1
* | | | Deprecate `valid_alter_table_type?` in sqlite3 adapterRyuta Kamizono2018-01-041-7/+12
* | | | Correctly handle infinity value in PostgreSQL range typeyuuji.yaginuma2018-01-042-2/+10
| |_|/ |/| |
* | | Merge pull request #31331 from dinahshi/postgresql_bulk_updateMatthew Draper2018-01-032-5/+40
|\ \ \
| * | | Add bulk alter support for PostgreSQLDinah Shi2017-12-062-5/+40
* | | | Merge pull request #25456 from ojab/masterRyuta Kamizono2018-01-031-3/+1
|\ \ \ \
| * | | | Remove dormant checkojab2016-06-211-3/+1