VFS xFullPathname.

This commit is contained in:
Nuno Cruces
2023-01-18 11:40:08 +00:00
parent 9c04d4c5e6
commit 77ff4ea51b
4 changed files with 52 additions and 5 deletions

View File

@@ -6,6 +6,8 @@ const (
_DONE = 101 /* sqlite3_step() has finished executing */
_UTF8 = 1
_MAX_PATHNAME = 512
)
type ErrorCode int