-
Notifications
You must be signed in to change notification settings - Fork 218
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
PRQL as a 100% replacement for SQL #959
Comments
Some issues on being able to extend s-strings: I think s-strings are a great way of solving for a large number of corner cases, so I would vote to do what we can to allow those more pervasively (though I recognize there are genuine issues around variable resolution and query coherence) |
The main problem we're seeing with s-strings (even more so than e.g. variable resolution) is that you lose database-agnostic-ness (which is something we're trying our best to maintain). |
Another current gap in s-strings is preventing them from being auto-formatted: #965. (Issue opened upstream, we can work around it if that doesn't yield anything) |
PRQL is very far from a 100% replacement for SQL. PRQL only a data query language (DQL), while SQL is a data query language (DQL), a data definition language (DDL), a data control language (DCL), and a data manipulation language (DML). SQL have JSON, XML, constraints, triggers, collations, stored procedures, FFI, etc. |
This issue is about being a replacement for the querying part of SQL @vanillajonathan |
Opening this to track places we still need s-strings or other workarounds for full functionality.
The text was updated successfully, but these errors were encountered: