- Fix Datasette by always using ``LIMIT`` with ``OFFSET`` - More operators: ``LIKE``, ``IS NULL``, ``IS NOT NULL`` and ``!=``
1.0.1
==========================
- Add cost estimation to all adapters - Add Datasette adapter - Remove ``csv://`` and ``datasette+`` prefixes to simply URIs - Add ``has_table`` method to dialects
1.0.0
==========================
- Move config to ``~/.config/shillelagh/`` - Add function ``get_available_adapters`` to list installed adapters - Developer and user docs `added <https://shillelagh.readthedocs.io/>`_ - Small fixes
0.8.1
==========================
- Add integration tests - Fix couple bugs on GSheets while adding integration tests
0.8.0
==========================
- Refactor fields - Change GSheets to use formatted values - Fix bug in GSheets DML with datime/date/time - Return naive objects when no timezone specified
0.7.4
==========================
- Fix DML bug in GSheets with a middle nameless column