silverstripe-mssql/code
2009-10-15 22:04:55 +00:00
..
MSSQLDatabase.php BUGFIX: disabling database connection reuse. This resulted in fail if two parallel connections to the same server were estabilished, each using different database. Second MSSQLDatabase object would change the DB also for the first one, resulting in invalid queries afterwards. 2009-10-15 22:04:55 +00:00