Alexander Butenko
Alexander Butenko
Ok. Seems I found a fix. but i do not understand this piece of code. in calculateDerivedKey ``` - $r8 = Utility::orHexString($r8, $shiftr, 43); + $r8 = Utility::orHexString($r8, $shiftr, 59);...
can you rebase this to latest master and as well add a testcase into the tests/mysqliDbTests.php please?
sorry, this patch is breaking an existing constructor API.
thank you!
you can use $mysqlidb->mysqli() function to get mysqli object and set options there
func() should be used in insert or update statements. In where and get() you can specify functions as a string ``` $cols = Array ("hex(emplyee_idno) as employee_uid ", "employee_name", "employee_rank","employee_dept",$employees...
thank you for your contribution. Patch looks very hovewer there are bunch of problems: 1. You have introduced new functionality but havent updated a readme examples on how to use...
@EnthusiastNT great cleanup thank you. Can you please remove all the noise comments like CHANGED, remove a changelog on top and as well remove new introdouced helper functions? I dont...
Its explained in the readme. You need to use db->null() to insert null values On Thu, Jul 22, 2021, 5:29 PM enrybi ***@***.***> wrote: > null value are not mantained...
A fix for this problem is available at http://smarttechdo.com/~avb/mqtt-group.diff patch adds --mqtt-group parameter using which ALL index.js instances will be able to listen same /status request. On HA startup automation...