summaryrefslogtreecommitdiff
path: root/ext/pdo/pdo_sql_parser.re
diff options
context:
space:
mode:
Diffstat (limited to 'ext/pdo/pdo_sql_parser.re')
-rw-r--r--ext/pdo/pdo_sql_parser.re3
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/pdo/pdo_sql_parser.re b/ext/pdo/pdo_sql_parser.re
index e182bf65d1..883a22c7ff 100644
--- a/ext/pdo/pdo_sql_parser.re
+++ b/ext/pdo/pdo_sql_parser.re
@@ -236,7 +236,8 @@ safe:
plc->freeq = 0;
break;
- case IS_BOOL:
+ case IS_FALSE:
+ case IS_TRUE:
convert_to_long(&tmp_param);
/* fall through */
case IS_LONG: