aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/adapters
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #22642 from seuros/remove-mysql-adapterMatthew Draper2015-12-1816-1153/+0
|\
| * Remove legacy mysql adapterAbdelkader Boudih2015-12-1716-1153/+0
* | Call the new point behavior `:point`, not `:rails_5_1_point`Sean Griffin2015-12-171-4/+4
|/
* Fix test failure on WindowsSean Griffin2015-12-161-6/+10
* Merge pull request #22562 from sblackstone/masterJeremy Daer2015-12-151-0/+7
|\
| * Allow users to pass flags from database.ymlStephen Blackstone2015-12-151-0/+7
* | Internal test migrations use the private 'Current' versionMatthew Draper2015-12-152-3/+3
* | Ensure uuid-ossp extension is present before we rely on itMatthew Draper2015-12-151-0/+2
|/
* remove warning from postgresql geometric testyuuji.yaginuma2015-12-051-1/+3
* Add schema dumping support for PostgreSQL geometric data typesRyuta Kamizono2015-11-241-5/+61
* Move `migration/postgresql_geometric_types_test.rb` in `adapters/postgresql/g...Ryuta Kamizono2015-11-241-0/+84
* Fix test failure in `adapters/mysql/active_schema_test.rb`Ryuta Kamizono2015-11-202-6/+6
* Rename 'key' to 'lock_id' or 'lock_name' for advisory lockingSam Davies2015-11-183-28/+28
* Deprecate `#table_exists?`, `#tables` and passing arguments to `#talbes`yui-knk2015-11-096-31/+35
* No need `MysqlDouble` and `MysqlDouble.reset_column_information`Ryuta Kamizono2015-11-052-24/+12
* Add test_float_limits to mysql2yui-knk2015-11-032-12/+48
* Merge pull request #22122 from samphilipd/sam/manual_locking_on_schema_migrat...Sean Griffin2015-10-303-0/+98
|\
| * Use advisory locks to prevent concurrent migrationsSam Davies2015-10-303-0/+98
* | Fix test failures caused by #19501Sean Griffin2015-10-292-0/+2
* | tests, no every adapter supports "connection.version"Yves Senn2015-10-292-22/+24
|/
* Remove `#tables` extra args againRyuta Kamizono2015-10-221-3/+2
* Do not cache prepared statements that are unlikely to have cache hitsSean Griffin2015-10-202-2/+2
* Merge pull request #21932 from kamipo/add_stored_procedure_test_in_mysql2Sean Griffin2015-10-203-14/+48
|\
| * Add stored procedure test in mysql2Ryuta Kamizono2015-10-153-14/+48
* | Fix to correctly schema dump the `tinyblob`Ryuta Kamizono2015-10-152-2/+2
|/
* Merge pull request #21288 from yahonda/mysql_requires_passwordArthur Nogueira Neves2015-10-121-1/+1
|\
| * Allow mysql and mysql2 tests run by database user with passwordYasuo Honda2015-08-181-1/+1
* | Remove unused `pk_and_sequence_for` in AbstractMysqlAdapterRyuta Kamizono2015-10-081-24/+0
* | Merge pull request #21697 from gdeglin/fix_returning_disabled_default_values_bugSean Griffin2015-09-241-0/+14
|\ \
| * | Fix a bug with returning_disabled when using the postgresql adapterGeorge Deglin2015-09-201-0/+15
* | | introduce `conn.data_source_exists?` and `conn.data_sources`.Yves Senn2015-09-221-0/+2
* | | fix `bin/test -a sqlite3_mem`.Yves Senn2015-09-221-19/+13
* | | Eliminate `test_tables_quoting` following seems to be left in #21687Ronak Jangir2015-09-211-8/+0
|/ /
* | Merge pull request #21687 from kamipo/refactor_table_existsAndrew White2015-09-201-8/+0
|\ \
| * | Refactor `table_exists?` in AbstractMysqlAdapterRyuta Kamizono2015-09-201-8/+0
* | | :scissors: empty line at the top of filesAkira Matsuda2015-09-211-1/+0
|/ /
* | Merge pull request #17696 from kamipo/unsigned_integer_supportJeremy Daer2015-09-192-4/+74
|\ \
| * | Add `unsigned` types for numeric data types in MySQLRyuta Kamizono2015-09-182-0/+26
| * | Add `unsigned` support for numeric data types in MySQLRyuta Kamizono2015-09-182-4/+48
* | | Merge pull request #19086 from kamipo/move_explain_into_abstract_mysql_adapterJeremy Daer2015-09-191-0/+27
|\ \ \
| * | | Move `explain` into `AbstractMysqlAdapter`Ryuta Kamizono2015-03-011-0/+27
* | | | Merge pull request #21607 from kamipo/remove_unnecessary_display_widthJeremy Daer2015-09-192-5/+5
|\ \ \ \
| * | | | Remove unnecessary display widthRyuta Kamizono2015-09-162-5/+5
* | | | | Should test both mysql adaptersRyuta Kamizono2015-09-202-20/+16
* | | | | Remove `@connection` in `StatementPool`Ryuta Kamizono2015-09-202-2/+2
| |_|/ / |/| | |
* | | | File encoding is defaulted to utf-8 in Ruby >= 2.1Akira Matsuda2015-09-181-1/+0
|/ / /
* | | Merge pull request #21528 from yui-knk/test/add_tests_for_mysql2_viewYves Senn2015-09-081-64/+0
|\ \ \
| * | | Add view tests for MySQLyui-knk2015-09-081-64/+0
* | | | Fix test failures from premature merge of #21317Matthew Draper2015-09-071-1/+8
* | | | Support dropping indexes concurrently in PostgresGrey Baker2015-09-052-2/+11
|/ / /