Index: System.Data.SQLite/SQLiteDataReader.cs ================================================================== --- System.Data.SQLite/SQLiteDataReader.cs +++ System.Data.SQLite/SQLiteDataReader.cs @@ -725,11 +725,10 @@ /// The name of the column to retrieve /// The int i of the column public override int GetOrdinal(string name) { CheckDisposed(); - VerifyForGet(); if (_throwOnDisposed) SQLiteCommand.Check(_command); // // NOTE: First, check if the column name cache has been initialized yet.