Kinderry

Results 3 comments of Kinderry

I had added some mthods in SQLite.cs in SQLiteCommand: ``` public IEnumerable ExcuteSingleQuery() { if (_conn.Trace) { _conn.Tracer?.Invoke("Executing Query: " + this); } var stmt = Prepare(); try { if...

@fastlater Not yet,you need to add it into the class. >.<