SQLite Forum

return count from instead of insert trigger?
Login
I get this error from my orm.
org.hibernate.StaleStateException: Batch update returned unexpected row count from update [0]; actual row count: 0; expected: 1; statement executed: insert into...

I'm trying to write to a view with an INSTEAD OF INSERT trigger. The [docs](https://www.sqlite.org/lang_createtrigger.html#instead_of_triggers) say that instead of trigger firings are not counted.  Is there a way to report a number?