aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/
* / Use frozen-string-literal in ActiveRecordKir Shatrov2017-07-1969-0/+138
|/
* Fix type casting a time for MariaDBRyuta Kamizono2017-07-191-1/+0
* Merge pull request #29785 from cswilliams/rescue_postgres_connection_errors_o...Sean Griffin2017-07-181-0/+1
|\
| * Catch postgres connection errors when trying to dealloc the statement poolChris Williams2017-07-131-0/+1
* | Don't convert dates to strings when using prepared statements in mysqlSean Griffin2017-07-181-0/+8
* | Set `represent_boolean_as_integer` via `configuration`yuuji.yaginuma2017-07-161-1/+1
* | Fix boolean column migration scriptyuuji.yaginuma2017-07-131-1/+1
|/
* Merge pull request #29699 from lugray/represent_boolean_as_integerMatthew Draper2017-07-123-4/+38
|\
| * Change sqlite3 boolean serialization to use 1 and 0Lisa Ugray2017-07-113-4/+38
* | [Action Record] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-111-0/+1
|/
* Merge pull request #29655 from kirs/frozen-friendly-ap-arMatthew Draper2017-07-101-1/+2
|\
| * Prepare AP and AR to be frozen string friendlyKir Shatrov2017-07-061-1/+2
* | Merge pull request #29715 from reverbdotcom/ptd/fix-invalid-uuidsMatthew Draper2017-07-091-1/+1
|\ \