Skip to content

Releases: sroehrl/neoan3-db

You've got options

26 Sep 16:14
f2ef387
Compare
Choose a tag to compare

Enhancing the environment variables with additional options, exposing a OOP wrapper and improving UUID performance.

Minor bugfixes

10 Sep 17:56
b2859d0
Compare
Choose a tag to compare

This release addresses minor bugs for reported edge-cases

More flexibility than ever

12 Aug 19:49
171cb20
Compare
Choose a tag to compare

This release allows using cameCase in column names.
Due to limitations of case sensitivity, tables & databases MUST remain snake case.

Improving escaping

13 Jun 15:49
Compare
Choose a tag to compare

Change:

Minor patch to allow for escaping values that can potentially trigger operandi/selectandi unintended.

You can now prepend = to your values to prevent unintentional evaluation as operandi or selectandi.

Stability improvements & code completion enhancements

29 Apr 22:21
Compare
Choose a tag to compare

Added stability & better documentation

Beta release

26 Apr 00:08
Compare
Choose a tag to compare

Feels really stable now!

Security improvements

23 Apr 22:44
Compare
Choose a tag to compare

Adds additional Environment variables:

  • db_filter_characters
  • db_app_root

Adds sanitation of array-keys

Adds back-ticks to SQL strings

Bugfixes

20 Apr 15:15
d8b9125
Compare
Choose a tag to compare

This release addresses a bug in 0.0.7 which dumped the db-user

Introduction of environment class

16 Apr 19:01
Compare
Choose a tag to compare

Added support for switching environment-variables at run-time.
This is useful for migration tools and offers more flexibility to formerly 'unchangeable defines'

  • DbOps used in object oriented style
  • DbEnvironment added
  • Error-handling thrown via DbException-class

Versioning cleanup

14 Feb 14:35
Compare
Choose a tag to compare

Note: This release is meant to synchronize versioning of composer only.
There are no changes. When using composer, please make sure to update to this version for future consistency.

On packagist, you will notice a jump from 0.0.4 to 0.0.6