]> git.mjollnir.org Git - moodle.git/commit
New ADOdb driver that extends the standard mssql one. All it does is
authorstronk7 <stronk7>
Thu, 19 Oct 2006 21:57:23 +0000 (21:57 +0000)
committerstronk7 <stronk7>
Thu, 19 Oct 2006 21:57:23 +0000 (21:57 +0000)
commited4b4bf1d03416febe96f27251e2abe2368c4584
tree323c28d74e16e6de1399e63b9334a7387f1ff5b5
parent6d55d8538bcbc7d0cc90a42cbec6ff06a4a33688
New ADOdb driver that extends the standard mssql one. All it does is
to prepend the 'N' char before any SQL literal sent to DB, mainly
because nobody (ODBTP, FreeTDS, ODBC, SQL*Server) seems to be doing
this task, and it prevents, in an high degree true cross-db compatibility.

Once we've moved to prepared statements and some of the developers for
any of the products above (hopefully MS, at server level) will avoid
the 'N', we'll be able to go back to another mssql drivers.

More info at:
  - http://docs.moodle.org/en/XMLDB_Problems (point 8)
  - http://tracker.moodle.org/browse/MDL-6877
lib/adodb/drivers/adodb-mssql_n.inc.php [new file with mode: 0644]