aboutsummaryrefslogtreecommitdiff
path: root/sqlite3_opt_userauth_omit.go
diff options
context:
space:
mode:
Diffstat (limited to 'sqlite3_opt_userauth_omit.go')
-rw-r--r--sqlite3_opt_userauth_omit.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/sqlite3_opt_userauth_omit.go b/sqlite3_opt_userauth_omit.go
index 0ae92da..3d1c758 100644
--- a/sqlite3_opt_userauth_omit.go
+++ b/sqlite3_opt_userauth_omit.go
@@ -62,4 +62,9 @@ func (c *SQLiteConn) AuthUserDelete(username string) error {
return nil
}
+// Check is database is protected by user authentication
+func (c *SQLiteConn) AuthIsEnabled() (exists bool) {
+ return
+}
+
// EOF