The project im using this on actually runs on MSSQL where "identity" is a reserved word and can't be used as a column name. I changed the column name to "ident" and hopefully this will resolve my issue after i update any necessary code. I thought you may like to know about this. Do you think you could change your code to use a different name for that column?