diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2011-11-17 16:49:03 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2012-01-20 15:45:45 +0200 |
commit | 04201d013c2a43d27987122e0118236d74154d77 (patch) | |
tree | f806841bec2378ca955a7bea2ca45a978ed39edb /build/configure | |
parent | 16a4099d36ca1cdc33cf6e2b99edce796595341f (diff) |
Add initial support for SQL Server test infrastructure
Diffstat (limited to 'build/configure')
-rwxr-xr-x | build/configure | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/build/configure b/build/configure index 9aee64a..c4fb620 100755 --- a/build/configure +++ b/build/configure @@ -26,9 +26,10 @@ $echo "(1) MySQL" $echo "(2) SQLite" $echo "(3) PostgreSQL" $echo "(4) Oracle" +$echo "(5) Microsoft SQL Server" $echo -db_id=`read_option "mysql sqlite pgsql oracle"` +db_id=`read_option "mysql sqlite pgsql oracle mssql"` echo "db_id := $db_id" >$1 |