sevenup30

Results 1 comments of sevenup30

The issue is in the file sql2mongo/query.py:560 under the function _add `elif tok.match(tokens.Name.Builtin, ( 'integer', 'bool', 'char', 'date', 'boolean', 'datetime', 'float', 'time', 'number', 'string' )):` It only handle integer when...