Closed mvorisek closed 11 months ago
fix #950
in theory, the fix should be done on whole SQL AST, but such approach requires AST parser, so for simplicity, the fix is done on comparison expressions created using Query::where() method only
Query::where()
fix #950
in theory, the fix should be done on whole SQL AST, but such approach requires AST parser, so for simplicity, the fix is done on comparison expressions created using
Query::where()
method only