• Y
    Bump minimum SQLite version to 3.8 · d1a74c1e
    Yasuo Honda 提交于
    These OS versions have SQLite 3.8 or higher by default.
    
    - macOS 10.10 (Yosemite) or higher
    - Ubuntu 14.04 LTS or higher
    
    Raising the minimum version of SQLite 3.8 introduces these changes:
    
    - All of bundled adapters support `supports_multi_insert?`
    - SQLite 3.8 always satisifies `supports_foreign_keys_in_create?` and `supports_partial_index?`
    - sqlite adapter can support `alter_table` method for foreign key referenced tables by #32865
    - Deprecated `supports_multi_insert?` method
    d1a74c1e
sqlite3_adapter.rb 19.6 KB