SIGN IN SIGN UP
simonw / datasette UNCLAIMED

An open source multi-tool for exploring and publishing data

0 0 1 Python

Fix test_write_wrapper_set_authorizer: use permissive callback instead of None

conn.set_authorizer(None) does not clear the authorizer - SQLite treats
None as an invalid callback. The denied state persists on the shared
write connection, causing subsequent non-deny test cases to fail.

Fixes test added in 8a315f3d.
S
Simon Willison committed
1c6c6d2e6897c1173ed6e209c8b7133688e75c58
Parent: 5c3137d