ios - Observe full sql log from core data (without placeholders) -


is possible somehow see full sql log core data operations, actual values being inserted, etc. this:

-com.apple.coredata.sqldebug 1 shows placeholders, this:

coredata: sql: insert zfoo(z_pk, z_ent, z_opt, zactive, zisenrolled, zname, zpackagetype, zproductid) values(?, ?, ?, ?, ?, ?, ?, ?)

maybe can @ database level - force somehow sql keep log?

you can specify different values sqldebug flag, more detail. think sqldebug 3 provide values:

 -com.apple.coredata.sqldebug 3 

Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -