Ricardo Chaves
Results
2
comments of
Ricardo Chaves
How can I get a syntax error like the following: ``` $ python spyql 'SELECT * from range(3) WHERE' ERROR could not compile FROM clause File "", line 1 range(3)...
As discussed offline: - I'll look into escaping regex characters that may appear innocently in the string - I'll implement the like function that takes two strings (whether they're constants,...