elixir-sqlite/sqlitex

Remove work-around for esqlite :no_columns error

jazzyb opened this issue · 1 comments

The esqlite error that incorrectly returned :no_columns for queries has been fixed. (See: mmzeeman/esqlite#16) We currently have some work-around code in sqlitex to handle the error condition. We can now:

  • Update the esqlite hex package to pull in the fix
  • Remove the work-around code in sqlitex