Known Issues
Restrictions
Only one blob / lob column can be inserted or updated by a single SQL command execution against MySQL database. Solution; until it is fixed, execute a specific insert/update command for each one of the BLOB columns successively. If you try to update/insert more than one blob column in a single SQL command, first column data will be stored in all blob columns repeatedly.
Need To Know
Sodium uses GetTickCount Windows API function to generate unique value for MySql database connections. See also;
sequence-schema-name and seqeunce-name properties of Text Item.
MySql does not have Sequence object type
Last updated
Was this helpful?