If Torque does not throw an exception, this means that jdbc thinks the
changes are committed into the database. Do you do anything from the
changes being committed (like passing a db connection to the save method
and having set autocommit to false etc.). Or do you have any triggers in
the datab
Hi Guys
I have a torque schema with a few objects. myObject.save() works for all
objects (i.e. writes values to the database when adding or updating) except
1 object.
Here is the part of the schema (see below) for the object which doesnt save.
I dont get an error message or anything. It seem