-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix various issues with ecto 3.12 (#147)
* Make expr function private * Support column type integer * Bump locked dependencies * Fix issue ByExpr closes: #146 * Swap in `Enum.map_intersperse/3` * Tag constraint test to keep with upstream * SQLite doesn't suffer from this issue anymore * Simplify default_expr to no longer consider type * Fix integration test setup
- Loading branch information
1 parent
802fbf6
commit 0ddc2bd
Showing
6 changed files
with
223 additions
and
214 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.