diff options
author | Yasuo Honda <yasuo.honda@gmail.com> | 2019-03-03 03:10:36 +0000 |
---|---|---|
committer | Yasuo Honda <yasuo.honda@gmail.com> | 2019-03-03 03:18:31 +0000 |
commit | 2820c90a918b0eb714b90d260bf43eb22ad31ef9 (patch) | |
tree | f164c2edbefb5426aaba434b36b3d31583b01d47 /activerecord/README.rdoc | |
parent | f4a30d2a0706f278a20c63a3d99288de79b52e5f (diff) | |
download | rails-2820c90a918b0eb714b90d260bf43eb22ad31ef9.tar.gz rails-2820c90a918b0eb714b90d260bf43eb22ad31ef9.tar.bz2 rails-2820c90a918b0eb714b90d260bf43eb22ad31ef9.zip |
Oracle 12.2+ supports 128 byte identifier length
```ruby
$ ARCONN=oracle bin/test test/cases/migration/columns_test.rb -n test_rename_column_with_multi_column_index
... snip ...
F
Failure:
ActiveRecord::Migration::ColumnsTest#test_rename_column_with_multi_column_index [/home/yahonda/git/rails/activerecord/test/cases/migration/columns_test.rb:113]:
--- expected
+++ actual
@@ -1 +1 @@
-["i_test_models_hat_style_size"]
+["index_test_models_on_hat_style_and_size"]
```
Kind of reverting #9395
Refer https://github.com/rsim/oracle-enhanced/pull/1703
Diffstat (limited to 'activerecord/README.rdoc')
0 files changed, 0 insertions, 0 deletions