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

angular - DownloadURL return null in below code -

meteor - inserting data to database gives error "insert failed: Method '/texts/insert' not found" -