You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, getting the values of PRAGMAs applies conversion from the sqlite integer values to Elixir atoms, but the reverse is not happening. Let's support it. Example:
Xqlite.Pragma.put(:auto_vacuum,0)# This works.Xqlite.Pragma.put(:auto_vacuum,:none)# This does not work.
The text was updated successfully, but these errors were encountered:
Currently, getting the values of PRAGMAs applies conversion from the sqlite integer values to Elixir atoms, but the reverse is not happening. Let's support it. Example:
The text was updated successfully, but these errors were encountered: