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 7025b1d8eb Fix longer sequence name detection for serial columns (#28339)
We already found the longer sequence name, but we could not consider
whether it was the sequence name created by serial type due to missed a
max identifier length limitation. I've addressed the sequence name
consideration to respect the max identifier length.

Fixes #28332.
2017-10-16 02:20:27 +09:00
..
adapters Fix longer sequence name detection for serial columns (#28339) 2017-10-16 02:20:27 +09:00
associations Fix preloading association with scope including joins 2017-10-05 13:58:15 +09:00
attribute_methods
coders Merge pull request #23810 from xijo/fix_json_coder_when_mysql_strict_is_disabled (#25033) 2016-05-16 11:15:47 -04:00
connection_adapters Merge pull request #27881 from koic/fix_test_type_map_lookup_using_oracle 2017-02-05 08:41:40 -05:00
connection_specification s/specification_id/specification_name 2016-05-05 15:39:27 -05:00
fixture_set provide file name for fixture ERB 2016-03-30 12:32:39 +03:00
migration Merge pull request #29145 from kamipo/reference_type_should_be_not_null 2017-05-25 13:33:30 +09:30
relation Merge pull request #27904 from kenta-s/add-methods-back-to-array-delegation-from-ar-relation 2017-02-10 14:08:29 -05:00
scoping Fix unscoping default_scope for Preloader 2017-08-15 17:29:07 +09:00
tasks Also raise error when VERSION is nil 2017-04-27 10:26:08 -07:00
type
validations Merge pull request #27993 from koic/fix_test_ar_value_too_long_using_oracle 2017-02-15 12:39:03 -05:00
adapter_test.rb Fix select_all with legacy binds 2017-03-21 05:06:21 +09:00
aggregations_test.rb Don't assume all hashes are from multiparameter assignment in composed_of 2016-08-05 09:56:30 -04:00
ar_schema_test.rb Merge pull request #26019 from agrobbin/schema-load-unique-column-indices 2016-08-16 05:08:30 -03:00
associations_test.rb Merge pull request #29098 from kamipo/fix_association_with_extension_issues 2017-05-30 18:37:51 +09:30
attribute_decorators_test.rb
attribute_methods_test.rb Merge pull request #25559 from kmcphillips/master 2016-06-29 14:11:27 -04:00
attribute_set_test.rb
attribute_test.rb
attributes_test.rb Correct the behavior of virtual attributes on models loaded from the db 2016-07-25 11:14:12 -04:00
autosave_association_test.rb Merge pull request #27490 from kamipo/should_not_update_children_when_parent_creation_with_no_reason 2016-12-29 03:13:44 -05:00
base_test.rb Pass along original attribute to save later recursion 2016-08-14 14:54:45 -07:00
batches_test.rb Merge pull request #23417 from sgringwe/master 2016-03-01 14:36:32 -03:00
binary_test.rb
bind_parameter_test.rb Fix LogSubscriber to allow legacy binds 2017-03-23 12:16:04 +09:00
cache_key_test.rb
calculations_test.rb Whitelist adapters that support aliases in HAVING clause 2017-03-01 11:40:56 +00:00
callbacks_test.rb
clone_test.rb
collection_cache_key_test.rb cache_key respects the limit in a relation even if a relation is not loaded 2017-04-25 21:19:00 +02:00
column_alias_test.rb
column_definition_test.rb
comment_test.rb Merge pull request #28673 from koic/oracle_does_not_support_index_comment 2017-04-05 15:12:58 +01:00
connection_management_test.rb Do not attempt to return connection with open transaction to pool (#24610) 2016-04-22 12:56:43 -06:00
connection_pool_test.rb Merge pull request #27108 from matthewd/allocate-connections-after-blocking 2016-11-25 01:57:25 +10:30
core_test.rb
counter_cache_test.rb remove args from assert_nothing_raised in tests 2016-02-22 22:56:23 -08:00
custom_locking_test.rb
database_statements_test.rb Deprecate {insert|update|delete}_sql in DatabaseStatements 2016-03-02 09:37:14 +09:00
date_test.rb Merge pull request #25364 from kamipo/fix_serialize_for_date_type 2016-06-28 23:34:30 -03:00
date_time_precision_test.rb Allow SQLServerAdapter To Opt Into A Few Tests 2017-01-16 13:29:48 -05:00
date_time_test.rb
defaults_test.rb
dirty_test.rb Ensure that records with unselected fields can be updated 2016-06-02 11:38:05 -04:00
disconnected_test.rb
dup_test.rb
enum_test.rb Merge pull request #25506 from y-yagi/return_correct_from_enum_type 2017-01-09 21:07:55 +01:00
errors_test.rb
explain_subscriber_test.rb
explain_test.rb Fix explain logging with binds 2017-02-24 10:08:26 +09:00
finder_respond_to_test.rb
finder_test.rb Merge pull request #27564 from kamipo/fix_find_by_active_record_base_object-2 2017-01-03 23:23:36 -05:00
fixtures_test.rb Merge pull request #27355 from yukideluxe/fixtures-deleted-tables 2016-12-21 12:37:08 +01:00
forbidden_attributes_protection_test.rb
habtm_destroy_order_test.rb
helper.rb Remove load_paths file 2016-02-27 13:03:57 -05:00
hot_compatibility_test.rb
i18n_test.rb
inheritance_test.rb Merge pull request #29293 from kamipo/fix_sti_with_default_scope 2017-06-05 04:58:21 +09:30
integration_test.rb Merge pull request #26425 from prathamesh-sonpatki/fix-nil-issue 2016-10-03 17:42:34 +10:30
invalid_connection_test.rb
invertible_migration_test.rb Fix issue with rolling back add_reference with foreign key migration. (#25931) 2016-07-27 23:19:57 -03:00
json_serialization_test.rb Merge pull request #27945 from betesh/allow-frozen-hashes-to-as_json 2017-02-08 14:37:29 -03:00
locking_test.rb Followup of #15771 2016-04-24 04:01:18 +05:30
log_subscriber_test.rb Merge pull request #29117 from yahonda/another_29021 2017-05-16 22:48:23 -04:00
migration_test.rb Merge pull request #26089 from travisoneill/sqlite_rollback_fix 2016-08-19 00:27:13 -03:00
migrator_test.rb Fix rake db:schema:load with subdirectories 2017-03-04 16:42:35 +00:00
mixin_test.rb
modules_test.rb remove args from assert_nothing_raised in tests 2016-02-22 22:56:23 -08:00
multiparameter_attributes_test.rb Merge pull request #25834 from alpaca-tc/fixes_multiparameter_attributes_on_time_with_time_zone_aware_attributes 2016-07-20 00:54:29 -03:00
multiple_db_test.rb s/specification_name/connection_specification_name 2016-05-06 13:22:49 -05:00
nested_attributes_test.rb Revert "Merge pull request #26952 from samphilipd/sam/reenable_automatic_inference_of_inverse_of_for_autosave_associations" 2016-11-07 20:45:23 -05:00
nested_attributes_with_callbacks_test.rb
persistence_test.rb Return true if attribute is not changed for update_attribute 2016-09-25 19:33:17 +05:30
pooled_connections_test.rb
primary_keys_test.rb Merge pull request #27935 from namusyaka/fix-hidden-primary_key 2017-02-08 14:28:44 -03:00
query_cache_test.rb Revert "Merge pull request #29454 from kamipo/fix_exists_queries_with_cache" 2017-06-19 19:41:24 -04:00
quoting_test.rb Merge pull request #25408 from kamipo/should_not_reuse_quoted_true 2016-07-27 08:23:54 +02:00
readonly_test.rb
reaper_test.rb
reflection_test.rb Merge pull request #27865 from composerinteralia/collection-ids-setter-bug 2017-02-03 15:36:49 -05:00
relation_test.rb Merge pull request #26121 from MaxLap/fix_count_with_left_joins 2016-08-16 23:20:16 -03:00
relations_test.rb Revert "Merge pull request #28592 from htanata/ar_relation_inspect_should_not_load_all_records" 2017-04-03 00:11:09 +09:30
reload_models_test.rb
result_test.rb Merge pull request #25507 from bquorning/optimize-for-first-result-and-remove-mysql-select_one 2016-07-02 00:06:26 -03:00
sanitize_test.rb
schema_dumper_test.rb Merge pull request #29462 from kamipo/fix_dump_schema_information_with_empty_versions 2017-06-15 16:36:09 -04:00
schema_loading_test.rb rm unused require 2016-04-29 19:33:50 -07:00
secure_token_test.rb
serialization_test.rb
serialized_attribute_test.rb Multi-threaded test needs transactions disabled 2017-05-26 15:35:04 +09:30
statement_cache_test.rb Fix test warnings 2017-03-06 11:19:28 +00:00
store_test.rb
suppressor_test.rb Ensure suppressor runs before validations 2016-02-24 14:33:22 -05:00
test_case.rb
test_fixtures_test.rb
time_precision_test.rb Allow SQLServerAdapter To Opt Into A Few Tests 2017-01-16 13:29:48 -05:00
timestamp_test.rb
touch_later_test.rb Merge pull request #26183 from Shopify/fix-no-touching-touch-later 2016-08-16 12:58:24 -03:00
transaction_callbacks_test.rb
transaction_isolation_test.rb
transactions_test.rb
type_test.rb
types_test.rb
unconnected_test.rb
validations_repair_helper.rb
validations_test.rb Merge pull request #29249 from bradleypriest/numericality-precision-regression 2017-05-31 14:58:15 -04:00
view_test.rb Allow SQLServerAdapter To Opt Into A Few Tests 2017-01-16 13:29:48 -05:00
yaml_serialization_test.rb