Matthew Johnston

Results 268 comments of Matthew Johnston

@ks156 is there any way you could use the precompiled binary and see if this bug exists there too? This may be something deeper.

> Has anyone else run into similar issues when cross-compiling this library? Would it be possible to consider changing the default optimization on line 41 to -Os, or to add...

Here's the deps that are installed from `ubuntu-latest` https://github.com/elixir-sqlite/exqlite/blob/4a3c718cce89c024a10c90b3993f4bd22387e35a/.github/workflows/linux-precompile.yml#L99-L105 So it's what ever is upstream. I don't pin the GCC version.

Fix is live under `v0.32.1`, can you verify it resolves your issue?

Thanks for your help @ks156. If you encounter anything else, please open an issue or submit a PR with a fix 😄

I think I kind of understand what you are asking. Do you have a stub schema, some example rows, and the expected results update results? In the mean time, I'll...

hmm that does seem wrong. I'll look into this.

Can you provide an abbreviated schema for `Symbol`? I'm going to pull together a test to demonstrate the bug.