Hi there and thank you for this project
Running query like this
SELECT CAST(EXTRACT(DATE FROM timestamp) AS TIMESTAMP) as timestamp FROM table doesn't work and i receive the following error from the emulator: no such function: zetasqlite_extract_date
Is this something that can be fixed?
Hi there and thank you for this project
Running query like this
SELECT CAST(EXTRACT(DATE FROM timestamp) AS TIMESTAMP) as timestamp FROM tabledoesn't work and i receive the following error from the emulator:no such function: zetasqlite_extract_dateIs this something that can be fixed?