Hello, why this not working?
I do
using SQLite
db = SQLite.DB("SQLite_test.db")
SQLite.execute(db, "PRAGMA count_changes=true;")
but then count_changes=false in my database
1 post - 1 participant
Hello, why this not working?
I do
using SQLite
db = SQLite.DB("SQLite_test.db")
SQLite.execute(db, "PRAGMA count_changes=true;")
but then count_changes=false in my database
1 post - 1 participant