aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MSSQL/AutoClosingSqlCommand.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-09-14Mantis #2124Melanie Thielker1-12/+15
Thank you, RuudL, for a patch that brings MSSQL up to the same implementation level as MySQL.
2008-07-19Update svn properties. Fix some inconsistent newlines.Jeff Ames1-216/+216
2008-07-17Mantis#1736. Thank you kindly, StrawberryFride for a patch that:Charles Krinke1-0/+216
Many issues with handling connections in MSSQL, have rearchitected to ensure that connections are always opened and closed in a timely fashion & disposed of cleanly, and removed unnecessary lock statements. SQL Server performance seems to have improved considerably as a result, and various timeout errors seem to have been fixed.