aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/adapters
Commit message (Expand)AuthorAgeFilesLines
* 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
|/ /
* | pg, `create_schema`, `drop_schema` and `rename_table` quote schema name.Yves Senn2015-08-281-7/+47
* | PostgreSQL, add `:if_exists` to `#drop_schema`.Yves Senn2015-08-282-11/+22
* | Removed mocha from Active Record Part 1Ronak Jangir2015-08-251-7/+10
* | Add a native JSON data type support in MySQLRyuta Kamizono2015-08-181-0/+172
* | use `assert_not` instead of `refute` as mentioned in our guides.Yves Senn2015-08-132-2/+2
* | Remove @connection instance variable only when definedYasuo Honda2015-07-261-2/+2
* | Remove ivar only when definedAkira Matsuda2015-07-241-2/+2
* | Ensure that microsecond precision is only used for version of mysql that supp...Jori Hardman2015-07-202-0/+35
* | Display decimal defaults as strings to keep precisionJohn Gesimondo2015-06-232-1/+6
* | make it possible to run AR tests with bin/testYves Senn2015-06-1176-223/+203
* | Return a `Point` object from the PG Point typeSean Griffin2015-06-051-11/+108
* | Add collation support for string and text columns in SQLite3Akshay Vishnoi2015-05-282-4/+57
* | If specify `strict: :default` explicitly, do not set sql_mode.Ryuta Kamizono2015-05-262-0/+18
* | More exercise the create index sql testsRyuta Kamizono2015-05-042-0/+74
* | Merge pull request #17569 from kamipo/dump_table_optionsRafael Mendonça França2015-05-032-0/+84
|\ \
| * | Correctly dump `:options` on `create_table` for MySQLRyuta Kamizono2015-05-032-0/+84
* | | PostgreSQL: `:collation` support for string and text columnsRyuta Kamizono2015-05-041-0/+53
* | | Remove unused requireRyuta Kamizono2015-05-032-2/+0
|/ /
* | Use `use_transactional_tests` in Active RecordPrem Sichanugrist2015-04-102-2/+2
* | Merge pull request #17574 from kamipo/charset_collation_optionsJeremy Kemper2015-04-072-0/+108
|\ \
| * | Add `:charset` and `:collation` options support for MySQL string and text col...Ryuta Kamizono2015-03-062-0/+108
* | | PostgreSQL, Fix OID based type casts in C for primitive types.Lars Kanis2015-03-254-13/+13
* | | PostgreSQL, Add test case for "Infinity" string assignment to float columns.Lars Kanis2015-03-221-0/+9
* | | Don't cast nil to string in pg enumsSean Griffin2015-03-191-0/+8
* | | Closes rails/rails#18864: Renaming transactional fixtures to transactional testsBrandon Weiss2015-03-1614-14/+14
* | | pg, `disable_referential_integrity` only catches AR errors.Yves Senn2015-03-111-1/+23
* | | Fix json_testpalkan2015-03-111-0/+1
* | | Fix intermittent test failuresSean Griffin2015-03-091-0/+1