This website requires JavaScript.
Explore
Help
Sign In
ogb912
/
opensim
Watch
1
Star
0
Fork
0
You've already forked opensim
mirror of
https://github.com/opensim/opensim.git
synced
2026-05-19 14:35:44 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
57e6b516390a6a07a9c5fb62f11f56ccb6bf04fa
opensim
/
OpenSim
/
Framework
/
Data.SQLite
History
Teravus Ovares
57e6b51639
* Here's the issue, on log-off, the routine sets up a null useragent member and then tries to save it to the database.. where it was going wrong, is the database had a check to do *nothing* when it got a null useragent. I made it delete the userAgent row. This should be a good enough fix to solve the problem. It still needs to be looked at by a DB guy
2007-11-30 02:01:12 +00:00
..
Properties
* Optimized usings
2007-10-30 09:05:31 +00:00
SQLiteAssetData.cs
* Optimized usings
2007-10-30 09:05:31 +00:00
SQLiteBase.cs
* Optimized usings
2007-10-30 09:05:31 +00:00
SQLiteGridData.cs
* Added AvatarPicker in Standalone mode. Works for finding avatar to ban, manually trying to add a friend (with the add button) or useful to those who are curious which usernames have visited your standalone sim. Important for future development :D.
2007-11-13 22:48:19 +00:00
SQLiteInventoryStore.cs
* Optimized usings
2007-10-30 09:05:31 +00:00
SQLiteManager.cs
* Optimized usings
2007-10-30 09:05:31 +00:00
SQLiteUserData.cs
* Here's the issue, on log-off, the routine sets up a null useragent member and then tries to save it to the database.. where it was going wrong, is the database had a check to do *nothing* when it got a null useragent. I made it delete the userAgent row. This should be a good enough fix to solve the problem. It still needs to be looked at by a DB guy
2007-11-30 02:01:12 +00:00