We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a67d1a8 commit 7becd16Copy full SHA for 7becd16
cratedb_jdbc/dialect.tdd
@@ -1257,7 +1257,7 @@
1257
<part name='weekday' value='D'/>
1258
</date-part-group>
1259
</date-parts>
1260
- <format-date-literal formula="(DATE '%1')" format='yyyy-MM-dd'/>
+ <format-date-literal formula="('%1'::DATE)" format='yyyy-dd-MM'/>
1261
<format-datetime-literal formula="(TIMESTAMP '%1')" format='yyyy-MM-dd HH:mm:ss.SSS'/>
1262
<format-false literal='FALSE' predicate='FALSE'/> <!-- Requires 2020.3 or newer -->
1263
<format-is-distinct value='Keyword'/>
0 commit comments