0
0
mirror of https://gitlab.com/cznic/sqlite.git synced 2025-05-22 23:28:02 +00:00

7 Commits

Author SHA1 Message Date
90c22a718b vfs: fix 32 bit targets 2022-07-24 20:05:45 +02:00
dc2b6a0cdb release v1.18.0 2022-07-24 17:32:15 +02:00
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
e3fddbcfd8 vfs: simplify vfsFullPathname 2022-07-23 13:01:32 +02:00
d799b931d5 fix one memory leak 2022-07-23 12:56:16 +02:00
c128158b86 remove user-facing global state 2022-07-23 12:46:41 +02:00
8be0ef8f37 switch from embed.FS to fs.FS 2022-07-23 11:24:08 +02:00