Releases: datacamp/sqlwhat
Releases · datacamp/sqlwhat
let there be transact sql
Merge pull request #54 from datacamp/feature-swap-ast Feature swap ast
first pypi release, add antlr-tsql dependency
v0.1.2 use skip_upload_docs on travis, so pypi works
add missing markdown2 dependency
v0.1.1 add markdown2 dependency, bump patch version
pythonwhat cut and plsql made external
v0.1.0 bump version
AST dump to dict, SELECT statement clauses to AST
needed for creating datacamp/sqlwhat-viewer
logic, ast text parsing, test_student_typed, misc
v0.0.6 Build for commit d638c4e1f473d5359dc04a8cc0745c686da4716c
check_statement and check_clause
- AST item selection
- testing ASTs after grabbing a statement or clause
- note that check_clause uses form check_clause("from_clause") due to attribute names on ASTs right now...
test multiple choice
v0.0.4 fix selected_option in unit tests
v0.0.3: Merge pull request #1 from datacamp/sql-spec
Draft test exercise, initial checks
Hardcoded pass and fail
v0.0.2 Update setup.py