aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge pull request #17793 from kamipo/fix_undesirable_range_errorSean Griffin2014-12-111-5/+16
|\
| * Fix undesirable RangeError by Type::Integer. Add Type::UnsignedInteger.Ryuta Kamizono2014-12-121-5/+16
* | Refactor `quoted_date`Ryuta Kamizono2014-12-114-25/+13
|/
* Revert to 4.1 behavior for casting PG arraysSean Griffin2014-12-081-0/+3
* minor sentences fixesNeeraj Singh2014-12-071-3/+3
* Correctly respect subtypes for PG arrays and rangesSean Griffin2014-12-052-10/+25
* Failure to rollback t.timestamps when within a change_table migrationnoam2014-12-033-4/+4
* no need to pass native_database_types aroundYves Senn2014-12-022-5/+5
* Fix value extracted from negative integers for PostgreSQL.Guo Xiang Tan2014-12-011-1/+1
* Pass symbol as an argument instead of a blockErik Michaels-Ober2014-11-296-17/+11
* Merge pull request #17799 from kamipo/refactor_add_column_optionsRafael Mendonça França2014-11-282-6/+14
|\
| * Rename to `quote_default_expression` from `quote_value`Ryuta Kamizono2014-11-282-3/+3
| * Refactor `add_column_options!`, to move the quoting of default value for :uui...Ryuta Kamizono2014-11-281-4/+12
* | Refactor `SchemaCreation#visit_AddColumn`Ryuta Kamizono2014-11-272-9/+1
|/
* Move PG float quoting to the correct locationSean Griffin2014-11-251-16/+6
* allow types to be passed in for USING castsAaron Patterson2014-11-241-0/+3
* allow the "USING" statement to be specified on change column callsAaron Patterson2014-11-241-1/+3
* Mark comments that should not be in the docsclaudiob2014-11-244-0/+14
* Rename the primary key index when renaming a table in pgSean Griffin2014-11-221-0/+3
* ConnectionAdapter#substitute_at is technically public API...Sean Griffin2014-11-211-1/+1
* Merge pull request #17695 from claudiob/replace-all-backticks-with-plusesYves Senn2014-11-213-4/+4
|\
| * Wrap code snippets in +, not backticks, in sdocclaudiob2014-11-203-4/+4
* | raise a better exception for renaming long indexesAaron Patterson2014-11-202-0/+6
|/
* synchronize code and docs for `timestamps` and `add_timestamps`.Yves Senn2014-11-203-8/+11
* Revert "PERF: optimise type lookup to avoid invoking procs"Sean Griffin2014-11-191-13/+7
* Support symbol foreign key to deletedtaniwaki2014-11-191-1/+1
* Remove the unused second argument to `substitute_at`Sean Griffin2014-11-171-2/+2