aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Avoid using index_xinfo, only available in sqlite >= 3.8.9Paul Kuruvilla2017-10-251-9/+12
| * | | Save index order :desc to schema.rb (sqlite). Fixes #30902Paul Kuruvilla2017-10-241-2/+9
* | | | `supports_extensions?` return always true since PostgreSQL 9.1Yasuo Honda2017-10-241-9/+3
|/ / /
* | | Remove `supports_disable_referential_integrity?`Yasuo Honda2017-10-231-25/+17
* | | Remove deprecated arguments from `#verify!`Rafael Mendonça França2017-10-231-4/+1
* | | Remove deprecated argument `name` from `#indexes`Rafael Mendonça França2017-10-234-24/+4
* | | Remove deprecated method `supports_primary_key?`Rafael Mendonça França2017-10-231-5/+0
* | | Remove deprecated method `supports_migrations?`Rafael Mendonça França2017-10-231-5/+0
* | | Remove deprecated methods `initialize_schema_migrations_table` and `initializ...Rafael Mendonça França2017-10-231-10/+0
* | | Remove deprecated argument `default` from `index_name_exists?`Rafael Mendonça França2017-10-232-12/+2
* | | Remove deprecated support to `quoted_id` when typecasting an Active Record ob...Rafael Mendonça França2017-10-231-17/+0
* | | [Active Record] require => require_relativeAkira Matsuda2017-10-217-62/+62
* | | Fix longer sequence name detection for serial columns (#28339)Ryuta Kamizono2017-10-154-4/+26
* | | MySQL: Don't lose `auto_increment: true` in the `db/schema.rb`Ryuta Kamizono2017-10-151-0/+7
* | | Merge pull request #30798 from bogdanvlviv/express-change_column_comment-as-p...Sean Griffin2017-10-091-1/+1
|\ \ \
| * | | Express #change_column_comment as public apibogdanvlviv2017-10-041-1/+1
* | | | Fix typo in loading error messageyuuji.yaginuma2017-10-091-1/+1
* | | | Distinguish missing adapter gems from load errors within the adapterJeremy Daer2017-10-081-3/+15
* | | | Add JSON attribute test cases for SQLite3 adapterRyuta Kamizono2017-10-052-1/+2
|/ / /
* | | Prefer official name PostgreSQL over PostgresRyuta Kamizono2017-10-041-2/+2
* | | `Postgres::OID::Range` serializes to a `Range`, quote in `Quoting`Thomas Cannon2017-09-262-1/+9
* | | Preload digest/sha2 to avoid thread safe error.Francesco Rodriguez2017-09-251-1/+1
* | | Extract `integer_like_primary_key_type` to ease to handle it for adaptersRyuta Kamizono2017-09-254-17/+18
* | | Move integer-like primary key normalization to `new_column_definition`Ryuta Kamizono2017-09-235-31/+27
* | | Prevent extra `column_for` for `change_column_{default,null,comment}`Ryuta Kamizono2017-09-231-7/+4
* | | `index_name` should be quotedRyuta Kamizono2017-09-221-1/+1
* | | Return nil if table comment is blankRyuta Kamizono2017-09-221-1/+1
* | | Implement change_table_comment and change_column_comment for MySql AdapterAlecs Popa2017-09-221-0/+10
* | | Merge pull request #30656 from yskkin/add_column_docRyuta Kamizono2017-09-201-0/+2
|\ \ \
| * | | Add :comment option for add_column [ci skip]Yoshiyuki Kinjo2017-09-201-0/+2
* | | | Fix collided sequence name detectionRyuta Kamizono2017-09-181-1/+8
|/ / /
* | | Don't use `quoted_table_name` in `limited_ids_for`Ryuta Kamizono2017-09-141-1/+5
* | | Fix `quote_default_expression` for UUID with array defaultRyuta Kamizono2017-09-081-1/+1
* | | Should quote composite primary key namesRyuta Kamizono2017-09-041-1/+1
| |/ |/|
* | `add_reference` should respect column position for both reference id and type...Ryuta Kamizono2017-09-011-1/+1
* | Merge pull request #30445 from prathamesh-sonpatki/fix-30441Kasper Timm Hansen2017-08-281-0/+2
|\ \
| * | Clarify that bulk option is supported only by MySQL [ci skip]Prathamesh Sonpatki2017-08-291-0/+2
* | | Omit the default limit for float columns (#28041)Ryuta Kamizono2017-08-271-1/+1
|/ /
* | Use tt in doc for ActiveRecord [ci skip]Yoshiyuki Hirano2017-08-271-2/+2
* | Merge pull request #30337 from kamipo/refactor_schema_dumperRyuta Kamizono2017-08-2412-49/+47
|\ \
| * | Refactor `SchemaDumper` to make it possible to adapter specific customizationRyuta Kamizono2017-08-2212-35/+48
| * | Remove deprecated `#migration_keys`Ryuta Kamizono2017-08-223-15/+0
* | | Merge pull request #30360 from gcourtemanche/transaction_timedoutRafael França2017-08-221-0/+3
|\ \ \ | |/ / |/| |
| * | Add TransactionTimeout for MySQL error code 1205Gabriel Courtemanche2017-08-221-0/+3
* | | Update links to use https instead of http [ci skip]Yoshiyuki Hirano2017-08-226-7/+7
|/ /
* | Prevent extra `SET time zone` in `configure_connection` (#28413)Ryuta Kamizono2017-08-211-6/+8
* | Require "active_support/core_ext/hash/compact" for `compact!`Ryuta Kamizono2017-08-211-0/+2
* | Place `update_table_definition` consistently in `SchemaStatements`Ryuta Kamizono2017-08-216-12/+12
* | Don't expose `prepare_column_options`Ryuta Kamizono2017-08-213-52/+30
* | Register integer types limit correctly for postgresql adapter (#26386)Ryuta Kamizono2017-08-201-15/+4