Posted on 2012-02-10, 12:27

Zebra_Database version 2.7.1 now available

In version 2.7.1 fixed a bug where the select() method took arguments in a different order than specified in the documentation; note that this update made the select() method backward incompatible and that you will have to change the order of the arguments for this to work; fixed a bug where the update() and insert_update() methods were not working if in the array with the columns to update, the INC() keyword was used with a replacement marker instead of a value, and the actual value was given in the replacements array; fixed a bug where the insert_update() method was not working when the only update field used the INC() keyword; the generated query contained an invalid comma between UPDATE and the field name;

Visit Zebra_Database‘s page