aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters
Commit message (Expand)AuthorAgeFilesLines
...
| * | Remove array workaround in PG quotingSean Griffin2014-06-291-24/+0
* | | Remove unused `array_member` from PG quoting for HStore columnsSean Griffin2014-06-292-12/+9
|/ /
* | Use the type object when sending point columns to the DBSean Griffin2014-06-293-19/+9
* | Use the type object for sending JSON to the databaseSean Griffin2014-06-293-22/+10
* | Always pass a column with a type object to quoteSean Griffin2014-06-286-15/+23
* | rename sequence only if it existsAbdelkader Boudih2014-06-271-3/+3
* | Change method visibilityRafael Mendonça França2014-06-261-2/+2
* | Add nodoc to internal class [ci skip]Rafael Mendonça França2014-06-261-1/+1
* | fk: add docsYves Senn2014-06-261-0/+58
* | fk: review corrections: indent, visibility, syntax, wording.Yves Senn2014-06-264-49/+50
* | fk: use random digest namesYves Senn2014-06-263-10/+23
* | fk: raise for invalid :on_update / :on_delete valuesYves Senn2014-06-261-3/+8
* | fk: `add/remove_foreign_key` are noop for adapters that don't support fkYves Senn2014-06-261-0/+4
* | fk: raise when identifiers are longer than `allowed_index_name_length`.Yves Senn2014-06-261-1/+5
* | fk: support for on_updateYves Senn2014-06-265-16/+32
* | fk: rename `dependent` to `on_delete`Yves Senn2014-06-265-13/+12
* | fk: infere column name from table names.Yves Senn2014-06-261-4/+14
* | fk: support dependent option (:delete, :nullify and :restrict).Yves Senn2014-06-265-4/+39
* | fk: `:primary_key` option for non-standard pk's.Yves Senn2014-06-261-1/+3
* | fk: generalize using `AlterTable` and `SchemaCreation`.Yves Senn2014-06-265-47/+60
* | fk: `foreign_keys`, `add_foreign_key` and `remove_foreign_key` for MySQLYves Senn2014-06-265-21/+65
* | fk: add `foreign_keys` for PostgreSQL adapter.Yves Senn2014-06-262-0/+38
* | fk: `add_foreign_key` and `remove_foreign_key` for PostgreSQL adapter.Yves Senn2014-06-263-0/+36
* | Move writing unknown column exception to null attributeSean Griffin2014-06-261-1/+1
* | Merge pull request #15847 from sgrif/sg-encapsulate-result-typesRafael Mendonça França2014-06-261-3/+2
|\ \
| * | Encapsulate knowledge of type objects on `ActiveRecord::Result`Sean Griffin2014-06-221-3/+2
* | | add missing `:nodoc:` for recent refactorings. [ci skip]Yves Senn2014-06-2424-25/+25
* | | Merge pull request #15881 from mmozuras/remove_unused_paramsRafael Mendonça França2014-06-231-3/+3
|\ \ \
| * | | Remove unused param 'conn' from ConnectionPool#releaseMindaugas Mozūras2014-06-231-3/+3
| |/ /
* / / Add a deprecation cycle for `NullColumn` from `column_for_attribute`Sean Griffin2014-06-231-6/+0
|/ /
* | Merge pull request #15802 from sgrif/sg-column-quotingRafael Mendonça França2014-06-192-6/+6
|\ \
| * | Don't use column object for type casting in `quoting`Sean Griffin2014-06-182-6/+6
* | | this method is no longer being usedJosh Sharpe2014-06-191-4/+0
|/ /
* | Merge pull request #15782 from sgrif/sg-column-defaultsMatthew Draper2014-06-183-15/+19
|\ \
| * | Don't type cast the default on the columnSean Griffin2014-06-173-15/+19
* | | Detect in-place changes on point typesSean Griffin2014-06-172-3/+20
* | | Detect mutations of arrays and array membersSean Griffin2014-06-171-12/+14
* | | Ensure `OID::Array#type_cast_for_database` matches PG's quoting behaviorSean Griffin2014-06-172-7/+21
* | | Merge pull request #15778 from sgrif/sg-pg-mutable-arraysMatthew Draper2014-06-183-38/+52
|\ \ \ | |/ / |/| |
| * | Move array database type casting to the Array typeSean Griffin2014-06-173-38/+52
* | | Don't assume that Hstore columns have always changedSean Griffin2014-06-171-1/+1
|/ /
* | /mysql/i -> MySQL, Spell correct in continuation to #15555Akshay Vishnoi2014-06-144-7/+7
* | Parsing DATABASE_URI, use URI#hostname: it's smarter about IPv6Matthew Draper2014-06-141-1/+1
* | Remove `serialized?` from the type interfaceSean Griffin2014-06-131-1/+1
* | Merge pull request #15674 from sgrif/sg-mutable-attributesMatthew Draper2014-06-142-8/+4
|\ \
| * | Detect in-place changes on mutable AR attributesSean Griffin2014-06-132-8/+4
* | | Merge pull request #15593 from sgrif/sg-attributeRafael Mendonça França2014-06-131-2/+3
|\ \ \
| * | | Introduce an Attribute object to handle the type casting danceSean Griffin2014-06-131-2/+3
* | | | PG arrays should type cast user inputSean Griffin2014-06-131-4/+8
| |/ / |/| |
* | | Remove unused requireSean Griffin2014-06-111-2/+0
|/ /