[11835] Fix SqlStatement::addBool

MYSQL_TYPE_BIT is not one of the allowable input values, so we have to pass it using an integer variable

Signed-off-by: SilverIce <slifeleaf@gmail.com>
This commit is contained in:
Vinolentus 2011-10-25 20:39:43 +03:00 committed by SilverIce
parent 6b1d74fd4b
commit 63f9e43385
3 changed files with 7 additions and 6 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "11834"
#define REVISION_NR "11835"
#endif // __REVISION_NR_H__