Open GoogleCodeExporter opened 9 years ago
Error indicate that your table or index file get
corrupted(http://publib.boulder.ibm.com/infocenter/idshelp/v111/index.jsp?topic=
/com.ibm.em.doc/errors_ids111.html).
Please run the oncheck utility to check and repair table and index.
Original comment by rahul.pr...@in.ibm.com
on 5 Nov 2014 at 6:47
Hey Rahul,
no it actually gives me that error when the database is locked.
I get that when i do:
in a jdbc-workbench:
begin work;
update x set y='z'
and then with ibm_db(_django): X.objects.filter(y='something')
so it really is a "can't read coz I'm in transaction"-error
Original comment by andr...@nuessle.in
on 5 Nov 2014 at 10:43
Original issue reported on code.google.com by
andr...@nuessle.in
on 4 Nov 2014 at 3:36