You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Feature release
- Add support for ORDER BY clauses in SELECT queries
- Fixes for placeholders on generated Mysql queries
- First steps towards Sphinx documentation
- Added aql to Omnilib
Feature release:
- Corrected generated SQL for Sqlite and Mysql for quoted column names
- Connection.execute() now returns an intermediate Result object that
can be awaited
- End-to-end integration test creates table, inserts, and selects rows
- Fixed lint and typing issues