News

A lex and yacc based code for syntax analysis of an SQL like language. A C++ based implementation of syntax analysis and parse tree generator for an SQL like language. The yacc contains the grammar ...
The objective is to convert SQL queries to JSON-izable parse trees. This originally targeted MySQL, but has grown to include other database engines. Please paste some SQL into a new issue if it does ...
This paper proposes a SQL injection detection method by analyzing substructure of SQL statement. The proposed method consists of 2 parts, Automated Common Substructure Extracting (ACSE) and Parse Tree ...