Commit 11c270a
Rails 6.1 support (#853)
* use ActiveRecord::ConnectionAdapters::SchemaCreation for rails 6.1
* use just **args instead of options, **args in SQLServerRealTransaction
* only use updated initialize arguments in SQLServerRealTransaction for rails 6.1
* fix for type_cast_calculated_value has already been applied to rails 5.2, so we don't need to it anymore
* Remove backward compatible code
Co-authored-by: Wanderson Policarpo <wpolicarpo@gmail.com>1 parent 1f46d2c commit 11c270a
File tree
3 files changed
+3
-12
lines changed- lib/active_record/connection_adapters/sqlserver
- core_ext
3 files changed
+3
-12
lines changedLines changed: 0 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | 34 | | |
44 | 35 | | |
45 | 36 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
0 commit comments