aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MySQL/MySQLGenericTableHandler.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into presence-refactorMelanie2010-03-021-4/+0
|\ | | | | | | | | This is the big one. master is now presence-refactor (pre 0.7). A new branch 0.6.9-post-fixes and leading tag 0.6.9 has been created. The Presence-refactor branch remains for experimental work.
| * Fix a few compiler warnings.Jeff Ames2010-03-011-4/+0
| |
* | Merge branch 'master' into presence-refactorMelanie2010-02-081-101/+116
|\ \ | |/ | | | | | | This was a large, heavily conflicted merge and things MAY have got broken. Please check!
| * Updated MySQL connection management to use the MySQL connection pooling. ↵Master ScienceSim2010-02-051-99/+116
| | | | | | | | This should accommodate various timeout problems that exist with the current connection pool code in a more general and standard way.
* | Merge branch 'master' into presence-refactorMelanie2010-01-041-0/+5
|\ \ | |/
| * First stage port of the XInventoryServiceMelanie2010-01-041-0/+5
| |
* | AvatarStore. Untested, but completeMelanie2010-01-041-5/+5
| |
* | Adding new fields and home location methid to presence. Adding cleanupMelanie2009-12-281-0/+2
|/ | | | (deleting all but one presence record) on logout so that they don't pile up.
* Correct some issues with the last commitroot2009-12-261-1/+2
|
* Close a SQL injection loophole in the new database driverMelanie2009-12-261-2/+3
|
* Make the GenericTableHandler work as intendedroot2009-12-261-2/+8
|
* Add a generic REPLACE INTO handler for put into the generic table handlerMelanie2009-12-261-0/+25
|
* Formatting cleanup.Jeff Ames2009-11-231-2/+2
|
* Implement generic delete methodMelanie2009-11-181-1/+14
|
* Tweak presence handling and whip up a database connector and handlerMelanie2009-11-181-1/+3
| | | | for testign the new generic table handling
* Committing the incomplete table handler to get it into the tree. No userMelanie2009-11-151-0/+200
functionality yet