Releases: simonw/datasette-template-sql
Releases · simonw/datasette-template-sql
1.0.2
1.0.1
1.0
- Backwards incompatible change: the second argument to the
sql()
function is now expected to be an optional list or dictionary of SQL parameters. Previously the second argument was the name of the database to run the query against - this should now be passed as a nameddatabase=
argument instead.