Releases: dr-matt-smith/pdo-crud-for-free-repositories
Releases · dr-matt-smith/pdo-crud-for-free-repositories
v2.7
remove deprecated FILTER
replaced deprecated FILTER_SANITIZE_STRING
with
FILTER_SANITIZE_FULL_SPECIAL_CHARS
in DatabaseTableRepository::searchByColumn()
--
this should remove deprecation warning with using this method ....
removed empty tests, reduced dependencies
Giuthub dependabot was nagging about Guzzle vulnerability
I think that must have been a dependency of a test library?
since test was placeholder I just removed it
no feature changes / no changes to src
contents
added insertMany method
new method to make fixtures a bit easier
write less SQL
Can infer SQL to create tables from entity class property types
enable use with PHP 8.0
added ^8.0 to composer.json - testing and worked fine
minor corrections to README
v2.2.2 Update README.md
make stable by fixing Travis CI PHP version
v2.2.1 updated travis PHP version
simpler table reset and auto schema creation
v2.2 Merge branch 'master' of github.com:dr-matt-smith/pdo-crud-for-free-r…
fix issues in composer.json file
v2.1 Update composer.json