-
Notifications
You must be signed in to change notification settings - Fork 142
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid ambiguity between user-provided UInt64 column type and PosLen
Fixes #785 and alternative solution to #786. As opposed to the solution in that PR, which caused other issues, in this PR, we change from defining `const PosLen = UInt64` to `primitive type PosLen 64 end` and define a few helper conversions. This makes `PosLen` its own proper type, and avoids the dispatch ambiguity of the original issue.
- Loading branch information
Showing
2 changed files
with
11 additions
and
9 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