aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/adapters
Commit message (Expand)AuthorAgeFilesLines
* Add support for Postgresql JSONBPhilippe Creux2014-07-241-9/+25
* Allow to specify a type for foreign key column in migrationsAndrey Novikov2014-07-221-1/+1
* Merge pull request #16196 from yahonda/mysql_restrict_testMatthew Draper2014-07-172-8/+6
|\
| * Revert "Rename to test_mysql_strict_mode_disabled_dont_override_global_sql_mode"Yasuo Honda2014-07-172-8/+6
* | Merge pull request #15944 from seuros/uuidRafael Mendonça França2014-07-161-0/+37
|\ \
| * | Treat invalid uuid as nilAbdelkader Boudih2014-07-141-0/+37
| |/
* / use foreign key DSL in our tests.Yves Senn2014-07-161-2/+2
|/
* Merge pull request #16127 from Envek/fix_16111Matthew Draper2014-07-141-0/+23
|\
| * Dump PostgreSQL primary key with custom function as a default.Andrey Novikov2014-07-111-0/+23
* | Merge pull request #16055 from sgrif/sg-refactor-sqlite3-stringsMatthew Draper2014-07-121-0/+7
|\ \ | |/ |/|
| * Use a type object for type casting behavior on SQLite3Sean Griffin2014-07-111-0/+7
* | Merge pull request #16072 from sgrif/sg-xml-quotingRafael Mendonça França2014-07-081-1/+14
|\ \
| * | Don't rely on the sql type to quote XML columns in PGSean Griffin2014-07-061-1/+14
* | | Remove the `text?` predicate from the type objectsSean Griffin2014-07-0614-18/+0
|/ /
* | Change back occurrences of SQLite(3) to sqlite3 when referring to theZachary Scott2014-07-061-5/+6
* | Merge pull request #16057 from akshay-vishnoi/doc_changeZachary Scott2014-07-061-2/+2
|\ \
| * | [ci skip] /sqlite/i --> SQLiteAkshay Vishnoi2014-07-061-2/+2
* | | active_record: Type cast booleans and durations for string columns.Dylan Thacker-Smith2014-07-061-2/+2
* | | Use the type object for quoting PG RangesSean Griffin2014-07-052-6/+6
* | | Fix typoRafael Mendonça França2014-07-041-1/+1
* | | Merge pull request #16037 from sgrif/sg-money-quotingRafael Mendonça França2014-07-041-0/+24
|\ \ \ | |/ / |/| |
| * | Remove unneccessary special case for money in quotingSean Griffin2014-07-031-0/+24
* | | Merge pull request #16036 from sgrif/sg-datetime-infinityRafael Mendonça França2014-07-031-0/+44
|\ \ \
| * | | Do not rely on the column type when quoting infinitySean Griffin2014-07-031-0/+44
| |/ /
* / / Use the type object for type casting HStore columnsSean Griffin2014-07-031-11/+5
|/ /
* | Quote range strings when quoting PG rangesSean Griffin2014-07-022-1/+18
* | Fix SQL injection when querying against ranges and bitstringsRafael Mendonça França2014-07-021-0/+11
|/
* Use the type object for sending JSON to the databaseSean Griffin2014-06-291-1/+1
* Always pass a column with a type object to quoteSean Griffin2014-06-281-2/+2
* [Postgresql tests] remove duplicate helperAbdelkader Boudih2014-06-281-12/+3
* Consolidate testing of update_all type castingSean Griffin2014-06-263-30/+0
* Reconnect after possibly enabling hstoreMatthew Draper2014-06-181-0/+2
* Merge pull request #15782 from sgrif/sg-column-defaultsMatthew Draper2014-06-188-24/+13
|\
| * Don't type cast the default on the columnSean Griffin2014-06-178-24/+13
* | Detect in-place changes on point typesSean Griffin2014-06-171-0/+11
* | Enable hstore in array testsSean Griffin2014-06-171-0/+6
* | Detect mutations of arrays and array membersSean Griffin2014-06-171-0/+23
* | Ensure `OID::Array#type_cast_for_database` matches PG's quoting behaviorSean Griffin2014-06-172-0/+33
|/
* Don't assume that Hstore columns have always changedSean Griffin2014-06-172-1/+3
* Merge pull request #15674 from sgrif/sg-mutable-attributesMatthew Draper2014-06-142-0/+29
|\
| * Detect in-place changes on mutable AR attributesSean Griffin2014-06-132-0/+29
* | Merge pull request #15593 from sgrif/sg-attributeRafael Mendonça França2014-06-131-1/+1
|\ \
| * | Introduce an Attribute object to handle the type casting danceSean Griffin2014-06-131-1/+1
| |/
* / PG arrays should type cast user inputSean Griffin2014-06-131-2/+7
|/
* Silence warnings in tests.Sean Griffin2014-06-101-1/+1
* Rename `type_cast` to `type_cast_from_database`Sean Griffin2014-06-097-27/+27
* Merge pull request #15587 from sgrif/sg-remove-workaroundRafael Mendonça França2014-06-091-15/+8
|\
| * Remove workaround for non-lazy serialize in testsSean Griffin2014-06-091-15/+8
* | Make `_before_type_cast` actually be before type castSean Griffin2014-06-093-1/+7
|/
* Ensure time zones don't change after round trip with array columnsSean Griffin2014-06-071-0/+2