Attempted to write to a table which I thought had auto increment on the PK (but it didn't).
The DB write would fail, but GC gives no indication of this, apart from not moving past the insert page.
There doesn't seem to be any error handlers available from GC (e.g. a callback function on failure). Is there any way to handle this sort of problem?