Skip to content
  • Roberto Miranda's avatar
    c2a6f618
    Set precision 6 by default for datetime · c2a6f618
    Roberto Miranda authored
    💇‍♀️
    
    
    
    Set precision 6 by detauls for datime columns when using sqlite3_adapter
    
     Set precision 6 by detauls for datime columns when using postgresql_adapter
    
    Update activerecord/lib/active_record/connection_adapters/abstract_mysql_adapter.rb
    
    Co-authored-by: default avatarZachary Scott <zzakscott@gmail.com>
    
    Update tests precision
    
    Add datetime precision by using the migration compatibility layer
    
    Add default precision when adding new column for a table
    
    Fix compatibility tests
    
    Add changelog entry
    
    Update postgres test cases
    
    Custom type does not support precision
    
    Typo ⌨️
    
    Fix specific mysql2 schema
    
    💇‍♀️
    c2a6f618
    Set precision 6 by default for datetime
    Roberto Miranda authored
    💇‍♀️
    
    
    
    Set precision 6 by detauls for datime columns when using sqlite3_adapter
    
     Set precision 6 by detauls for datime columns when using postgresql_adapter
    
    Update activerecord/lib/active_record/connection_adapters/abstract_mysql_adapter.rb
    
    Co-authored-by: default avatarZachary Scott <zzakscott@gmail.com>
    
    Update tests precision
    
    Add datetime precision by using the migration compatibility layer
    
    Add default precision when adding new column for a table
    
    Fix compatibility tests
    
    Add changelog entry
    
    Update postgres test cases
    
    Custom type does not support precision
    
    Typo ⌨️
    
    Fix specific mysql2 schema
    
    💇‍♀️
Loading