Method: Sequel::SQLite::DatasetMethods#constant_sql
- Defined in:
- lib/sequel/adapters/shared/sqlite.rb
#constant_sql(constant) ⇒ Object
MSSQL doesn’t support the SQL standard CURRENT_DATE or CURRENT_TIME
308 309 310 |
# File 'lib/sequel/adapters/shared/sqlite.rb', line 308 def constant_sql(constant) CONSTANT_MAP[constant] || super end |