#1124i SQLite3::SQLException: no such function: NOW
This commit is contained in:
parent
417b9bff0a
commit
d73616649e
@ -246,6 +246,8 @@ class DmsfQuery < Query
|
||||
case ActiveRecord::Base.connection.adapter_name.downcase
|
||||
when 'sqlserver'
|
||||
'GETDATE()'
|
||||
when 'sqlite3'
|
||||
"datetime('now')"
|
||||
else
|
||||
'NOW()'
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user