Skip to content

Releases: vimeo/php-mysql-engine

Fix code gen for nullable decimal columns

12 Mar 04:10
Compare
Choose a tag to compare
0.5.1

Fix support for decimal columns with null defaults

Support CREATE TABLE intermediate code generation

12 Mar 04:00
Compare
Choose a tag to compare

This allows you to generate PHP for table representations.

The fourth release

12 Mar 01:13
53bea8f
Compare
Choose a tag to compare
Merge pull request #14 from Javakky-pxv/feature/show-index

Supports SHOW INDEX syntax

The third release

03 Feb 20:09
Compare
Choose a tag to compare

The FakePdo object now has two versions, one for PHP 7 and one for PHP 8, to allow the use of slightly different APIs when extending PDO.

Thanks @M1ke for adding support for PDO::query and PDO::exec!

The second release

02 Feb 14:16
Compare
Choose a tag to compare

Adds support (I hope) for ? placeholders

The first release

01 Feb 04:20
Compare
Choose a tag to compare
0.1.0

Fix CS