Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

Other Database engines.

edited February 2010 in Vanilla 2.0 - 2.8
When (if at all) will we see full support for other database engines (ie: ODBC/MSSQL)?
I've found class.mssql.driver.php, but it seems left behind, there's also no structure file.

Has anyone managed to write a driver/structure for MSSQL/ODBC?

Comments

  • MarkMark Vanilla Staff
    These are not a priority for the core development team. We are trying to get Vanilla 2 & Garden finished & bug free.
  • edited February 2010
    This could exist at some point, given that Vanilla 2/Garden requires PDO_MySQL, which means it's coded against the PDO interfaces, e.g. http://www.php.net/manual/en/class.pdo.php for the MySQL-specific driver, and that in future, ports could be made and tested for other PDO drivers without too much hassle when compared to coding directly against mysqli or similar (where the DB code would need major rewrites). Note that I don't personally have any experience with Garden's DB code yet. ;-)
Sign In or Register to comment.