Skip to content

Releases: datacamp/sqlwhat

let there be transact sql

15 Mar 18:13
Compare
Choose a tag to compare
Merge pull request #54 from datacamp/feature-swap-ast

Feature swap ast

first pypi release, add antlr-tsql dependency

15 Mar 14:33
Compare
Choose a tag to compare
v0.1.2

use skip_upload_docs on travis, so pypi works

add missing markdown2 dependency

09 Mar 14:35
Compare
Choose a tag to compare
v0.1.1

add markdown2 dependency, bump patch version

pythonwhat cut and plsql made external

08 Mar 19:28
Compare
Choose a tag to compare

AST dump to dict, SELECT statement clauses to AST

23 Feb 15:03
Compare
Choose a tag to compare

needed for creating datacamp/sqlwhat-viewer

logic, ast text parsing, test_student_typed, misc

22 Feb 02:45
Compare
Choose a tag to compare
v0.0.6

Build for commit d638c4e1f473d5359dc04a8cc0745c686da4716c

check_statement and check_clause

15 Feb 16:39
Compare
Choose a tag to compare
  • 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

09 Feb 01:00
Compare
Choose a tag to compare
v0.0.4

fix selected_option in unit tests

v0.0.3: Merge pull request #1 from datacamp/sql-spec

08 Feb 09:04
Compare
Choose a tag to compare

Draft test exercise, initial checks

Hardcoded pass and fail

07 Feb 13:07
Compare
Choose a tag to compare
v0.0.2

Update setup.py