Matthew Johnston
Matthew Johnston
I just checked it out. The problem seems to only happen during the `setup_all` block at the very beginning of the test suite, then continues on fine. I suspect you...
Hmmm, I wonder if the `ssize_t` type would be a better type to use since on a 64 bit system it should be up to 64 bits and on a...
@josevalim I think that's a good idea where only one process in the supervision tree sits there waiting for another `DbConnection` call. This _could_ make it easier to cancel existing...
Yea sure why not. @ruslandoga if you want to give it a shot I'm all for it. I'm really swamped with day job work at the moment, but I have...
SQLite AFAIK can handle concurrent reads, but the moment a write comes along, things get tricky. It also depends on how the database's `journal_mode` is set. If it is set...
> sounds like non of them addressed this issue, so I didn't check them. That is correct, none of them address this. We'll need to add unit tests for this...
Looks like a test would have covered this but we ignore it because we can't get nicely formatted FK errors https://github.com/elixir-sqlite/ecto_sqlite3/blob/37b68d9874695e5c17b80c5d7d57f8a803fd9524/integration_test/test_helper.exs#L85-L88
I was actually just looking for this option again to throw into our CI pipeline to make sure we keep everything up to date.
What is the status of this? The kill all script is no where to be found in this repository and it's not clear where I should get it. I can't...
> It's built into the install script. Run the install script to install K3s and you will also get the killall and uninstall scripts. I figured that out about an...