MantisBT: master-2.1 b9fccabf

Author Committer Branch Timestamp Parent
obmsch dregad master-2.1 2017-03-22 06:32 master-2.1 5fec5fb9
Affected Issues  0022208: File upload to MS-SQL not working
Changeset

mssql: don't encode contents when uploading attachments

Downloads are broken and inline preview doesn't work.

Move "case 'mssqlnative':" down next to 'oci8' in
db_prepare_binary_string (database_api) to effectively
return the string unchanged via 'default:'. Adjust comment.

Fixes 0022208

Signed-off-by: Damien Regad <dregad@mantisbt.org>

mod - core/database_api.php Diff File