Generic approach for dealing with that nasty Firebird habit of appending spaces to (tec=EU) varchar casted values

This commit is contained in:
Miroslav Stampar 2013-01-21 17:17:20 +01:00
parent b35a0810ef
commit 99bc4a9005

View File

@ -386,7 +386,7 @@
<!-- Firebird -->
<dbms value="Firebird">
<cast query="CAST(%s AS VARCHAR(10000))"/>
<cast query="TRIM(CAST(%s AS VARCHAR(10000)))"/>
<length query="CHAR_LENGTH(%s)"/>
<delimiter query="||"/>
<limit query="ROWS %d TO %d"/>