Kevin Cozens f3c883a26d Corrected spelling of SQLITE. Fixes mantis #7675. 9 years ago
..
Properties da32512ea4 Updated all occurrences of AssemblyVersion("0.8.1.*") to AssemblyVersion("0.8.2.*") 9 years ago
Resources 54c1659934 AgentPreferences SQLLite Migration update Mantis #7157 9 years ago
SQLiteAgentPreferencesData.cs 496f35b4e8 Removing the Store methods in the DB layer of AgentPreferences, as they were simply calling the base ones. 9 years ago
SQLiteAssetData.cs 93a9ed2a6d Changed the maximum asset name and description lengths to constants. Also, pre-truncate the description of dynamic textures. 10 years ago
SQLiteAuthenticationData.cs 94da908813 More consistently dispose of SqliteCommand in OpenSim.Data.SQLite where possible. 12 years ago
SQLiteAvatarData.cs 94da908813 More consistently dispose of SqliteCommand in OpenSim.Data.SQLite where possible. 12 years ago
SQLiteEstateData.cs 94da908813 More consistently dispose of SqliteCommand in OpenSim.Data.SQLite where possible. 12 years ago
SQLiteFramework.cs 94da908813 More consistently dispose of SqliteCommand in OpenSim.Data.SQLite where possible. 12 years ago
SQLiteFriendsData.cs 998d7009a6 Eliminated many warnings 10 years ago
SQLiteGenericTableHandler.cs 1aa0271239 Implement folder version updating for the sqlite inventory plugin 12 years ago
SQLiteGridUserData.cs 316e8f9239 Fix SQL statement 11 years ago
SQLiteHGTravelData.cs af02231a7b Added SQLite version of hg travel data store. UNTESTED. Hope it works! 11 years ago
SQLiteInventoryStore.cs e455374a4b fix all instances of "non-existant" to "non-existent" (spelling mistakes) thanks Ai Austin for pointing this out. 10 years ago
SQLiteSimulationData.cs f3c883a26d Corrected spelling of SQLITE. Fixes mantis #7675. 9 years ago
SQLiteUserAccountData.cs 94da908813 More consistently dispose of SqliteCommand in OpenSim.Data.SQLite where possible. 12 years ago
SQLiteUserProfilesData.cs 1e444b1449 Change UserProfiles so that the parcel name is used for a ProfilePick and not the parcel owners name. This change also fixes a bug where if the avatar enters and does not move, creating or editing a ProfilePick would set the parcelId as an empty UUID. This is because ScenePresence.currentParcelUUID is not set until the avatar moves. 10 years ago
SQLiteUtils.cs 983c6a74b1 * Add CSharpSqlite to prebuild 14 years ago
SQLiteXInventoryData.cs 350cd58e5e refactor: move common inventory folder version update code to parent class in mysql, mssql and sqlite database plugins 12 years ago