tdbc::sqlite3

Check-in [cff0c53f45]
Login

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

Overview
Comment:Remove bad comment.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | tdbcsqlite3-stwo
Files: files | file ages | folders
SHA1: cff0c53f45e678a243628f813d957896df80a087
User & Date: stu 2017-05-20 01:26:16.613
Context
2017-05-20
01:31
Implement env test vars. Useful? Should TDBCSQLITE3_TEST_FILE be TDBCSQLITE3_TEST_DB? Closed-Leaf check-in: a8a3ecf0a8 user: stu tags: tdbcsqlite3-stwo
01:26
Remove bad comment. check-in: cff0c53f45 user: stu tags: tdbcsqlite3-stwo
2017-05-04
19:28
Bump TEA_INIT to 3.10 also; tolerate harness options without warnings. check-in: 38915ae049 user: dgp tags: trunk
Changes
Unified Diff Ignore Whitespace Patch
Changes to tests/tdbcsqlite3.test.
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
if {[lsearch [namespace children] ::tcltest] == -1} {
    package require tcltest 2
    namespace import -force ::tcltest::*
}
loadTestedCommands
package require tdbc::sqlite3

# Test setup.  We need a database to work on, so copy 'test.mdb' to a
# temp file, and run from it.

set testdir [makeDirectory tdbctest]
set testFileName test.db
set testDBName [makeFile {} $testFileName $testdir]
catch {file delete -force $testDBName}

#-------------------------------------------------------------------------------








<
<
<







14
15
16
17
18
19
20



21
22
23
24
25
26
27
if {[lsearch [namespace children] ::tcltest] == -1} {
    package require tcltest 2
    namespace import -force ::tcltest::*
}
loadTestedCommands
package require tdbc::sqlite3




set testdir [makeDirectory tdbctest]
set testFileName test.db
set testDBName [makeFile {} $testFileName $testdir]
catch {file delete -force $testDBName}

#-------------------------------------------------------------------------------