Skip to content
This repository was archived by the owner on Mar 19, 2021. It is now read-only.

Commit 206f382

Browse files
authored
Tweak comment
It's not just Ecto 2.0, but (likely) all further versions that need the returning clause support.
1 parent 8f1dcd4 commit 206f382

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/sqlitex/statement.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ defmodule Sqlitex.Statement do
3434
commands. (See https://www.postgresql.org/docs/9.6/static/sql-insert.html for
3535
a description of the Postgres implementation of this clause.)
3636
37-
Ecto 2.0 relies on being able to capture this information, so have invented our
37+
Ecto 2.0+ relies on being able to capture this information, so have invented our
3838
own implementation with the following syntax:
3939
4040
```

0 commit comments

Comments
 (0)