Skip to content

0.63.1

Compare
Choose a tag to compare
@simonw simonw released this 11 Nov 07:02
· 536 commits to main since this release
  • Fixed a bug where Datasette's table filter form would not redirect correctly when run behind a proxy using the base_url setting. (#1883)
  • SQL query is now shown wrapped in a <textarea> if a query exceeds a time limit. (#1876)
  • Fixed an intermittent "Too many open files" error while running the test suite. (#1843)
  • New db.close() internal method.