Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5d318b4

Browse files
committed
Fix for a ISNULL mechanism in Firebird
1 parent f9d330e commit 5d318b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

xml/queries.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@
394394
<limitgroupstart query="1"/>
395395
<limitgroupstop query="2"/>
396396
<limitstring query=" ROWS "/>
397-
<isnull query="%s"/>
397+
<isnull query="COALESCE(%s, ' ')"/>
398398
<order query="ORDER BY %s ASC"/>
399399
<comment query="--"/>
400400
<count query="COUNT(%s)"/>

0 commit comments

Comments
 (0)