Audit engine bug fix in sql_checksum_of_modified_row function
commit98a204219828fb815c21d3f6dcbe924acbf402e0
authorbradymiller <bradymiller@users.sourceforge.net>
Wed, 27 Jun 2012 23:51:10 +0000 (27 16:51 -0700)
committerbradymiller <bradymiller@users.sourceforge.net>
Thu, 28 Jun 2012 00:22:23 +0000 (27 17:22 -0700)
tree9c2b4e771d36d2f29e6439e9a9f6e35ca6430a0a
parent919f1bc26507dfc632e54f60d4b8c25e66ffebd1
Audit engine bug fix in sql_checksum_of_modified_row function

 -sql queries throw errors (this was not an issues until the queries
  were recently run through a function that died on errors). Fixed
  by running it through a function that skips errors.

 TODO:
 -sql_checksum_of_modified_row needs to be better optimized and also
  utilize binded values in order to be more successful on collecting
  hashes
 -hopefully can optimize sql_checksum_of_modified_row to not require
  a sql function that skips errors
library/log.inc
library/sql.inc