System.Data.SQLite

Check-in [b793037b2e]
Login

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

Overview
Comment:Update two tests to account for modified error codes and messages.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: b793037b2e6665eba2b205738f9c071f790df48b
User & Date: mistachkin 2018-02-08 02:22:34.283
Context
2018-02-08
04:40
Enhancements to the extended result code tests. check-in: 34545cc064 user: mistachkin tags: trunk
02:22
Update two tests to account for modified error codes and messages. check-in: b793037b2e user: mistachkin tags: trunk
01:53
Bump version to 1.0.108.0. Update version history docs. check-in: c85016abb5 user: mistachkin tags: trunk
Changes
Unified Diff Ignore Whitespace Patch
Changes to Tests/basic.eagle.
4836
4837
4838
4839
4840
4841
4842
4843
4844
4845
4846
4847
4848
4849
4850
4851
4852
4853
4854
4855
  unset -nocomplain result exception errCode errCodes
  unset -nocomplain connection db fileName
} -constraints {eagle command.object monoBug28\
compile.DATA defineConstant.System.Data.SQLite.INTEROP_TEST_EXTENSION\
command.sql SQLite System.Data.SQLite} -result {{0 {}} {0 {}} {0 {}} Error {SQL\
logic error ==> SQL logic error} IoErr {disk I/O error ==> disk I/O error}\
CantOpen {unable to open database file ==> unable to open database file} Notice\
{notification message ==> unknown error} Warning {warning message ==> unknown\
error} {0 {}} Ok_Load_Permanently {not an error ==> not an error} Error_Retry\
{SQL logic error ==> SQL logic error} IoErr_Short_Read {disk I/O error ==> disk\
I/O error} CantOpen_NoTempDir {unable to open database file ==> unable to open\
database file} Notice_Recover_Rollback {notification message ==> unknown error}\
Warning_AutoIndex {warning message ==> unknown error}}}

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

reportSQLiteResources $test_channel

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








|
|
|
|
|
|







4836
4837
4838
4839
4840
4841
4842
4843
4844
4845
4846
4847
4848
4849
4850
4851
4852
4853
4854
4855
  unset -nocomplain result exception errCode errCodes
  unset -nocomplain connection db fileName
} -constraints {eagle command.object monoBug28\
compile.DATA defineConstant.System.Data.SQLite.INTEROP_TEST_EXTENSION\
command.sql SQLite System.Data.SQLite} -result {{0 {}} {0 {}} {0 {}} Error {SQL\
logic error ==> SQL logic error} IoErr {disk I/O error ==> disk I/O error}\
CantOpen {unable to open database file ==> unable to open database file} Notice\
{notification message ==> notification message} Warning {warning message ==>\
warning message} {0 {}} Ok_Load_Permanently {not an error ==> not an error}\
Error_Retry {SQL logic error ==> SQL logic error} IoErr_Short_Read {disk I/O\
error ==> disk I/O error} CantOpen_NoTempDir {unable to open database file ==>\
unable to open database file} Notice_Recover_Rollback {notification message ==>\
notification message} Warning_AutoIndex {warning message ==> warning message}}}

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

reportSQLiteResources $test_channel

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

Changes to Tests/tkt-71bedaca19.eagle.
64
65
66
67
68
69
70


71
72
73
74
75
76
77

78
79
80

81
82
83
84
85
86
87
88
89
90
91
92
93

94
95
96
97
98
99
100
Constraint_Unique 2067
Constraint_Vtab 2323
Corrupt 11
Corrupt_Vtab 267
Done 101
Empty 16
Error 1


Format 24
Full 13
Internal 2
Interrupt 9
IoErr 10
IoErr_Access 3338
IoErr_Auth 7178

IoErr_Blocked 2826
IoErr_CheckReservedLock 3594
IoErr_Close 4106

IoErr_ConvPath 6666
IoErr_Delete 2570
IoErr_Delete_NoEnt 5898
IoErr_Dir_Close 4362
IoErr_Dir_Fsync 1290
IoErr_Fstat 1802
IoErr_Fsync 1034
IoErr_GetTempPath 6410
IoErr_Lock 3850
IoErr_Mmap 6154
IoErr_NoMem 3082
IoErr_RdLock 2314
IoErr_Read 266

IoErr_Seek 5642
IoErr_ShmLock 5130
IoErr_ShmMap 5386
IoErr_ShmOpen 4618
IoErr_ShmSize 4874
IoErr_Short_Read 522
IoErr_Truncate 1546







>
>







>



>













>







64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
Constraint_Unique 2067
Constraint_Vtab 2323
Corrupt 11
Corrupt_Vtab 267
Done 101
Empty 16
Error 1
Error_Missing_CollSeq 257
Error_Retry 513
Format 24
Full 13
Internal 2
Interrupt 9
IoErr 10
IoErr_Access 3338
IoErr_Auth 7178
IoErr_Begin_Atomic 7434
IoErr_Blocked 2826
IoErr_CheckReservedLock 3594
IoErr_Close 4106
IoErr_Commit_Atomic 7690
IoErr_ConvPath 6666
IoErr_Delete 2570
IoErr_Delete_NoEnt 5898
IoErr_Dir_Close 4362
IoErr_Dir_Fsync 1290
IoErr_Fstat 1802
IoErr_Fsync 1034
IoErr_GetTempPath 6410
IoErr_Lock 3850
IoErr_Mmap 6154
IoErr_NoMem 3082
IoErr_RdLock 2314
IoErr_Read 266
IoErr_Rollback_Atomic 7946
IoErr_Seek 5642
IoErr_ShmLock 5130
IoErr_ShmMap 5386
IoErr_ShmOpen 4618
IoErr_ShmSize 4874
IoErr_Short_Read 522
IoErr_Truncate 1546
114
115
116
117
118
119
120

121
122

123
124
125
126
127
128
129
130
131
132
133
134
Notice_Recover_Wal 283
Ok 0
Ok_Load_Permanently 256
Perm 3
Protocol 15
Range 25
ReadOnly 8

ReadOnly_CantLock 520
ReadOnly_DbMoved 1032

ReadOnly_Recovery 264
ReadOnly_Rollback 776
Row 100
Schema 17
TooBig 18
Warning 28
Warning_AutoIndex 284}}

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

runSQLiteTestEpilogue
runTestEpilogue







>


>












119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
Notice_Recover_Wal 283
Ok 0
Ok_Load_Permanently 256
Perm 3
Protocol 15
Range 25
ReadOnly 8
ReadOnly_CantInit 1288
ReadOnly_CantLock 520
ReadOnly_DbMoved 1032
ReadOnly_Directory 1544
ReadOnly_Recovery 264
ReadOnly_Rollback 776
Row 100
Schema 17
TooBig 18
Warning 28
Warning_AutoIndex 284}}

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

runSQLiteTestEpilogue
runTestEpilogue