aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MySQL (unfollow)
Commit message (Expand)AuthorFilesLines
2015-10-20 store rotation axis locks in MySql and SQlite dbs ( others need to be update...UbitUmarov2-3/+15
2015-09-28 put back virtual declarationsUbitUmarov1-14/+14
2015-09-28 remove virtual declarations master doesnt haveUbitUmarov1-14/+14
2015-09-15Added migration for UserAccounts table.Kevin Cozens1-0/+7
2015-09-15 remove redundant using(){}UbitUmarov1-47/+40
2015-09-14 try to add a mysql migration to avnUbitUmarov1-0/+15
2015-09-03 at last we can login and see objects ( friends is dead and disable inUbitUmarov6-90/+54
2015-09-02seems to compile ( tests comented out)UbitUmarov3-109/+33
2015-08-25 let mysql be happy with a NULL heighmap ( yeap i made several )UbitUmarov1-2/+5
2015-08-23 fix db region find by range for varregions ( ignoring others than Mysql)UbitUmarov1-0/+33
2015-08-23 fix db region search by a position, for varregions ( ignoring other thatUbitUmarov1-0/+40
2015-08-23 fix mySQL ( ignoring other dbs )UbitUmarov1-1/+2
2015-08-11Removed unused code that checked wait_timeout in MySQLEstateDataOren Hurvitz1-34/+0
2015-07-14Correcting errors in previous change: MySQL needs int unsigned, notMelanie Thielker1-1/+1
2015-07-14Mantis #7629: Change LandFlags column to unsigned. Thanks, Jim!Melanie Thielker1-0/+8
2015-07-12Bringing FSAssets more inline with current OpenSim standards. * If no connect...AliciaRaven2-25/+100
2015-07-11Some cleanup, add prebuild project, correct pathMelanie Thielker1-4/+0
2015-07-11Rename for uniformity, add data moduleMelanie Thielker1-0/+361
2015-06-14Removing the Store methods in the DB layer of AgentPreferences, as they were ...Diva Canto1-5/+0
2015-06-14Quell three new warnings I introduced with AgentPrefsData, return an empty ll...Cinder1-2/+2
2015-06-13Refactor AgentPreferences so that database operations happen centrally. the o...Cinder1-15/+2
2015-06-13Relicense AgentPreferences files to BSD and OpenSimulatorCinder1-23/+24
2015-06-13Support for Linden AgentPreferences capability and friends (UpdateAgentLangua...Cinder2-0/+91
2015-04-29Updated all occurrences of AssemblyVersion("0.8.1.*") to AssemblyVersion("0.8...Diva Canto1-1/+1
2015-04-12Change UserProfiles so that the parcel name is used for a ProfilePick and not...AliciaRaven1-2/+4
2015-03-27varregion: refactor use of 'double heightmap[,]' into references to new class...Robert Adams1-27/+39
2015-03-04Alter the migrations so that it is a no-op as the columns are unused and the ...BlueWall2-4/+2
2015-03-04Chase latest change to asset description length with an update to XAssetStore...Cinder1-1/+9
2015-03-04Revert "Chase latest change to asset description length with an update to XAs...BlueWall1-9/+1
2015-03-04Chase latest change to asset description length with an update to XAssetStore...Cinder1-1/+9
2015-03-03Follow up to last commit, fix field lengthCinder1-0/+3
2015-01-13Fix MySQL and PGSQL *UserProfilesData.GetUserAppData() calls to correctly set...Justin Clark-Casey (justincc)1-1/+1
2014-11-25Fix whitespace hoping to avoid a floggingBlueWall1-5/+5
2014-11-24Re-work handling of email notifications settings.BlueWall1-3/+0
2014-11-23Fix handling of user preference updates where no email address is suppliedBlueWall1-4/+9
2014-10-27Add hypergrid teleporting support to user profiles picksBlueWall2-3/+12
2014-10-15Fix logging level to Error in exception handlersBlueWall1-18/+18
2014-09-21 remove redundant lockUbitUmarov1-1/+2
2014-08-22Remove database connection locking in MySQLXAssetData. This is unnecessary a...Justin Clark-Casey (justincc)1-186/+168
2014-08-22Remove query locking in MySQLUserProfileData. This is not necessary as the c...Justin Clark-Casey (justincc)1-20/+8
2014-08-22Remove some use of database connection locking from MySQLSimulationData - thi...Justin Clark-Casey (justincc)1-318/+298
2014-08-22Remove lock in MySQLFramework. This is not necessary as the connection is no...Justin Clark-Casey (justincc)1-21/+12
2014-08-22Removing locking on requests in MySQLAssetData.Justin Clark-Casey (justincc)1-161/+144
2014-08-09Give extra info on the call stack when SQL errors happenMelanie Thielker1-0/+1
2014-07-29Persist new land fields for access controlMelanie Thielker1-2/+14
2014-07-21Add missing parts to profiles - classified deleteBlueWall1-7/+3
2014-06-17Change assembly versions to 0.8.1Justin Clark-Casey (justincc)1-1/+1
2014-05-31Fix a bug where estate not found would result in a dummy estate record with e...Diva Canto1-2/+9
2014-05-15Escape find string in MySQL core groups pluginJustin Clark-Casey (justincc)1-1/+1
2014-04-24When sending JSON-RPC calls (for UserProfile), use WebUtil instead of constru...Oren Hurvitz1-5/+0