Skip to content

Tags: detain/SQLParser

Tags

v0.3.0

Toggle v0.3.0's commit message
updates

v0.2.1

Toggle v0.2.1's commit message
update

v0.2.0

Toggle v0.2.0's commit message
updates for php8 in a new version

v0.1.7

Toggle v0.1.7's commit message
update

v0.1.6

Toggle v0.1.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update composer.json

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