System.Data.SQLite

Check-in [50f7902c6f]
Login

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

Overview
Comment:Set the name for the new test.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | tkt-47c6fa04d3
Files: files | file ages | folders
SHA1: 50f7902c6f460705007e46564a3f4c3f3cf240ff
User & Date: mistachkin 2014-12-03 21:41:17.716
Context
2014-12-03
22:06
Update version history docs. Closed-Leaf check-in: 6e472b0c26 user: mistachkin tags: tkt-47c6fa04d3
21:41
Set the name for the new test. check-in: 50f7902c6f user: mistachkin tags: tkt-47c6fa04d3
21:14
Add test and candidate fix for [47c6fa04d3]. check-in: 1fdf3de322 user: mistachkin tags: tkt-47c6fa04d3
Changes
Unified Diff Ignore Whitespace Patch
Changes to Tests/tkt-47c6fa04d3.eagle.
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
###############################################################################

package require System.Data.SQLite.Test
runSQLiteTestPrologue

###############################################################################

runTest {test tkt-47c6fa04d3-1.1 {} -setup {
  setupDb [set fileName tkt-47c6fa04d3-1.1.db]
} -body {
  sql execute $db {
    CREATE TABLE t1(
      t1x INTEGER PRIMARY KEY NOT NULL,
      t1y TEXT NOT NULL
    );







|







16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
###############################################################################

package require System.Data.SQLite.Test
runSQLiteTestPrologue

###############################################################################

runTest {test tkt-47c6fa04d3-1.1 {loading DataTable with JOIN} -setup {
  setupDb [set fileName tkt-47c6fa04d3-1.1.db]
} -body {
  sql execute $db {
    CREATE TABLE t1(
      t1x INTEGER PRIMARY KEY NOT NULL,
      t1y TEXT NOT NULL
    );