-
Bug
-
Resolution: Fixed
-
P3: Somewhat important
-
6.9.1
-
None
-
-
0e465a358 (dev), fbbebc2df (6.10), 7f4a0e23b (6.9), 8a4376b96 (tqtc/lts-6.8)
QIBASE driver fails to build when linking against Firebird v2.5. The reason is that Firebird v2.5 doesn't support SQL_BOOLEAN type constant. So the suggested solution is to surround all instances where it is used with a
#if (FB_API_VER >= 30)
...
#endif
block. Attached the modified source for your convenience