aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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
|\ \ \ \
| * | | | Don't allow uuids with orphan curly bracespdebelak2017-07-071-1/+1
* | | | | Merge pull request #29692 from fimmtiu/avoid-translating-non-database-exceptionsMatthew Draper2017-07-091-2/+4
|\ \ \ \ \
| * | | | | Don't translate non-database exceptions.Dennis Taylor2017-07-051-2/+4
* | | | | | Merge pull request #29706 from kamipo/use_information_schema_to_extract_expre...Matthew Draper2017-07-091-1/+1
|\ \ \ \ \ \
| * | | | | | Use `information_schema` to extract `generation_expression` for MariaDBRyuta Kamizono2017-07-071-1/+1
| | |/ / / / | |/| | | |
* / | | | | Fix default `CURRENT_TIMESTAMP` in schema dumping for MariaDB 10.2Ryuta Kamizono2017-07-071-2/+2
|/ / / / /
* / / / / Fix extracting MariaDB versionRyuta Kamizono2017-07-071-2/+6
|/ / / /
* / / / Remove database specific JSON typesRyuta Kamizono2017-07-053-14/+0
|/ / /
* | | Merge branch 'master' into require_relative_2017Xavier Noria2017-07-0216-81/+130
|\ \ \