fluentpdo

A PHP SQL query builder using PDO

Downloads
827K
Stars
925
Committers
31
fluentpdo - v1.1.1 Release

Published by cbornhoft about 7 years ago

The following changes have been made to this release:

Important

  • Removed support for PHP 5.3
  • Added support for PHP 7.1

Code Improvements

  • Added PHP native type conversion option to all FluentPDO select statements (@BenLorantfy)
  • Check for STDERR now uses is_resource() to ensure it is not defined but empty, as well as avoiding an E_NOTICE (@joy2fun)
  • CommonQuery::where() is now able to handle empty arrays (@jadatkins)
  • Query strings can now be echoed (should've done this a long time ago)! (@StefanYohansson)

Miscellaneous

  • Updated and improved docs (much more to come on this)
fluentpdo - v1.1.0 Release

Published by cbornhoft over 8 years ago

The following changes have been made to this release:

Major

  • Support for PHP <5.3 has been removed

Issues

  • Fixes #26
  • Resolves #157
  • Resolves #171

Code Improvements

  • All regex operations now use / as the delimiter
  • Assignments in conditional statements have been wrapped and changed to bool comparisons
  • Added default values to variables where needed
  • dirname(__FILE__) is now __DIR__

Miscellaneous

  • All files now use spaces instead of tabs
  • Formatting has been updated to more closely follow PSR-1 and PSR-2
  • Added missing PHPDocs
  • Added a .gitignore file
  • Fixed spelling errors
  • Comments now use // instead of #
fluentpdo - 1.0.0 - Spring is coming

Published by lichtner over 9 years ago

Just add first tag. Now I will use http://semver.org/