MantisBT: master b36ff709

Author Committer Branch Timestamp Parent
dregad dregad master 2013-08-28 07:01 master f3552d42
Affected Issues  0016336: File attachment to DB fails when file bigger than 4000 bytes on Oracle
Changeset

Oracle: properly store file attachments as BLOBs

Uses new db_update_blob() function, instead of relying on hex-encoding
the binary data and passing the resulting string to db_query_bound()
because this method limits the size of attachments to 4000 bytes.

Fixes 0016336

Porting to 1.3 - Conflicts:
core/file_api.php

mod - core/database_api.php Diff File
mod - core/file_api.php Diff File