Monday, April 23, 2012

Transaction.postChanges()

When Transaction.postChanges() is issued, the data would be posted to DB with out any validations. So a commit after the postChanges call can insert invalid data into the DB (incase if there are no constraints on the database table)

No comments: