sqllogictest

Check-in [ca64580860]
Login

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

Overview
Comment:Rename the PostgreSQL DSN in the test batch file for consistency.
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: ca64580860565ad083d3026094a359f6090bd2b5
User & Date: mistachkin 2013-08-31 20:22:38.082
Context
2013-10-14
13:44
Update to the SQLite 3.8.1 beta. check-in: d206057b31 user: drh tags: trunk
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
Changes
Unified Diff Ignore Whitespace Patch
Changes to src/run-all-pgsql.bat.
1
for /R ..\test %%i in (*.test) do sqllogictest -odbc "DSN=slt.psql;UID=slt;PWD=slt;" -verify %%i
|
1
for /R ..\test %%i in (*.test) do sqllogictest -odbc "DSN=slt.pgsql;UID=slt;PWD=slt;" -verify %%i