Matthew Johnston

Results 268 comments of Matthew Johnston

This would be a nice feature to have

@OptoCloud one solution is to use `clang-format` to enforce a standard. Although it will cause a lot of churn within the library.

We can utilize the `VACUUM INTO` but the problem is, if the DBConnection uses it, the connection execution would time out.

Yea litestream is cool, but what I was thinking about was something for embedded systems to utilize and backup stuff without being connected to the internet. I am unsure of...

@lovebes I don't think there is anything we have to do directly. AFAIK, litestream just watches the write ahead log file to replicate changes. I don't think there is anything...

Which version are you running? Do you have a reliable way to reproduce the segfault?

> Could a potential cause be that the DBConnection execute times out and terminates Exqlite before it has an opportunity to free up memory? So as it stands right now...

What would be really helpful is if there is a way I can replicate this error repeatedly.

Excellent news! I'll take a look at this soon.

The `busy_timeout` here ```elixir DBConnection.execute(conn, insert_query, [], busy_timeout: 50000, timeout: 1 ) ``` Has no effect on the query itself. The `busy_timeout` is used for only connecting to the database...