python-csql
python-csql copied to clipboard
Results
2
python-csql issues
Sort by
recently updated
recently updated
newest added
Tested with snowflake, seems to work in some cases and fail in others. ```py q1 = Q(...) q2 = Q(lambda: f""" with cte as ( select blah from foo join...
Useful when comparing tuples. Desired behaviour: ```py p = Parameters(p=[(1,2), (2,3)]) ``` ```sql select * from blah where (a, b) in {p} ```
good first issue