aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters
Commit message (Expand)AuthorAgeFilesLines
...
* | | | 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
|\ \ \ \
| * | | | Fix removed version 5.2 to 6.0 in the deprecation messageRyuta Kamizono2017-07-021-1/+1
| * | | | Apply record state based on parent transaction stateeileencodes2017-07-011-2/+15
| * | | | Deprecate and replace `set_state` methodeileencodes2017-07-011-6/+27
| * | | | Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-0271-71/+0
| * | | | Merge pull request #29540 from kirs/rubocop-frozen-stringMatthew Draper2017-07-0271-0/+71
| |\ \ \ \
| | * | | | Enforce frozen string in RubocopKir Shatrov2017-07-0171-0/+71
| * | | | | Merge pull request #29506 from pat/frozen-string-literalsMatthew Draper2017-07-029-18/+18
| |\ \ \ \ \
| | * | | | | Make ActiveRecord frozen string literal friendly.Pat Allan2017-06-209-18/+18
| * | | | | | Don't cache queries for schema statementsRyuta Kamizono2017-06-3010-55/+70
| | |/ / / / | |/| | | |
* / | | | | [Active Record] require => require_relativeAkira Matsuda2017-07-017-63/+63
|/ / / / /
* | | | | Should use the same connection in using query cacheRyuta Kamizono2017-06-291-0/+1
* | | | | Merge pull request #29612 from kamipo/use_quote_method_rather_than_single_quoteRafael França2017-06-285-13/+12
|\ \ \ \ \