Skip to content

Tags: crodas/SQLParser

Tags

v0.1.5

Toggle v0.1.5's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
1. Parsing `BEGIN WORK|TRANSACTION`

v0.1.4

Toggle v0.1.4's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
1. Fixed bug in the transaction sql for MySQL

v0.1.3

Toggle v0.1.3's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
1. Added generators for SQLite

2. Improved parsers
3. Added more unit testings

v0.1.2

Toggle v0.1.2's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
1. Added ALTER TABLE support

2. Added CREATE INDEX support

v0.1.1

Toggle v0.1.1's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
1. Added support for PHP5.4 and PHP7.0

2. Added support for COLLATE in CREATE TABLE

v0.1.0

Toggle v0.1.0's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
1. first release of the SQL-parser