0
0
mirror of https://gitlab.com/cznic/sqlite.git synced 2025-08-31 01:10:45 +00:00
Commit Graph

7 Commits

Author SHA1 Message Date
Jan Mercl
90c22a718b vfs: fix 32 bit targets 2022-07-24 20:05:45 +02:00
Jan Mercl
dc2b6a0cdb release v1.18.0 2022-07-24 17:32:15 +02:00
Dan Peterson
520ebf401b vfs: New returns name
Instead of requiring a name arg that may clash with other state, have
New only take the fs.FS and return the value that should be used for
`vfs` in the sql.Open DSN.
2022-07-23 19:09:35 -03:00
Jan Mercl
e3fddbcfd8 vfs: simplify vfsFullPathname 2022-07-23 13:01:32 +02:00
Jan Mercl
d799b931d5 fix one memory leak 2022-07-23 12:56:16 +02:00
Jan Mercl
c128158b86 remove user-facing global state 2022-07-23 12:46:41 +02:00
Jan Mercl
8be0ef8f37 switch from embed.FS to fs.FS 2022-07-23 11:24:08 +02:00