Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Correct the test name for ticket [3aa50d8413]. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
3e7d4b68b07cbac9d86d9493d26af29e |
User & Date: | mistachkin 2012-05-26 00:09:21 |
Context
2012-05-26
| ||
05:56 | Update version history with the latest changes. check-in: 08fe4ef435 user: mistachkin tags: trunk | |
00:09 | Correct the test name for ticket [3aa50d8413]. check-in: 3e7d4b68b0 user: mistachkin tags: trunk | |
2012-05-25
| ||
23:28 | After disposing and just prior to re-creating the SQLiteKeyReader in the SQLiteDataReader.LoadKeyInfo method, reset it to null (i.e. this is important due to reentrancy issues). Fix for ticket [3aa50d8413]. check-in: b0c9d60ac7 user: mistachkin tags: trunk | |
Changes
Changes to Tests/tkt-3aa50d8413.eagle.
16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 |
############################################################################### package require System.Data.SQLite.Test runSQLiteTestPrologue ############################################################################### runTest {test tkt-3aa50d8413 {FillSchema with multiple result sets} -setup { setupDb [set fileName tkt-3aa50d8413.db] } -body { set id [object invoke Interpreter.GetActive NextId] set dataSource [file join [getDatabaseDirectory] $fileName] sql execute $db { CREATE TABLE t1(x); CREATE TABLE t2(x); |
| | |
16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 |
############################################################################### package require System.Data.SQLite.Test runSQLiteTestPrologue ############################################################################### runTest {test tkt-3aa50d8413-1.1 {FillSchema with multiple result sets} -setup { setupDb [set fileName tkt-3aa50d8413-1.1.db] } -body { set id [object invoke Interpreter.GetActive NextId] set dataSource [file join [getDatabaseDirectory] $fileName] sql execute $db { CREATE TABLE t1(x); CREATE TABLE t2(x); |