Thanks to visit codestin.com Credit goes to github.com
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 353c1cb commit c0888e9Copy full SHA for c0888e9
1 file changed
xml/queries.xml
@@ -293,7 +293,7 @@
293
294
<!-- SQLite -->
295
<dbms value="SQLite">
296
- <cast query="CAST(%s AS VARCHAR(8000))" dbms_version=">=3.0"/>
+ <cast query="CAST(%s AS TEXT)" dbms_version=">=3.0"/>
297
<!-- NOTE: On SQLite version 2 everything is stored as a string (Reference: http://www.mono-project.com/SQLite) -->
298
<length query="LENGTH(%s)"/>
299
<isnull query="COALESCE(%s,' ')"/>
0 commit comments