Commit fd06167
authored
Quote Entities with Double Quotes (#39)
This patch ensures that we actually quote entities (prefix, table name, column name, alias) with double quotes(`"`).
This is important since it allows to use otherwise reserved keywords like `order` to be used.
The tests have been adapted to reflect this change.
Closes #381 parent a83b901 commit fd06167
File tree
2 files changed
+387
-366
lines changed- lib/ecto/adapters/sqlite3
- test/ecto/adapters/sqlite3
2 files changed
+387
-366
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1704 | 1704 | | |
1705 | 1705 | | |
1706 | 1706 | | |
1707 | | - | |
| 1707 | + | |
1708 | 1708 | | |
1709 | 1709 | | |
1710 | 1710 | | |
| |||
0 commit comments