Skip to content

Commit

Permalink
Change support value for precision in sqlserver
Browse files Browse the repository at this point in the history
  • Loading branch information
Lavika committed Nov 2, 2023
1 parent 8df467c commit e661a8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/active_record/connection_adapters/sqlserver_adapter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ def supports_views?
end

def supports_datetime_with_precision?
true
false
end

def supports_json?
Expand Down

0 comments on commit e661a8b

Please sign in to comment.