-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TODO #1
Comments
Issues in the language that need to be resolved or worked around:
|
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 ❤️ you forever |
Just glancing over this here's the status of unchecked items at the time of writing:
|
1 task
Closed
Closed
weiznich
pushed a commit
that referenced
this issue
Aug 19, 2020
Allow specifying schema names other than the default
3 tasks
Closed
3 tasks
3 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 supportIN
statements, since we have= ANY
filter(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.1The text was updated successfully, but these errors were encountered: