Is it possible to somehow see the full sql log from core data operations, with the actual values being inserted, etc. This:
-com.apple.CoreData.SQLDebug 1 shows only placeholders, like this:
CoreData: sql: INSERT INTO ZFOO(Z_PK, Z_ENT, Z_OPT, ZACTIVE, ZISENROLLED, ZNAME, ZPACKAGETYPE, ZPRODUCTID) VALUES(?, ?, ?, ?, ?, ?, ?, ?)
Maybe I can do this at database level - force somehow sql to keep a log?
-com.apple.CoreData.SQLDebug 3- I think it might include the values. - pbasdf