aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/SQLite (follow)
Commit message (Expand)AuthorAgeFilesLines
* Thanks, sempuki, for a patch that moves all Grid Server's plugins toMike Mazur2008-07-312-12/+29
* * Remove dumb bug I put in which meant that an archive save would never compl...Justin Clarke Casey2008-07-251-1/+1
* refactor TaskInventoryItem Mask -> Permissions to be consistant with how thingsSean Dague2008-07-231-10/+10
* refactored LandData to use properties, and cleaned up the naming onSean Dague2008-07-231-69/+69
* Update svn properties. Formatting cleanup. Remove a compiler warning.Jeff Ames2008-07-232-15/+17
* Thanks, sempuki, for a patch that moves control of Mono.Addins from source at...Mike Mazur2008-07-231-5/+0
* Change SQLite argument marker from the more standard '@' to the ':' supportedMelanie Thielker2008-07-191-30/+30
* Introduce a separate connection string for estates, which defaults to the one giMelanie Thielker2008-07-181-24/+1
* Patch to fix saving of estate managers list loaded during migration.Melanie Thielker2008-07-181-0/+3
* fixing copy & paste artefact.Dr Scofield2008-07-181-2/+2
* add some locks back into the sqlite asset path, as something changedSean Dague2008-07-181-49/+56
* remove all the odd quoting, on the off chance this was causing someSean Dague2008-07-181-90/+90
* put the entire thing inside a transaction. This probably doesn'tSean Dague2008-07-181-0/+4
* fix typo in create index that caused the entire migration to fail.Sean Dague2008-07-181-1/+12
* squashing further warnings.Dr Scofield2008-07-181-1/+1
* Thanks, sempuki, for a patch that moves all grid plugins to new PluginLoader ...Mike Mazur2008-07-181-5/+20
* Patch #9151Melanie Thielker2008-07-183-114/+425
* Patch #9148Melanie Thielker2008-07-141-0/+5
* change SitTarget calls from functions to propertiesSean Dague2008-07-071-14/+15
* * remove unused CommitAssets() hook for nowJustin Clarke Casey2008-07-071-13/+0
* Update svn properties.Jeff Ames2008-07-031-10/+10
* * Drop InvType from the assets table since it is no longer usedJustin Clarke Casey2008-07-022-8/+14
* patch and files from mantis #1630, Thanks MelanieMW2008-06-292-0/+47
* last round of warning squashing. calling it a day now.Dr Scofield2008-06-275-88/+88
* Mantis#1591. Thank you graciously, Sempuki for a patch that:Charles Krinke2008-06-271-0/+2
* Apply patch from bug #1605 -- Documentation for Data/SQLite. Thanks kerunix_...Jeff Ames2008-06-267-63/+623
* Mantis#1595. Thank you, Melanie for a patch that:Charles Krinke2008-06-261-0/+3
* add migrations to mysql and sqlite for flags on embedded inventorySean Dague2008-06-251-0/+5
* * Persists region banlists across reboots for the sqlite datastore also now.Teravus Ovares2008-06-212-3/+92
* * Adds Region ban capability to Regions. You access this by going to World->...Teravus Ovares2008-06-211-0/+17
* * Handle parcel telehub location corruption gracefully. DBNullTeravus Ovares2008-06-201-1/+2
* * Handle parcel telehub location corruption gracefully. DBNullTeravus Ovares2008-06-201-6/+15
* add indexes for sqlite inventorySean Dague2008-06-131-0/+8
* * minor: Remove and tidy duplicate 'storing object to scene' messages in logJustin Clarke Casey2008-06-121-1/+1
* check in working migration code fore SQLite. This Sean Dague2008-06-114-213/+269
* updated resources for current sqlite schema for migrationsSean Dague2008-06-114-171/+200
* * Implements UserServer logoff in a few situationsTeravus Ovares2008-05-311-2/+2
* let Grid Servers specify a connect string in their configuration.Sean Dague2008-05-282-4/+14
* implement in memory appearance cache for sqlite. ThisSean Dague2008-05-211-3/+12
* this removes use of the mapper for wearables, and I can confirm thingsSean Dague2008-05-211-9/+9
* Formatting cleanup.Jeff Ames2008-05-166-112/+112
* testing avatar appearance as a user serviceSean Dague2008-05-151-9/+9
* remove my UserAppearance object, switch all code to useSean Dague2008-05-151-3/+3
* More formatting cleanup.Jeff Ames2008-05-142-2/+4
* Formatting cleanup.Jeff Ames2008-05-141-1/+1
* * Fixed some compiler warningsAdam Frisby2008-05-071-1/+1
* * Implemented DIE_AT_EDGE and Temporary objects don't save to the database.Teravus Ovares2008-05-041-1/+3
* plumb in connection string to the user database paths. mysql and mssqlSean Dague2008-05-021-2/+6
* minor refactoring. Change getName and GetVersion methods (yes the had differ...Sean Dague2008-05-021-4/+4
* added stubs for appearance bits to all the db layersSean Dague2008-05-011-0/+27