Skip to content

Releases: VitexSoftware/php-ease-fluentpdo

Almost Usable

30 Aug 13:27
Compare
Choose a tag to compare

Stabilized and updated

Going Stable

11 Aug 11:42
Compare
Choose a tag to compare

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

30 Apr 01:14
Compare
Choose a tag to compare

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

28 Oct 01:23
Compare
Choose a tag to compare
Basic Funtionality Pre-release
Pre-release
0.9

SetUp moved to trait