Skip to content

Releases: vimeo/php-mysql-engine

Remove unused code

30 Mar 00:08
Compare
Choose a tag to compare

Also fixes an additional lastInsertId bug

Fix lastInsertId to use auto-incremented values

29 Mar 23:52
Compare
Choose a tag to compare
Fix lastInsertId implementation

last_insert_id returns autoincrement column values

0.5.2: Merge pull request #15 from Javakky-pxv/feature/default-fetch-mode

24 Mar 22:08
9afb99f
Compare
Choose a tag to compare

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