Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Remove superfluous logging from test. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | tkt-3b9dcdc32d |
Files: | files | file ages | folders |
SHA1: |
0ac2dc31fee536720e537608062b0b79 |
User & Date: | mistachkin 2011-11-28 04:02:25.686 |
Context
2011-11-28
| ||
04:02 | Remove superfluous logging from test. Closed-Leaf check-in: 0ac2dc31fe user: mistachkin tags: tkt-3b9dcdc32d | |
04:01 | Enhance/add tests to check memory usage related to ticket [3b9dcdc32d]. check-in: b3d05f0aa0 user: mistachkin tags: tkt-3b9dcdc32d | |
Changes
Changes to Tests/tkt-3b9dcdc32d.eagle.
︙ | ︙ | |||
99 100 101 102 103 104 105 | { public static void Main() { using (SQLiteConnection connection = new SQLiteConnection( "Data Source=${dataSource};")) { connection.Open(); | < | 99 100 101 102 103 104 105 106 107 108 109 110 111 112 | { public static void Main() { using (SQLiteConnection connection = new SQLiteConnection( "Data Source=${dataSource};")) { connection.Open(); SQLiteCommand command1 = new SQLiteCommand("${sql(1)}", connection); command1.ExecuteNonQuery(); SQLiteCommand command2 = new SQLiteCommand("${sql(2)}", |
︙ | ︙ |