From 9fae975a53fbb852dfbaf811dca259ddd4f74f4c Mon Sep 17 00:00:00 2001 From: Jeff Ames Date: Thu, 26 Jun 2008 20:14:33 +0000 Subject: Apply patch from bug #1605 -- Documentation for Data/SQLite. Thanks kerunix_Flan! --- OpenSim/Data/SQLite/SQLiteManager.cs | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'OpenSim/Data/SQLite/SQLiteManager.cs') diff --git a/OpenSim/Data/SQLite/SQLiteManager.cs b/OpenSim/Data/SQLite/SQLiteManager.cs index 4d39527..46c40e5 100644 --- a/OpenSim/Data/SQLite/SQLiteManager.cs +++ b/OpenSim/Data/SQLite/SQLiteManager.cs @@ -35,6 +35,9 @@ using log4net; namespace OpenSim.Data.SQLite { + /// + /// SQLite Manager + /// internal class SQLiteManager : SQLiteUtil { private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); @@ -42,13 +45,12 @@ namespace OpenSim.Data.SQLite private IDbConnection dbcon; /// - /// Initialises and creates a new SQLite connection and maintains it. + /// + /// Initialises and creates a new SQLite connection and maintains it. + /// use default URI if connect string is empty. + /// /// - /// The SQLite server being connected to - /// The name of the SQLite database being used - /// The username logging into the database - /// The password for the user logging in - /// Whether to use connection pooling or not, can be one of the following: 'yes', 'true', 'no' or 'false', if unsure use 'false'. + /// connect string public SQLiteManager(string connect) { try -- cgit v1.1