Skip to content
Snippets Groups Projects
Unverified Commit 8f64a059 authored by Flamber Hansen's avatar Flamber Hansen Committed by Cam Saul
Browse files

Re: Change SQL Server driver getutcdate to getdate

parent c3c5798d
No related branches found
No related tags found
No related merge requests found
......@@ -218,7 +218,7 @@
(defmethod driver/current-db-time :sqlserver [& args]
(apply driver.common/current-db-time args))
(defmethod sql.qp/current-datetime-fn :sqlserver [_] :%getutcdate)
(defmethod sql.qp/current-datetime-fn :sqlserver [_] :%getdate)
;; SQLServer LIKE clauses are case-sensitive or not based on whether the collation of the server and the columns
;; themselves. Since this isn't something we can really change in the query itself don't present the option to the
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment