better support for booleans

This commit is contained in:
2021-09-07 23:50:34 +02:00
parent 427a3a9f04
commit 0db976f471
8 changed files with 90 additions and 26 deletions

View File

@@ -49,6 +49,8 @@ namespace usql {
keyword_varchar,
keyword_date,
keyword_bool,
keyword_true,
keyword_false,
keyword_distinct,
keyword_show,
int_number,