Releases: jimbojsb/pseudo
Releases · jimbojsb/pseudo
PHP 7.4 Support
PHP 7.3 support
0.4.1 Changed continue to continue 2 to stop PHP warnings (#30)
0.4: Feature/improve prepared statements (#23)
* set isParameterized when setParams is used * will handle params passed from mock to addQuery * set the proper value on isParameterized * Add testLastInsertIdPreparedStatement test case * Fix Pdo::lastInsertId method QueryLog now receives queries issued with PdoStatement::execute
PDO Compatibility Fixes
Fixes #18 (#29) Fixes #18 in that if a param doesn't match then return empty array
PHP 7.2 Support
PHP: added 7.2 support with upgraded PHPUnit (#28) Removed testing support for 5.4 and 5.4 (PHPUnit support removed)
Better exceptions
Merge pull request #25 from PMPP/php7.1 Arrays have to be initialized as arrays to start pushing elements int…