Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Add batch files for testing purposes. |
---|---|
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
f47d6cdfda2de16f0096689e0cdefe0d |
User & Date: | mistachkin 2013-08-31 20:19:29.645 |
Context
2013-08-31
| ||
20:22 | Rename the PostgreSQL DSN in the test batch file for consistency. check-in: ca64580860 user: mistachkin tags: trunk | |
20:19 | Add batch files for testing purposes. check-in: f47d6cdfda user: mistachkin tags: trunk | |
2013-08-22
| ||
12:48 | Update SQLite to the 3.8.0 beta with performance optimizations and deferred automatic indices. check-in: 7c52fd2246 user: drh tags: trunk | |
Changes
Added src/run-all-mssql.bat.
> | 1 | for /R ..\test %%i in (*.test) do sqllogictest -odbc "DSN=slt.mssql;UID=slt;PWD=slt;" -verify %%i |
Added src/run-all-pgsql.bat.
> | 1 | for /R ..\test %%i in (*.test) do sqllogictest -odbc "DSN=slt.psql;UID=slt;PWD=slt;" -verify %%i |