Jason M Barnes
Results
3
comments of
Jason M Barnes
I have a few questions while I look into it: 1. What versions of Elixir and OTP? 2. What system are you running on, e.g. uname -a? 3. Do you...
I cannot reproduce the error. I get the following return value when I run your query: ``` elixir {:error, %Sqlite.Ecto.Error{message: nil, sqlite: {:sqlite_error, "cannot VACUUM from within a transaction"}}} ```...
Similarly, can we do something similar with updates?