Jonathan Giannuzzi

Results 62 comments of Jonathan Giannuzzi

I have created a Windows 11 arm64 runner to test this on our CI when we are ready: `windows-11-arm64` (Windows 11 is the only available runner image for Windows arm64)

Hi @milhousemanastorm, this DLL is included in the NuGet package. This kind of error usually means that there was an issue loading it. Would you be able to tell us...

hey @BenWilson2 @harupy could you please take a look at this PR? cc @nojaf

@7fold I hadn't heard of SQLite3MultipleCiphers before. How well supported is it compared to SQLCipher? As it's using an amalgamation too, it shouldn't be too much work to add it...

> I wonder if there is a way to treat this more like libsqlite3, where we can somehow link against an external C library? Then only people that care about...

I have created a branch that supports SQLite3MultipleCiphers: [`jgiannuzzi:sqlite3mc`](https://github.com/jgiannuzzi/go-sqlite3/tree/sqlite3mc)

> I have created a branch that supports SQLite3MultipleCiphers: [`jgiannuzzi:sqlite3mc`](https://github.com/jgiannuzzi/go-sqlite3/tree/sqlite3mc) Hey @rittneje and @mattn, what are your thoughts on this? I would _really_ like to add encryption support to go-sqlite3...

Hey @rittneje and @mattn, would you mind taking a second look at my [SQLite3MultipleCiphers branch](https://github.com/jgiannuzzi/go-sqlite3/tree/sqlite3mc)? Here is a [comparison](https://github.com/mattn/go-sqlite3/compare/master...jgiannuzzi:go-sqlite3:sqlite3mc) to help you see what I changed. This should solve the...

For anyone interested in my `sqlite3mc` branch, I have just updated it to SQLite3MultipleCipher 1.8.2 / SQLite3 3.45.0. The `replace` directive now looks like this: ``` replace github.com/mattn/go-sqlite3 => github.com/jgiannuzzi/go-sqlite3...

Hi @EnricoMi, could you please clarify which environment should be used for what? We currently have `release` that is allowed for tag pattern `v*` and contains the following secrets: -...