diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2012-07-10 14:40:13 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2012-07-10 14:40:13 +0200 |
commit | 19167cb869f9cc9be733a5ba7f45f10515930297 (patch) | |
tree | 8f67a20e8a8f06042204d0de3f96eaf6b2d25a1c /tester.bat | |
parent | 05faaf887421132a5811a82ee5cc9caa0832a981 (diff) |
Add support for multiple database schema files
Files are executed in alphabetic order.
Diffstat (limited to 'tester.bat')
-rw-r--r-- | tester.bat | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -20,6 +20,8 @@ if "_%3_" == "_Win32_" ( set "dir=%3\%2" ) +rem Globbing returns files in alphabetic order. +rem if exist *.sql ( for %%f in (*.sql) do ( call %topdir%\%1-driver.bat %%f @@ -38,4 +40,3 @@ exit /b 1 :end endlocal - |