aboutsummaryrefslogtreecommitdiff
path: root/mssql
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-01-20 10:30:22 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-01-20 15:45:47 +0200
commit32b8b828dc0e8ffea918c8cf9f07ba213ef63724 (patch)
treebb50c24c2330071ce051ed6ec10f3f4f84273929 /mssql
parent092163ffe44f64387508a0770948636f79ae139d (diff)
Work around SQL Server 2005 bug with long data and OUTPUT clause
Diffstat (limited to 'mssql')
-rw-r--r--mssql/query/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mssql/query/makefile b/mssql/query/makefile
index 808e48d..dce0c9c 100644
--- a/mssql/query/makefile
+++ b/mssql/query/makefile
@@ -36,7 +36,7 @@ gen := $(addprefix $(out_base)/,$(genf))
$(gen): $(odb)
$(gen): odb := $(odb)
$(gen) $(dist): export odb_options += --database mssql --generate-schema \
---generate-query --table-prefix mssql_query_
+--generate-query --mssql-server-version 9.0 --table-prefix mssql_query_
$(gen): cpp_options := -I$(src_base)
$(gen): $(common.l.cpp-options)