- Initial release providing a Python DB API SQL interface to Google spreadsheets and a CLI.
- Added SQLAlchemy dialect.
- Allow headers and gid to be passed on the URL.
- Add missing dependency to
moz-sql-parser
tosetup.py
.
- Fix small bug in SQL Alchemy compiler.
- Allow aliases in
ORDER BY
.
- Fix
visit_column
method.
- Parse dates, better error message.
COUNT(*)
working.- Fallback to SQLite if query fails.
- Custom date truncation using
DATETRUNC
.
- Handle authentication.
- Fix cursor description in SQLite fallback.
- Fix session when no credentials are passed.
- Add logging.
- Fix
CREATE TABLE
when sheet has no headers.