Skip to content

SQLServer & SQLite supported

Compare
Choose a tag to compare
@Vitexus Vitexus released this 30 Apr 01:14

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