System.Data.SQLite

Check-in [aacf155c6c]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Fix typo in test case.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | tkt-d0116ee2c3
Files: files | file ages | folders
SHA1: aacf155c6c4114e522d52425c0810399afc7d515
User & Date: mistachkin 2014-04-10 19:25:36.947
Context
2014-04-10
19:47
Add description for the test for ticket [d0116ee2c3]. check-in: 98ec9470c6 user: mistachkin tags: tkt-d0116ee2c3
19:25
Fix typo in test case. check-in: aacf155c6c user: mistachkin tags: tkt-d0116ee2c3
19:24
Add test for ticket [d0116ee2c3]. check-in: e7eae509f8 user: mistachkin tags: tkt-d0116ee2c3
Changes
Side-by-Side Diff Ignore Whitespace Patch
Changes to Tests/tkt-d0116ee2c3.eagle.
50
51
52
53
54
55
56
57

58
59
60
61
62
63
64
50
51
52
53
54
55
56

57
58
59
60
61
62
63
64







-
+







            using (SQLiteCommand command = connection.CreateCommand())
            {
              command.CommandText = "SELECT x FROM t1;";

              using (SQLiteDataReader dataReader = command.ExecuteReader())
              {
                dataReader.Close();
                command.Connection = null; /* SQLiteException? */
                command.Connection = null; /* InvalidOperationException? */
              }
            }
          }
        }
      }
    }
  }] true true true results errors System.Data.SQLite.dll]