aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/PGSQL/PGSQLAgentPreferencesData.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Updated the code to handle Agent Preferences. Thanks to TomDataworks for ↵Geir Nøklebye2016-04-251-12/+4
| | | | | | providing a final solution. Signed-off-by: Kevin Cozens <kevin@ve3syb.ca> (mantis #7610)
* Removed the pgsql table for AgentPrefs, because it is not working. For now ↵Diva Canto2015-06-141-4/+12
| | | | the Agent Preferences feature will not work with PGSQL installations -- someone who uses PGSQL needs to send a table that works.
* Removing the Store methods in the DB layer of AgentPreferences, as they were ↵Diva Canto2015-06-141-4/+0
| | | | simply calling the base ones.
* Quell three new warnings I introduced with AgentPrefsData, return an empty ↵Cinder2015-06-141-2/+2
| | | | | | llsd map instead of an empty llsd block when no AgentPrefs service is available to try and appease Firestorm Signed-off-by: Diva Canto <diva@metaverseink.com>
* SQLite and PGSQL adapters for AgentPreferencesCinder2015-06-131-0/+60
Signed-off-by: Diva Canto <diva@metaverseink.com>