Index: System.Data.SQLite/SQLiteDataReader.cs ================================================================== --- System.Data.SQLite/SQLiteDataReader.cs +++ System.Data.SQLite/SQLiteDataReader.cs @@ -532,14 +532,10 @@ tbl.Rows.Add(row); } } } } - catch (Exception e) - { - throw (e); - } finally { cnn._sql.SetRealColNames(false); }