aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters
Commit message (Expand)AuthorAgeFilesLines
* remove deprecated support for PG ranges with exclusive lower bounds.Yves Senn2015-01-051-10/+1
* Change the behavior of boolean columns to be closer to Ruby's semantics.Rafael Mendonça França2015-01-041-1/+0
* Change transaction callbacks to not swallowing errors.Rafael Mendonça França2015-01-041-12/+2
* Remove deprecated access to connection specification using a string acessor.Rafael Mendonça França2015-01-041-20/+1
* Change the default `null` value for `timestamps` to `false`Rafael Mendonça França2015-01-043-18/+5
* Return an array of pools from `connection_pools`Rafael Mendonça França2015-01-041-10/+1
* Return a null column from `column_for_attribute` when no column exists.Rafael Mendonça França2015-01-041-0/+6
* Merge pull request #18319 from kamipo/sql_type_has_been_determinedRafael Mendonça França2015-01-041-4/+2
|\
| * `sql_type` has been determined already when quoting defaultsRyuta Kamizono2015-01-041-4/+2
* | Merge pull request #18318 from kamipo/stop_passing_the_column_when_quoting_de...Rafael Mendonça França2015-01-041-1/+2
|\ \
| * | Stop passing the column to the `quote` method when quoting defaultsRyuta Kamizono2015-01-041-1/+2
| |/
* / Prefer `array?` rather than `array`Ryuta Kamizono2015-01-043-8/+7
|/
* Merge pull request #17822 from kamipo/refactor_visit_change_column_definitionRafael Mendonça França2015-01-024-16/+14
|\
| * Refactor `visit_ChangeColumnDefinition`Ryuta Kamizono2015-01-032-11/+9
| * Add default value for `create_table_definition`Ryuta Kamizono2015-01-033-5/+5
* | Merge pull request #8547 from printercu/patch-1Rafael Mendonça França2015-01-021-1/+6
|\ \ | |/ |/|
| * fix for messages in invalid encoding from db-driversMax Melentiev2013-12-071-1/+5
* | Merge pull request #17820 from fw42/restore_query_cache_on_rollbackRafael Mendonça França2015-01-027-9/+17
|\ \
| * | Restore query cache on rollbackFlorian Weingarten2014-12-017-9/+17
* | | Merge pull request #18228 from kamipo/correctly_dump_primary_keyRafael Mendonça França2015-01-024-0/+37
|\ \ \
| * | | Improve a dump of the primary key support.Ryuta Kamizono2014-12-294-0/+37
* | | | Merge pull request #18067 from kamipo/format_datetime_string_according_to_pre...Rafael Mendonça França2015-01-021-0/+28
|\ \ \ \
| * | | | Format the datetime string according to the precision of the datetime field.Ryuta Kamizono2015-01-021-1/+17
| * | | | Allow precision option for MySQL datetimes.Ryuta Kamizono2015-01-021-0/+12
|/ / / /
* | | | Merge pull request #18080 from korbin/fix_reaping_frequency_configurationRafael Mendonça França2015-01-021-1/+1
|\ \ \ \
| * | | | fix issue with reaping_frequency typekorbin2014-12-171-1/+1
* | | | | 💣 I forgot to commit the arity changeSean Griffin2015-01-011-1/+1
* | | | | Don't load an entire table into memory to copy it on SQLiteSean Griffin2015-01-011-15/+4
* | | | | Stop passing the column to the connection adapter when quoting defaultsSean Griffin2015-01-011-2/+2
* | | | | Extract the index length validation to a auxiliar methodRafael Mendonça França2014-12-303-9/+12
* | | | | Raise a better exception for renaming long indexes for mysql adaptersYasuo Honda2014-12-301-0/+3
* | | | | Merge pull request #17680 from larskanis/fix_bytea_change_detectionSean Griffin2014-12-301-0/+1
|\ \ \ \ \
| * | | | | PostgreSQL, Fix change detection caused by wrong data for bytea unescaping.Lars Kanis2014-12-291-0/+1
| | |/ / / | |/| | |
* / | | | Ensures that primary_key method will return nil when multi-pkArthur Neves2014-12-302-8/+7
|/ / / /
* | | | Minor documentation edits [ci skip]Robin Dupret2014-12-281-6/+5
* | | | Add bigint primary key support for MySQL.Ryuta Kamizono2014-12-283-1/+14
* | | | Support for any type primary key.Ryuta Kamizono2014-12-282-10/+5
* | | | add autoload for `ForeignKeyDefinition`.Yves Senn2014-12-271-0/+1
* | | | reduce duplication in `ConnectionAdapters::Table` docs. [ci skip]Yves Senn2014-12-271-27/+38
* | | | Refactor `PostgreSQL::TableDefinition#primary_key`Ryuta Kamizono2014-12-271-4/+2
* | | | Correctly ignore `case_sensitive` for UUID uniqueness validationSean Griffin2014-12-262-1/+5
* | | | Refactor a common class to reduce the duplication for `references`Sean Griffin2014-12-232-59/+86
* | | | Fix connection leak when a thread checks in additional connections.Matt Jones2014-12-231-4/+6
* | | | Add `foreign_key` as an option to `references` for `change_table`Sean Griffin2014-12-222-4/+22
* | | | Convert `add_references` to use kwargsSean Griffin2014-12-221-6/+18
* | | | Add a `foreign_key` option to `references` while creating the tableSean Griffin2014-12-222-5/+34
* | | | Convert `references` to kwargsSean Griffin2014-12-221-7/+17
* | | | Correctly handle limit on int4 and int8 types in PGSean Griffin2014-12-221-2/+2
* | | | `force: :cascade` to recreate tables referenced by foreign-keys.Yves Senn2014-12-193-3/+12
* | | | Relax the UUID regexGodfrey Chan2014-12-181-9/+2
|/ / /