Skip to content

Commit f8fb929

Browse files
committed
Pull all of the query code back into connection.ex.
This structure is now essentially parallel to that in Ecto's Postgres.Connection module, which will make it far easier to track changes going forward.
1 parent 92afa0e commit f8fb929

File tree

7 files changed

+937
-991
lines changed

7 files changed

+937
-991
lines changed

lib/sqlite_ecto.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ defmodule Sqlite.Ecto do
2727
2828
"""
2929

30-
import Sqlite.Ecto.Util, only: [json_library: 0]
30+
import Sqlite.Ecto.Connection, only: [json_library: 0]
3131

3232
# Inherit all behaviour from Ecto.Adapters.SQL
3333
use Ecto.Adapters.SQL, :sqlitex

0 commit comments

Comments
 (0)