Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upTODO #1
Comments
This comment has been minimized.
|
Issues in the language that need to be resolved or worked around:
|
This comment has been minimized.
|
I need to revisit this soon. Most things which are unchecked are going to be 0.2 or later, not 0.1. If anyone wants to help me out and make a new issue moving things over, I would |
This comment has been minimized.
|
Just glancing over this here's the status of unchecked items at the time of writing:
|
sgrif
closed this
Nov 29, 2015
pushed a commit
that referenced
this issue
Jan 30, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
sgrif commentedAug 30, 2015
Note: All items should be implemented in a way that works on stable rust, unless otherwise specified. Compiler plugins are probably the most preferable for codegen, but we'll see what's possible.
CODEGEN: type safe API for arbitrary SQLNot 0.1CODEGEN: type safe API for arbitrary SQL (is this actually needed?)Not 0.1LIKE)inI don't think we need to supportINstatements, since we have= ANYfilter(json_col["foo"].eq("bar")), might be hard to support arbitrary data types.IS NULL(does this need to be separate from equality?)thing.eq("foo"), notthing.eq(Some("foo")), which means the pattern for AR style equality will look like:CODEGEN: type safe API for arbitrary SQLNot 0.1Maybe? CODEGEN: type safe API for arbitrary SQLNot 0.1