GUACAMOLE-363: Remove ALTER DATABASE CURRENT statements (not compatible with 
SQL Server 2008).

Project: http://git-wip-us.apache.org/repos/asf/guacamole-client/repo
Commit: http://git-wip-us.apache.org/repos/asf/guacamole-client/commit/1ec76b48
Tree: http://git-wip-us.apache.org/repos/asf/guacamole-client/tree/1ec76b48
Diff: http://git-wip-us.apache.org/repos/asf/guacamole-client/diff/1ec76b48

Branch: refs/heads/staging/0.9.14
Commit: 1ec76b486aa0835c6ad088c379f2066cac52fb2c
Parents: 2308462
Author: Michael Jumper <mjum...@apache.org>
Authored: Sun Nov 26 13:45:45 2017 -0800
Committer: Michael Jumper <mjum...@apache.org>
Committed: Sun Nov 26 13:45:45 2017 -0800

----------------------------------------------------------------------
 .../schema/001-create-schema.sql                      | 14 --------------
 1 file changed, 14 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/guacamole-client/blob/1ec76b48/extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-sqlserver/schema/001-create-schema.sql
----------------------------------------------------------------------
diff --git 
a/extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-sqlserver/schema/001-create-schema.sql
 
b/extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-sqlserver/schema/001-create-schema.sql
index da63f60..9a8bec8 100644
--- 
a/extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-sqlserver/schema/001-create-schema.sql
+++ 
b/extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-sqlserver/schema/001-create-schema.sql
@@ -18,20 +18,6 @@
 --
 
 --
--- Turn on ANSI_NULLS for the entire DB to make it ISO-compliant.
---
-
-ALTER DATABASE CURRENT SET ANSI_NULLS ON;
-GO
-
---
--- Turn on QUOTED_IDENTIFIER for the entire DB.
---
-
-ALTER DATABASE CURRENT SET QUOTED_IDENTIFIER ON;
-GO
-
---
 -- Connection group types
 --
 

Reply via email to