- Use bigint type in sqlserver_type when needed. Fixes #616
- The
fast_string_to_time
method when zone local. Fixes #609 #614 #620 - Patched
Relation#build_count_subquery
. Fixes #613. - Inserts to tables with triggers using default
OUTPUT INSERTED
style. Fixes #595.
- Use
ActiveSupport.on_load
to hook into ActiveRecord Fixes #588 #598
- The
drop_table
with force cascade option now mimics in via pure SQL for us.
- Support MismatchedForeignKey exception.