fix: old engine distinct boolean type

This commit is contained in:
yy0
2022-02-22 16:04:51 +08:00
committed by LINxiansheng
parent cb72130d0a
commit 589b565d91
5 changed files with 22 additions and 1 deletions

View File

@ -88,6 +88,7 @@ namespace obmysql {
#define OB_MYSQL_BINCMP_FLAG (1 << 17)
#define OB_MYSQL_GET_FIXED_FIELDS_FLAG (1 << 18)
#define OB_MYSQL_FIELD_IN_PART_FUNC_FLAG (1 << 19)
#define IS_BOOL_FLAG (1 << 20)
enum EMySQLFieldType {
MYSQL_TYPE_DECIMAL,