CLOB/BLOB Support for APL Database Functions
Case ID | Internal ID | Component | Package |
---|---|---|---|
MZ-37832 | APL | databasefunctions_8.3.0.0.mzp |
The database functions in the APL will now support the parsing of CLOB and BLOB data types. BLOB is parsed and stored as hex string and CLOB data as string. String or Bytearray data types are used when inserting BLOB data using APL.
Warning!
PostgreSQL does not support BLOB/CLOB. The BLOB equivalent for PostgreSQL will be BYTEA and CLOB equivalent will be TEXT.
For further reading see 9. Database Functions.