Kaydet (Commit) ca3df6a1 authored tarafından Lionel Elie Mamane's avatar Lionel Elie Mamane

shouldEscapeDateTime() controls ODBC syntax for date literals, not ## format

üst be8d553b
...@@ -145,7 +145,7 @@ namespace dbtools ...@@ -145,7 +145,7 @@ namespace dbtools
*/ */
bool generateASBeforeCorrelationName() const; bool generateASBeforeCorrelationName() const;
/** should date time be escaped like '2001-01-01' => #2001-01-01# /** should date time be escaped like '2001-01-01' => {D '2001-01-01' }
*/ */
bool shouldEscapeDateTime() const; bool shouldEscapeDateTime() const;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment