SQLite Forum

.read with parameters... or alternative?
Login
OK, this is encouraging and I’ll definitely be trying this, but consider this scenario:  

I often do testing by beginning a transaction and doing a rollback if things don’t work out the way I wanted/expected.  If I am already inside of a sqlite3 session is there any way to run a parameterized script (like the count script I used as an example) that is able to see the uncommitted data?