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
Ryuta Kamizono c0ca7625ca Deprecate in_clause_length in DatabaseLimits
`in_clause_length` was added at c5a284f to address to Oracle IN clause
length limitation.

Now `in_clause_length` is entirely integrated in Arel visitor since
#35838 and #36074.

Since Oracle visitors are the only code that rely on `in_clause_length`.
so I'd like to remove that from Rails code base, like has removed Oracle
visitors (#38946).
2020-04-27 01:09:09 +09:00
..
adapters
arel Deprecate in_clause_length in DatabaseLimits 2020-04-27 01:09:09 +09:00
associations Deprecate in_clause_length in DatabaseLimits 2020-04-27 01:09:09 +09:00
attribute_methods
coders
connection_adapters
database_configurations
fixture_set
migration
relation Deprecate in_clause_length in DatabaseLimits 2020-04-27 01:09:09 +09:00
scoping Improve WhereClause#ast to make concise Arel ast 2020-04-25 18:46:10 +09:00
tasks
type Use supports_datetime_with_precision? rather than subsecond_precision_supported? 2020-04-25 02:56:53 +09:00
validations
adapter_test.rb Deprecate in_clause_length in DatabaseLimits 2020-04-27 01:09:09 +09:00
aggregations_test.rb
annotate_test.rb
ar_schema_test.rb Use supports_datetime_with_precision? rather than subsecond_precision_supported? 2020-04-25 02:56:53 +09:00
associations_test.rb
attribute_decorators_test.rb
attribute_methods_test.rb
attributes_test.rb
autosave_association_test.rb
base_test.rb Use supports_datetime_with_precision? rather than subsecond_precision_supported? 2020-04-25 02:56:53 +09:00
batches_test.rb
binary_test.rb
bind_parameter_test.rb
boolean_test.rb
cache_key_test.rb
calculations_test.rb Fix aggregate functions to return numeric value consistently even on custom attribute type 2020-04-25 14:16:09 +09:00
callbacks_test.rb
clone_test.rb
collection_cache_key_test.rb
column_alias_test.rb
column_definition_test.rb
comment_test.rb
connection_management_test.rb
connection_pool_test.rb
core_test.rb
counter_cache_test.rb
custom_locking_test.rb
database_configurations_test.rb
database_selector_test.rb
database_statements_test.rb
date_test.rb
date_time_precision_test.rb Use supports_datetime_with_precision? rather than subsecond_precision_supported? 2020-04-25 02:56:53 +09:00
date_time_test.rb Use supports_datetime_with_precision? rather than subsecond_precision_supported? 2020-04-25 02:56:53 +09:00
defaults_test.rb Use supports_datetime_with_precision? rather than subsecond_precision_supported? 2020-04-25 02:56:53 +09:00
dirty_test.rb Use supports_datetime_with_precision? rather than subsecond_precision_supported? 2020-04-25 02:56:53 +09:00
disconnected_test.rb
dup_test.rb
enum_test.rb
errors_test.rb
explain_subscriber_test.rb
explain_test.rb
filter_attributes_test.rb
finder_respond_to_test.rb
finder_test.rb
fixtures_test.rb
forbidden_attributes_protection_test.rb
habtm_destroy_order_test.rb
helper.rb Use supports_datetime_with_precision? rather than subsecond_precision_supported? 2020-04-25 02:56:53 +09:00
hot_compatibility_test.rb
i18n_test.rb
inheritance_test.rb
insert_all_test.rb Skip test cases for upsert_all on relation if database adapter doesn't support update on duplicate records 2020-04-25 20:32:09 +05:30
instrumentation_test.rb
integration_test.rb Use supports_datetime_with_precision? rather than subsecond_precision_supported? 2020-04-25 02:56:53 +09:00
invalid_connection_test.rb
invertible_migration_test.rb
json_attribute_test.rb
json_serialization_test.rb
json_shared_test_cases.rb
locking_test.rb
log_subscriber_test.rb
migration_test.rb
migrator_test.rb
mixin_test.rb
modules_test.rb
multi_db_migrator_test.rb
multiparameter_attributes_test.rb
multiple_db_test.rb
nested_attributes_test.rb
nested_attributes_with_callbacks_test.rb
null_relation_test.rb
numeric_data_test.rb
persistence_test.rb
pooled_connections_test.rb
prepared_statement_status_test.rb
primary_keys_test.rb Use supports_datetime_with_precision? rather than subsecond_precision_supported? 2020-04-25 02:56:53 +09:00
query_cache_test.rb
quoting_test.rb Use supports_datetime_with_precision? rather than subsecond_precision_supported? 2020-04-25 02:56:53 +09:00
readonly_test.rb
reaper_test.rb
reflection_test.rb
relation_test.rb
relations_test.rb
reload_models_test.rb
reserved_word_test.rb
result_test.rb
sanitize_test.rb
schema_dumper_test.rb
schema_loading_test.rb
secure_token_test.rb
serialization_test.rb
serialized_attribute_test.rb
statement_cache_test.rb
statement_invalid_test.rb
store_test.rb
strict_loading_test.rb
suppressor_test.rb
test_case.rb
test_databases_test.rb
test_fixtures_test.rb
time_precision_test.rb Use supports_datetime_with_precision? rather than subsecond_precision_supported? 2020-04-25 02:56:53 +09:00
timestamp_test.rb
touch_later_test.rb
transaction_callbacks_test.rb
transaction_isolation_test.rb
transactions_test.rb
type_test.rb
types_test.rb
unconnected_test.rb
unsafe_raw_sql_test.rb
validations_repair_helper.rb
validations_test.rb
view_test.rb
yaml_serialization_test.rb