Parent

Class Index [+]

Quicksearch

Sequel::ODBC::MSSQL::Dataset

Private Instance Methods

default_timestamp_format() click to toggle source

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
literal_date(v) click to toggle source

Use ODBC format, not Microsoft format, as the ODBC layer does some translation.

    # 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.