sql_to_ibis icon indicating copy to clipboard operation
sql_to_ibis copied to clipboard

A Python package that parses sql and converts it to ibis expressions

Results 12 sql_to_ibis issues
Sort by recently updated
recently updated
newest added

Support syntax highlighting in VSCode for sql_to_ibis's "universal" SQL dialect

enhancement

`"SELECT * FROM mytable WHERE column1='x' AND (column2='y' OR column3='z')` works but `"SELECT * FROM mytable WHERE (column1='x' AND (column2='y' OR column3='z'))` raises `InvalidQueryException`. Sure, the outer parens around the...

Make function to extract a certain part of a date

enhancement
good first issue
Hacktoberfest

Make date function which extracts the date from an object

enhancement
good first issue
Hacktoberfest

enhancement
good first issue
Hacktoberfest

enhancement
good first issue
Hacktoberfest

Make this meta object so that things like expression / literal count are not shared