ODBC::Dataset
Use ODBC format, not Microsoft format, as the ODBC layer does some translation.
# File lib/sequel/adapters/odbc/mssql.rb, line 38 38: def default_timestamp_format 39: TIMESTAMP_FORMAT 40: end
# File lib/sequel/adapters/odbc/mssql.rb, line 44 44: def literal_date(v) 45: v.strftime(ODBC_DATE_FORMAT) 46: end
Disabled; run with --debug to generate this.
[Validate]
Generated with the Darkfish Rdoc Generator 1.1.6.