aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters
Commit message (Expand)AuthorAgeFilesLines
* 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
* Restore the ability that SQL with binds for `insert`, `update`, and `delete` ...Ryuta Kamizono2017-08-181-6/+6
* Restore `to_sql` to return only SQL (#29945)Ryuta Kamizono2017-08-185-11/+14
* Fix RDoc formatting: `+` doesn't work with `@`ohbarye2017-08-111-5/+5
* Start `@reaper.run` after connection pool initializedRyuta Kamizono2017-08-111-2/+3
* Merge pull request #30108 from yui-knk/require_concurrent_mapRafael França2017-08-081-0/+2
|\
| * Add missed `require`yui-knk2017-08-071-0/+2
* | [ci skip] Postgres --> PostgreSQLRyuta Kamizono2017-08-081-1/+1
|/
* Fix all rubocop violationsRafael Mendonça França2017-08-031-2/+2
* Change http postgresql.org links to https [ci skip]yuuji.yaginuma2017-07-303-6/+6
* Use `predicate_builder.build_bind_attribute` wherever possibleRyuta Kamizono2017-07-282-4/+4
* Clarify add_column limit documentationLisa Ugray2017-07-251-0/+1
* Fix test failures when prepared statements are disabledSean Griffin2017-07-242-3/+26
* Fix build failures on MySQLSean Griffin2017-07-242-2/+2
* Refactor Active Record to let Arel manage bind paramsSean Griffin2017-07-248-62/+56
* Merge pull request #29870 from kamipo/use_true_false_literalsSean Griffin2017-07-222-14/+4
|\
| * Use `TRUE` and `FALSE` boolean literals for MySQLRyuta Kamizono2017-07-202-14/+6
* | Merge pull request #29869 from kamipo/make_type_map_to_privateRafael França2017-07-214-17/+16
|\ \
| * | Make `type_map` to private because it is only used in the connection adapterRyuta Kamizono2017-07-204-17/+16
| |/