Skip to content

Releases: ngframer/ngframer.php.dbservices

v1.6.0

29 Oct 17:57
4688d25

Choose a tag to compare

Updates

  1. Namespace CamelCase update.

v1.5.3

27 Oct 10:13

Choose a tag to compare

Updates

  1. Updated exceptions to allow labels.
  2. Added labels to all exceptions thrown.

v1.5.2

20 Oct 10:15
247c7cb

Choose a tag to compare

Fixes

  1. Fixed bind values/params function.

v1.5.1

18 Oct 17:27
c31eecb

Choose a tag to compare

Fixes

  1. Use of correct namespace to check app/config/DatabaseConfig.
  2. Updated the method and variable existence checkup.

v1.5.0

18 Oct 04:17

Choose a tag to compare

Updates

  1. Exception class updated.
  2. Grammar and spacing reviewed for functions and variables.

Removals

  1. Init.php to set error handler and exception handler removed.

v1.4.1

19 Aug 03:02

Choose a tag to compare

Updates

  1. Updated the composer dependencies packages.

v1.4.0

31 Jul 16:58

Choose a tag to compare

Changelog

  1. Throws exception where-ever necessary. Exception type DbServicesException.
  2. Follows exception code. Check at NGFramer.PHP.DbServices Wiki.

Additions

  1. Addition of localized error, exception, and exception handler.

v1.3.2

15 Jul 17:27
3012c2e

Choose a tag to compare

Additions

  1. Added the function to check if PDO has any transactions active.

v1.3.1

15 Jul 17:09
3012c2e

Choose a tag to compare

Additions

  1. Added functionality to check for active transactions in the current PDO connection.

v1.3.0

30 Jun 13:59
8213b35

Choose a tag to compare

Changelog

  1. Database Instance set to null error has been fixed.
  2. Exception and DbServices package have been updated to latest version.
  3. More helpful comments added.
  4. Removed the config file check system, now uses class-based calling, else throws error.