From 4880bd121e737e0a5c384fddf61bd220c77ef88a Mon Sep 17 00:00:00 2001 From: lbsa71 Date: Wed, 13 Feb 2008 13:39:51 +0000 Subject: * Split out MSSQLManager Test/Init into each provider. * Made regions table name configurable (MSSQL only) * Added a note in ini.example pointing out that the sql resources have to change if you change table names * Removed duplicate picker method from GridData interface [Provided by openlifegrid.com] --- bin/mssql_connection.ini.example | 4 +++- bin/mysql_connection.ini.example | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/mssql_connection.ini.example b/bin/mssql_connection.ini.example index ceb277f..e0ae7ba 100644 --- a/bin/mssql_connection.ini.example +++ b/bin/mssql_connection.ini.example @@ -9,8 +9,10 @@ user_id=username password=password ; These entries are only for if you, for some reason, wish to customize your user server table names. +; Do note that if you change the table names, you might have to change the sql resources too manually ; If ommitted, default values will be used. userstablename=users userfriendstablename=userfriends -agentstablename=agents \ No newline at end of file +agentstablename=agents +regionstablename=regions diff --git a/bin/mysql_connection.ini.example b/bin/mysql_connection.ini.example index 2fe469c..4ad43dd 100644 --- a/bin/mysql_connection.ini.example +++ b/bin/mysql_connection.ini.example @@ -10,6 +10,7 @@ pooling=false port=3306 ; These entries are only for if you, for some reason, wish to customize your user server table names. +; Do note that if you change the table names, you might have to change the sql resources too manually ; If ommitted, default values will be used. userstablename=users -- cgit v1.1