Skip to content
walter-weinmann edited this page May 30, 2020 · 27 revisions

sqlparse - LALR grammar based SQL Parser

Travis (.org) Coveralls github GitHub release GitHub Release Date GitHub commits since latest release

The documentation consists of the following parts:

  • Release Notes: details the corrections, changes or enhancements made to a specific version.
  • Syntax Diagram: shows the syntax diagrams fitting the implemented SQL language level.
  • Oracle SQL Standard: shows worth mentioning deviations from the Oracle SQL Standard (Version 12c).


  • Testing: gives a general overview of the test facility.
  • Testing with Common Test: gives a more detailed description of the usage of the applied Common Test environment.
  • Testing with Eunit: gives a more detailed description of the usage of the applied Eunit test environment.