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