Releases: simonw/datasette-write
Releases · simonw/datasette-write
0.4
- Database write page URLs are now
/db/-/write
, the old /-/write?database=db
page redirects to the new location. #12
- Removed the application menu item so as not to duplicate the database action item.
- New row action menu item (on Datasette 1.0a13 and higher) linking to a SQL query to edit the current values of that row. #10
- Fixed CSS for compatibility with upcoming Datasette 1.0 alpha. datasette#2417
0.3.2
- Removed unnecessary
print()
debug statement.
0.3.1
- Added a description to the database action menu item for Datasette 1.0a13 and higher.
0.3
- Can now be used with parameterized queries, which get converted into form fields -
insert into foo (name) values (:name)
for example. Parameters ending in _textarea
will be rendered as multi-line textareas. #7
- Fix for cosmetic bug when installed alongside
datasette-template-sql
. #6
0.2
- Support for Datasette
base_url
setting, thanks @brandonrobertz. #4
- Menu links plus new
/-/write?database=foo
parameter. #5
- Tables and views are now shown on the
/-/write
page
alter
, create
and drop
queries now show a more meaningful completion message. #3
0.1
- First non-alpha release
- Depends on Datasette 0.45