Recent Releases of paigejulianne/picoorm
paigejulianne/picoorm - 1.8.3-alpha
Fixing bug when using the getAllObjects() method and the primary column is NOT named 'id'.
- PHP
Published by paigejulianne over 1 year ago
paigejulianne/picoorm - 1.8.2-alpha
More bug fixes! Sorry!!!!!!!!!!!!!!
- PHP
Published by paigejulianne over 1 year ago
paigejulianne/picoorm - 1.8-alpha
Updated documentation and added an optional class constant called "TABLE_OVERRIDE" which sets the name of the database/table when the class name does not match either.
- PHP
Published by paigejulianne over 1 year ago
paigejulianne/picoorm - v1.7-alpha
Cleaned up code; changed namespace to PicoORM
Full Changelog: https://github.com/paigejulianne/picoorm/compare/1.6.0...1.7-alpha
- PHP
Published by paigejulianne almost 2 years ago
paigejulianne/picoorm - v1.6.0 - PHP 7.4+ required
In order to progress this code, it now requires you to run PHP 7.4 or later.
- PHP
Published by paigejulianne almost 3 years ago
paigejulianne/picoorm - v1.5.7
bug fix to delete()
- PHP
Published by paigejulianne almost 3 years ago
paigejulianne/picoorm - v1.5.6
Additional bug fixes
- PHP
Published by paigejulianne almost 3 years ago
paigejulianne/picoorm - v1.5.5 - Bug Fix
Removed call to _getTableMetaData, as it only works with MariaDB and MySQL. Will figure out a way to implement for other databases or pass in a GLOBAL parameter to enable/disable.
- PHP
Published by paigejulianne almost 3 years ago
paigejulianne/picoorm - Bug fixes
Fixed bug where writeChanges will not duplicate the INSERT SQL call
- PHP
Published by paigejulianne almost 3 years ago
paigejulianne/picoorm - Fixing return types on methods to prevent warnings
- PHP
Published by paigejulianne almost 3 years ago
paigejulianne/picoorm - Bug Fixes
Fixed issue with column name checking
- PHP
Published by paigejulianne almost 3 years ago
paigejulianne/picoorm - New methods and column checking added
- PHP
Published by paigejulianne almost 3 years ago