[otrs-cvs] otrs/Kernel/Config Defaults.pm,1.427,1.428

"CVS commits notifications of OTRS.org" <[email protected]>
Newsgroups gmane.comp.otrs.cvs
Message-ID <[email protected]>
Comments:
Update of /home/cvs/otrs/Kernel/Config
In directory lancelot:/tmp/cvs-serv26533/Kernel/Config

Modified Files:
	Defaults.pm 
Log Message:
Added DB Type setting to Defaults.pm mappings for Customer and CustomerCompanyDB to make it easier to properly configure MS-SQL backends.

Author: mb

Index: Defaults.pm
===================================================================
RCS file: /home/cvs/otrs/Kernel/Config/Defaults.pm,v
retrieving revision 1.427
retrieving revision 1.428
diff -2 -u -d -r1.427 -r1.428
--- Defaults.pm	20 Nov 2012 14:26:32 -0000	1.427
+++ Defaults.pm	30 Nov 2012 11:17:51 -0000	1.428
@@ -115,6 +115,6 @@
     #    $Self->{DatabaseDSN} = "DBI:ODBC:$Self->{Database}";
     # If you use ODBC, no database auto detection is possible,
-    # so set the database type here. Possible: mysq,postgresql,sapdb
-    #    $Self->{'Database::Type'} = 'sapdb';
+    # so set the database type here. Possible: mysq,postgresql,mssql,oracle
+    #    $Self->{'Database::Type'} = 'mssql';
 
 # (The database DSN for Oracle ==> more: "man DBD::oracle")
@@ -1304,5 +1304,6 @@
             # if you want to use an external database, add the
             # required settings
-#            DSN => 'DBI:odbc:yourdsn',
+#            DSN  => 'DBI:odbc:yourdsn',
+#            Type => 'mssql', # only for ODBC connections
 #            DSN => 'DBI:mysql:database=customerdb;host=customerdbhost',
 #            User => '',
@@ -1462,5 +1463,6 @@
             # if you want to use an external database, add the
             # required settings
-#            DSN => 'DBI:odbc:yourdsn',
+#            DSN  => 'DBI:odbc:yourdsn',
+#            Type => 'mssql', # only for ODBC connections
 #            DSN => 'DBI:mysql:database=customerdb;host=customerdbhost',
 #            User => '',
---------------------------------------------------------------------
OTRS mailing list: cvs-log - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/cvs-log
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/cvs-log
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.