Subject: | Integer parsing bug in placeholders |
When using INSERT in insert=> and do=> actions (I didn't test others)
there is a problem with integers variables, for some reason garbage data
is saved in the database (numbers which do not appear in the
@placeholders array) instead of the content of the given variables,
whilst if i include those variables into the sql => statement it works
perfectly.