Open
Milestone
Version 1
Implement the basic statements of SQL described at the w3schools website excluding statements that modifies a schema or database state such as CREATE TABLE
, CREATE INDEX
, etc. No specific dialect supported. Only basic SQL.
Unstarted Issues (open and unassigned)
5
Ongoing Issues (open and assigned)
3
Completed Issues (closed)
19
- ORDER BY mixed with UNION doesn't render properly
- Quotes are not added around dates in an expression
- Possible bug in expression `description` variable
- Implement NOT
- Handle Dates
- Implement UNION
- Implement JOIN
- Implement aliases
- Implement BETWEEN
- Implement IN
- Implement other Wildcards
- Implement LIKE
- Implement SELECT TOP
- Protect against SQL Injection
- Implement ORDER BY
- Implement AND OR
- Implement WHERE
- Implement DISTINCT
- Implement basic SELECT
Loading
Loading
Loading