Skip to content

Releases: ngframer/ngframer.php.sqlservices

v2.5.1

31 Oct 06:06
027205b

Choose a tag to compare

Updates

  1. The where now works with multiple types of arguments.

v2.5.0

29 Oct 11:00

Choose a tag to compare

Updates

  1. Namespace uppercase update.

v2.4.3

29 Oct 05:07

Choose a tag to compare

Updates

  1. Updated labels on all the thrown exceptions.

v2.4.2

27 Oct 10:27

Choose a tag to compare

Updates

  1. Addition of label in exception.
  2. Additions of label codes in thrown exceptions.

v2.4.1

20 Oct 10:10

Choose a tag to compare

Fixes

  1. Added missing backticks on columns.
  2. Added limit, offset, where on actions (missing ones).
  3. Updated binding name to col_bindCount.
  4. Fixed not running of build actions, lacked structure values.

v2.4.0

18 Oct 04:41

Choose a tag to compare

Updates

  1. Updated the SqlServicesException.
  2. Updated composer packages.

Removals

  1. Removed init.php used for managing error handling.
  2. Removed error and error handlers.

v2.3.0

07 Sep 10:10

Choose a tag to compare

Updates

  1. Fixed (#7) the inaccessible where function on updateTable class.

v2.2.0

20 Aug 14:40

Choose a tag to compare

Updates

  1. Fixed the access level of execute, log, and build functions in LogBase.

v2.1.0

20 Aug 14:27

Choose a tag to compare

Updates

  1. Some classes were throwing non SqlServicesException. Updated them.
  2. Added forgotten applicable actions function on TableActions.
  3. Updated (fixed) the return type for object chaining.

v2.0.0

20 Aug 11:35

Choose a tag to compare

Updates

  1. Completely remodeled the system.
  2. The exceptions are based on categories.
  3. Only exceptions thrown are SqlServicesException and the error code ranges in the range of 5 million.
  4. Good organization of codebase.
  5. And, a lot more!