1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activerecord/test/cases/adapters/postgresql
2021-04-15 14:14:59 +10:00
..
active_schema_test.rb Use ... argument forwarding instead of ruby2_keywords when possible 2021-03-19 16:53:06 +01:00
array_test.rb Fix type casting column default in change_column 2019-01-20 11:09:00 +09:00
bit_string_test.rb Use assert_predicate and assert_not_predicate 2018-01-25 23:32:59 -05:00
bytea_test.rb Remove redundant begin blocks 2020-10-22 17:11:26 +09:00
case_insensitive_test.rb Move Arel attribute normalization into arel_table 2020-07-19 23:41:24 +09:00
change_schema_test.rb Use assert_predicate and assert_not_predicate 2018-01-25 23:32:59 -05:00
cidr_test.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
citext_test.rb Use assert_predicate and assert_not_predicate 2018-01-25 23:32:59 -05:00
collation_test.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
composite_test.rb Use squiggly heredoc to strip odd indentation in the executed SQL 2018-11-22 19:43:53 +09:00
connection_test.rb Revert "Add ActiveRecord::Base.connection.with_advisory_lock" 2021-02-17 22:42:02 +00:00
create_unlogged_tables_test.rb Add support for UNLOGGED Postgresql tables 2018-11-13 09:37:20 -05:00
datatype_test.rb Raise unknown type error on the definition time 2021-01-19 15:52:12 +09:00
date_test.rb PostgreSQL: Allow BC dates like datetime consistently 2018-02-23 11:15:00 +09:00
domain_test.rb Use assert_predicate and assert_not_predicate 2018-01-25 23:32:59 -05:00
enum_test.rb Use squiggly heredoc to strip odd indentation in the executed SQL 2018-11-22 19:43:53 +09:00
explain_test.rb Change tests to use models which don't ignore any columns 2017-11-13 17:41:41 -02:00
extension_migration_test.rb Ensure to reset actually used @connection.schema_migration's table name 2019-06-15 08:04:18 +09:00
foreign_table_test.rb Rename a test method to not conflict with a deprecated method 2019-12-17 12:35:15 -05:00
full_text_test.rb Use assert_predicate and assert_not_predicate 2018-01-25 23:32:59 -05:00
geometric_test.rb Raise unknown type error on the definition time 2021-01-19 15:52:12 +09:00
hstore_test.rb Use StringScanner to parse Hstore payloads 2021-04-13 15:32:09 +02:00
infinity_test.rb chore: fix spelling 2021-04-15 12:32:57 +10:00
integer_test.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
interval_test.rb Add test case for average on the interval column 2021-02-15 13:32:26 +09:00
json_test.rb Move test_not_compatible_with_serialize_macro to JSONSharedTestCases 2017-08-11 03:11:30 +09:00
ltree_test.rb Remove useless rescue in setup for PostgreSQL adapter tests 2020-06-13 11:19:38 +09:00
money_test.rb Fix possible DoS vector in PostgreSQL money type 2021-02-10 20:47:43 +00:00
network_test.rb Do not mark Postgresql MAC address and UUID attributes as changed when the assigned value only varies by case. 2020-06-03 15:27:07 -04:00
numbers_test.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
optimizer_hints_test.rb chore: fix spelling 2021-04-15 14:14:59 +10:00
partitions_test.rb Cache database version in schema cache 2019-04-03 11:10:14 -04:00
postgresql_adapter_prevent_writes_test.rb Clean up preventing writes tests 2020-11-09 11:57:13 -05:00
postgresql_adapter_test.rb Pass binds through on PostgreSQL exec_query even when prepared statements are off globally 2021-02-01 18:30:14 -05:00
prepared_statements_disabled_test.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
quoting_test.rb Allow spaces in postgres table names 2018-11-28 16:20:22 -05:00
range_test.rb chore: fix spelling 2021-04-15 14:14:59 +10:00
referential_integrity_test.rb Enable Layout/EmptyLinesAroundAccessModifier cop 2019-06-13 12:00:45 +09:00
rename_table_test.rb Enable Layout/EmptyLinesAroundAccessModifier cop 2019-06-13 12:00:45 +09:00
schema_authorization_test.rb Merge pull request #29732 from kirs/frozen-activerecord 2017-07-21 14:36:30 -04:00
schema_test.rb Fix user-defined self.default_scope to respect table alias 2021-04-09 19:43:56 +09:00
serial_test.rb Use assert_predicate and assert_not_predicate 2018-01-25 23:32:59 -05:00
statement_pool_test.rb Increment @counter of prepared postgres statements prior to running the query. 2021-02-11 12:41:21 +01:00
timestamp_test.rb Allow attribute aliases for timestamp magic columns 2020-06-01 21:29:33 +09:00
transaction_test.rb Enable Layout/EmptyLinesAroundAccessModifier cop 2019-06-13 12:00:45 +09:00
type_lookup_test.rb Postgres::OID::Range serializes to a Range, quote in Quoting 2017-09-26 20:04:36 -04:00
utils_test.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
uuid_test.rb Do not mark Postgresql MAC address and UUID attributes as changed when the assigned value only varies by case. 2020-06-03 15:27:07 -04:00
xml_test.rb Remove useless rescue in setup for PostgreSQL adapter tests 2020-06-13 11:19:38 +09:00