This commit is contained in:
Simon Willison 2021-08-11 05:03:07 -07:00 committed by GitHub
commit 6de0a5d46a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -746,7 +746,7 @@ class Database:
Create a new SQL view with the specified name - ``sql`` should start with ``SELECT ...``.
- ``ignore`` - set to ``True`` to do nothing if a view with this name already exists
- ``replace`` - set to ``True`` to do replace the view if one with this name already exists
- ``replace`` - set to ``True`` to replace the view if one with this name already exists
"""
assert not (
ignore and replace