Skip to content

Releases: jr-cologne/db-class

Version 2.4

26 Aug 12:49
6578f51

Choose a tag to compare

Features:

  • Added support for custom comparison operators in where clause

Version 2.3

24 Aug 21:33
42df986

Choose a tag to compare

Features:

  • Added support for custom logical operators in where clause

Version 2.2

21 Aug 17:24
f542345

Choose a tag to compare

Features:

  • Added tests

Patch: Version 2.1.3

11 Aug 22:26
14ac2f8

Choose a tag to compare

Bug fixes/Optimizations:

  • Refactored code

Patch: Version 2.1.2

26 May 18:07

Choose a tag to compare

Bug fixes/Optimizations:

  • Fixed SQL syntax error when updating multiple rows including a value which is empty (#15)

Patch: Version 2.1.1

11 Nov 14:28
d107e1c

Choose a tag to compare

Bug fixes/Optimizations:

  • Check if record is existing in DB::first() method in order to prevent Undefined offset notice when retrieving the first record of something which is actually not existing.

Version: 2.1.0

10 Nov 19:58
5e545a1

Choose a tag to compare

Features:

  • Added functionality to check whether a connection to a database is established.

Patch: Version 2.0.1

21 Oct 20:21

Choose a tag to compare

Bug fixes/Optimizations:

  • Added/Optimized documentation
  • Fixed UnsupportedKeywordException Bug (#9)

Version 2

06 Oct 19:25

Choose a tag to compare

Complete redesign of the database class.

Patch: Version 1.0.5

04 Jul 17:42

Choose a tag to compare

Bug fixes/Optimizations:

  • Fixed namespace issues
  • Updated/Fixed example for new version