aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/adapters
Commit message (Expand)AuthorAgeFilesLines
* Fix index_exists? for PostgreSQL expression indexesStan Hu2019-07-241-2/+4
* Merge pull request #36665 from jmschneider/masterRafael Mendonça França2019-07-231-0/+4
|\
| * Make currency symbols optional for money column type in PostgreSQLJoel Schneider2019-07-121-0/+4
* | [ActiveRecord] Superclass for aborted queriesKir Shatrov2019-07-162-2/+5
* | Raise specific exception on Mysql2::Error::TimeoutErrorKir Shatrov2019-07-161-0/+14
|/
* Merge branch 'master' into add_database_exist_methodGuillermo Iguaran2019-07-085-111/+46
|\
| * Should `Regexp.escape` quoted table name in regexRyuta Kamizono2019-07-083-111/+0
| * MySQL: Fix schema dumping `enum` and `set` columns correctlyRyuta Kamizono2019-07-052-0/+46
* | Add database_exists? method to connection adaptersGuilherme Mansur2019-06-173-0/+40
|/
* Ensure to reset actually used `@connection.schema_migration`'s table nameRyuta Kamizono2019-06-151-4/+4
* Fix `test_schema_names` to include "hint_plan" schemaRyuta Kamizono2019-06-151-1/+5
* Move while_preventing_writes from conn to handlereileencodes2019-06-143-21/+25
* Move SchemaMigration to migration_contexteileencodes2019-06-143-8/+8
* Fix rubocop violationsRyuta Kamizono2019-06-141-2/+2
* Ensure to reset migration version after testing migrationRyuta Kamizono2019-06-131-2/+2
* Reset migration version before testing migrationRyuta Kamizono2019-06-131-0/+2
* Avoid implicit rollback when testing migrationRyuta Kamizono2019-06-131-0/+2
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-1310-10/+0
* Fix sqlite3 collation parsing when using decimal columns.Martin Schuster2019-06-041-0/+9
* Use `capture_sql` instead of `assert_sql` with no patternRyuta Kamizono2019-05-221-5/+5
* Remove ignored_sql from SQLCounter by adding "TRANSACTION" to log nameYasuo Honda2019-05-081-2/+2
* Remove redundant `test_too_many_binds`Yasuo Honda2019-05-031-20/+0
* Remove database specific sql statements from SQLCounterYasuo Honda2019-05-011-3/+3
* use PostgreSQL's bulk_alter_table implementationYoshiyuki Kinjo2019-04-131-7/+17
* Merge pull request #34800 from mqchau/mysqlCountDeleteRowInLockMatthew Draper2019-04-091-0/+28
|\
| * Wrap Mysql count of deleted rows in lock block to avoid conflict in testQuan Chau2019-04-081-0/+28
* | Raise `ArgumentError` for invalid `:limit` and `:precision` like as other opt...Ryuta Kamizono2019-04-072-2/+2
|/
* Optimizer hints should be applied on Top level query as much as possibleRyuta Kamizono2019-04-042-0/+16
* Ensure `reset_table_name` when table name prefix/suffix is changedRyuta Kamizono2019-04-041-5/+8
* Merge pull request #35795 from alimi/cache-database-versionEileen M. Uchitelle2019-04-034-6/+3
|\
| * Cache database version in schema cacheAli Ibrahim2019-04-034-6/+3
* | Use official database name [ci skip]Ryuta Kamizono2019-04-031-1/+1
|/
* Merge pull request #19333 from palkan/dirty-storeKasper Timm Hansen2019-03-311-0/+16
|\
| * Add dirty methods for store accessorspalkan2019-03-251-0/+16
* | Don't change `collation_connection` in the current connectionRyuta Kamizono2019-03-271-1/+1
* | Add Relation#annotate for SQL commentingMatt Yoho2019-03-213-0/+111
|/
* Add test case to prevent possible SQL injectionRyuta Kamizono2019-03-182-0/+20
* Add test case for unscoping `:optimizer_hints`Ryuta Kamizono2019-03-182-0/+12
* Extract `truncate` and `truncate_tables` into database statementsRyuta Kamizono2019-03-173-37/+0
* Support Optimizer HintsRyuta Kamizono2019-03-162-0/+52
* Allow `truncate` for SQLite3 adapter and add `rails db:seed:replant` (#34779)Bogdan2019-03-041-0/+18
* Update READ_QUERY regexAli Ibrahim2019-02-253-0/+28
* Remove duplicated protected params definitionsRyuta Kamizono2019-02-241-7/+2
* Merge pull request #35263 from hatch-carl/reduce-postgres-uuid-allocationsRyuta Kamizono2019-02-211-1/+13
|\
| * Reduce unused allocations when casting UUIDs for PostgresCarl Thuringer2019-02-201-1/+13
* | PostgreSQL: Support endless range values for range typesRyuta Kamizono2019-02-201-0/+16
|/
* Don't allow `where` with invalid value matches to nil valuesRyuta Kamizono2019-02-181-0/+6
* Merge pull request #35299 from kamipo/fix_mismatched_foreign_keyRyuta Kamizono2019-02-171-3/+80
|\
| * Fix the regex that extract mismatched foreign key informationRyuta Kamizono2019-02-171-3/+80
|/
* Allow `column_exists?` to be passed `type` argument as a stringRyuta Kamizono2019-01-241-9/+4