aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/adapters
Commit message (Expand)AuthorAgeFilesLines
* oops, forgot to add the real assertion!Aaron Patterson2014-11-241-0/+1
* allow the "USING" statement to be specified on change column callsAaron Patterson2014-11-241-0/+25
* Rename the primary key index when renaming a table in pgSean Griffin2014-11-221-0/+34
* synchronize code and docs for `timestamps` and `add_timestamps`.Yves Senn2014-11-202-2/+2
* Remove the unused second argument to `substitute_at`Sean Griffin2014-11-173-3/+3
* rm `reorder_bind_params`Sean Griffin2014-11-173-6/+3
* Build fix when running in isolationArun Agrawal2014-11-143-0/+3
* pg tests, get rid of `sql_types_test.rb`.Yves Senn2014-11-073-18/+14
* pg tests, only execute what's necessary.Yves Senn2014-11-072-27/+26
* tests, remove unneeded requires.Yves Senn2014-11-064-11/+0
* tests, use SchemaDumpingHelper to dump a specific table.Yves Senn2014-11-061-12/+12
* Added SchemaDumper support for tables with jsonb columns.Ted O'Meara2014-11-041-0/+8
* fix set_pk_sequence and add a test for it.Aaron Patterson2014-10-311-0/+8
* add bigserial pk supportAaron Patterson2014-10-291-0/+20
* pg, test assigning non-array values to an array column. Closes #14716.Yves Senn2014-10-161-0/+9
* add a truncate method to the connectionAaron Patterson2014-09-222-0/+23
* pg, correctly dump foreign keys targeting tables in a different schema.Yves Senn2014-09-171-0/+26
* pg, add test cases for updateable views.Yves Senn2014-09-111-0/+45
* reuse view test-cases for pg materialized view tests.Yves Senn2014-09-111-58/+9
* Merge pull request #14056 from girishso/14041Yves Senn2014-09-091-2/+2
|\
| * SQLite3Adapter now checks for views in table_exists? fixes: 14041Girish S2014-02-141-0/+10
* | Added enable_extension! to helperAbdelkader Boudih2014-09-054-21/+11
* | MySQL: skip GTID-unsafe statement tests when enforce_gtid_consistency is enabledJeremy Kemper2014-09-011-6/+8
* | Clear schema cache before each testAkira Matsuda2014-09-011-0/+1
* | Clear schema cache before each testAkira Matsuda2014-09-011-0/+1
* | MySQL: set connection collation along with the charsetJeremy Kemper2014-08-302-0/+10
* | Don't test PostgreSQL implementation detailsAkira Matsuda & Kohei Suzuki2014-08-291-3/+0
* | pg, `default_sequence_name` needs to return a string.Yves Senn2014-08-251-6/+6
* | Don't trim excess whitespace in pg #columns_for_distinctAgis-2014-08-241-0/+8
* | adding the exception RecordNotFound to UUID findJoseLuis Torres2014-08-211-0/+14
* | Merge pull request #16481 from sgrif/sg-change-default-timestampsDavid Heinemeier Hansson2014-08-173-6/+6
|\ \
| * | Change the default `null` value for timestampsSean Griffin2014-08-123-6/+6
* | | [ci skip] fix spelling of overrideAkshay Vishnoi2014-08-132-2/+2
|/ /
* | 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