aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Don't rely on the sql type to quote XML columns in PGSean Griffin2014-07-064-4/+42
| |/ / /
* / / / Remove the `text?` predicate from the type objectsSean Griffin2014-07-061-4/+0
|/ / /
* | | Change back occurrences of SQLite(3) to sqlite3 when referring to theZachary Scott2014-07-062-5/+5
* | | Merge pull request #16057 from akshay-vishnoi/doc_changeZachary Scott2014-07-062-3/+3
|\ \ \
| * | | [ci skip] /sqlite/i --> SQLiteAkshay Vishnoi2014-07-062-3/+3
* | | | Merge pull request #16065 from matthewd/mysql-explicit-non-strictMatthew Draper2014-07-061-2/+2
|\ \ \ \
| * | | | If our connection is explicitly non-strict, tell MySQLMatthew Draper2014-07-061-2/+2
* | | | | Use the type object for quoting PG RangesSean Griffin2014-07-054-48/+34
* | | | | Revert "Use a type object for type casting behavior on SQLite3"Matthew Draper2014-07-051-37/+13
|/ / / /
* | | | Merge pull request #16003 from sgrif/sg-refactor-sqlite3-stringsMatthew Draper2014-07-051-13/+37
|\ \ \ \
| * | | | Use a type object for type casting behavior on SQLite3Sean Griffin2014-07-011-13/+37
| | |/ / | |/| |
* | | | Merge pull request #16037 from sgrif/sg-money-quotingRafael Mendonça França2014-07-041-7/+0
|\ \ \ \ | |_|/ / |/| | |
| * | | Remove unneccessary special case for money in quotingSean Griffin2014-07-031-7/+0
* | | | Merge pull request #16036 from sgrif/sg-datetime-infinityRafael Mendonça França2014-07-032-3/+2
|\ \ \ \
| * | | | Do not rely on the column type when quoting infinitySean Griffin2014-07-032-3/+2
| |/ / /
* / / / Use the type object for type casting HStore columnsSean Griffin2014-07-033-55/+34
|/ / /
* | | Quote range strings when quoting PG rangesSean Griffin2014-07-021-1/+1
* | | Fix SQL injection when querying against ranges and bitstringsRafael Mendonça França2014-07-022-4/+5
|/ /
* | Merge pull request #15977 from sgrif/sg-remove-array-hackGodfrey Chan2014-06-291-24/+0
|\ \
| * | 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
|\ \