Skip to content

Releases: alexdnepro/DB

Ping errors fix

06 May 14:19
Compare
Choose a tag to compare

Disable error on ping checking

2.8

30 Jan 18:37
Compare
Choose a tag to compare
2.8

Fix error on php 8.1+
Add DBCacheQuery class to insert a large number of records using fewer queries
Little fixes

Little fixes

07 Sep 14:29
Compare
Choose a tag to compare

Fix idle reconnect on normal ping
Fix potential wrong escape sting detected as number

Hide standard connection error messages to show class errors

Fix error

27 May 09:38
Compare
Choose a tag to compare

Fix: error callback and log shows only when SaveStat is active

Float round fix

18 Apr 12:42
Compare
Choose a tag to compare
Fix float numbers rounding

Update README

Fix performance bug

16 Apr 14:20
Compare
Choose a tag to compare

Fix multiconnection and performance bug
Remove escaping from numbers in set's
Add log for non sql errors
Add SetSaveStats method to enable saving query statistics

Code refactor and some new methods

10 Nov 15:17
Compare
Choose a tag to compare

Code refactor, using mDB methods
Add pure method to replace array escaping in ?u data
Add insert and update (not finished yet) methods

Bug fix

25 Jun 17:39
Compare
Choose a tag to compare

Fix charset setting in mDB

New class and refactor

25 Jun 12:03
Compare
Choose a tag to compare

Fixes and small refactoring
Add ping for checking connection alive
Add mDB class to work with non static code