Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Another correction to the 'data-1.95' test: make sure it still works properly when there are pre-registered functions. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
b2ebc6c99d37e4e10e7307ec5213e97e |
User & Date: | mistachkin 2018-02-27 00:44:58.416 |
Context
2018-02-27
| ||
14:08 | Refinements to error code / HRESULT mappings. check-in: 4163cb2680 user: mistachkin tags: trunk | |
00:44 | Another correction to the 'data-1.95' test: make sure it still works properly when there are pre-registered functions. check-in: b2ebc6c99d user: mistachkin tags: trunk | |
00:25 | Manually update the Eagle test constraints package file (out-of-band) to include detection support for Mono 5.8 / 5.10. check-in: 864cc90fff user: mistachkin tags: trunk | |
Changes
Changes to Tests/basic.eagle.
︙ | ︙ | |||
4927 4928 4929 4930 4931 4932 4933 | file} Notice_Recover_Rollback {notification message ==> notification message}\ Warning_AutoIndex {warning message ==> warning message} 999 {unknown error ==>\ unknown error}}} ############################################################################### runTest {test data-1.95 {SetConfigurationOption method} -setup { | | > | 4927 4928 4929 4930 4931 4932 4933 4934 4935 4936 4937 4938 4939 4940 4941 4942 | file} Notice_Recover_Rollback {notification message ==> notification message}\ Warning_AutoIndex {warning message ==> warning message} 999 {unknown error ==>\ unknown error}}} ############################################################################### runTest {test data-1.95 {SetConfigurationOption method} -setup { setupDb [set fileName data-1.95.db] "" "" "" \ "NoExtensionFunctions NoBindFunctions" } -body { set dbConfigs [list] lappend dbConfigs SQLITE_DBCONFIG_NONE; # nil lappend dbConfigs SQLITE_DBCONFIG_MAINDBNAME; # char* lappend dbConfigs SQLITE_DBCONFIG_LOOKASIDE; # void* int int |
︙ | ︙ |