Releases: VitexSoftware/php-ease-fluentpdo
Releases · VitexSoftware/php-ease-fluentpdo
php 8.3 ready
More Strict Types everywhere
Full Changelog: 1.3.0...1.4.0
1.3.0
Stabilization release.
Full Changelog: 1.1...1.3.0
Almost Usable
Stabilized and updated
Going Stable
Finally stable release.
Improvements
- Code Cleanup
- Even more Unit tests - now use test.sqlite database initialized by phinx migrations
- Do not ignore SQL erros - throw exception now
- Allow passing properties for new PDO*
- Better initialization
- Report nonexisting database file for sqlite
- Apigen Documentation
Fixes
- sqlite3 recognized as sqlite
- Setup Works again
- Update with null columns fixed
- $SearchForID removed
SQLServer & SQLite supported
New Features
- Initial support for SQLite added
- Support for MS SQL server added
Enhancements
- Support for remote MS SQL server
- Accept all Columns for *
- SQL errors now logged by Ease\Logger
- Functions Added: getAll(), dbreload(), dbsync()
- Code Reformat
Fixes
- UpdateToSql adapted to FluentPDO
- loadFromSQL fixed
- loadFromSQL IDs fix
- Current Fluent Literal update
- "NOW" fixed for all databases
- InsertIntoSQL returns Integer now
- Package description filled correctly
- insertToSQL now handle createColumn content if not set
- deleteFromSQL() work again
Basic Funtionality
0.9 SetUp moved to trait