Skip to content

Releases: ngframer/ngframer.php.sqlservices

v1.4.0

16 Jul 15:42

Choose a tag to compare

Changelog

  1. Fixed the preparedExecution automatically trying to bind the value even when nothing to bind.

v1.3.1

15 Jul 17:36

Choose a tag to compare

Changelog

  1. Updated the composer package with activeTransactionChecking functionality.
  2. Transaction starts only if the no activeTransaction exists.

v1.3.0

30 Jun 15:26

Choose a tag to compare

Changelog

  1. Update package ngframer.php.dbservice to latest version.
  2. Removed traits, implemented function in all classes.
  3. The build function is now working.
  4. Function to execute and rollback the queries executed using any methods are available.

v1.2.1

28 Jun 08:05

Choose a tag to compare

Changelog

  1. Implementation of independent Transaction Control Statements.
  2. One to one commit on data update, insert, delete has been removed.
  3. The Query has now Transaction Control Statements.

v1.2.0

26 Jun 07:30

Choose a tag to compare

Changelog

  1. Mis-function usage causing chaos has been fixed.
  2. Code has been refactored.
  3. More meaningful comments has been added.

v1.1.4

25 Jun 15:02

Choose a tag to compare

Changelog

  1. Code has been refactored.
  2. More meaningful comments has been added.

v1.1.3

24 Jun 16:44

Choose a tag to compare

Changelog

  1. Rereleased v1.1.2 with fixation on the bug for limit not working.

v1.1.2

24 Jun 15:26

Choose a tag to compare

Additions

  1. Added Limit functionality on Update Query Set.
  2. Added Limit functionality on Delete Query Set.

v1.1.1

22 Jun 07:13
8f1a21f

Choose a tag to compare

Changelog

  1. Uses the updated version of the dbservice. The db service now uses appropriate error logging mechanisms.

v1.1.0

20 Jun 18:14
8f1a21f

Choose a tag to compare

Fixations

  1. Gone from Executor::query('$query')->execute to $query->execute. Fixed multi project combination to single project.
  2. Prepared function removed for Data definition commands.
  3. Refactored Builder class, broken code into multiple file based on their scope.
  4. More code file management fixes.