Code: Select all
longblob /*!100301 compressed*/
Code: Select all
function TZRowAccessor.GetInt(ColumnIndex: Integer; out IsNull: Boolean): Integer;
Is it possible to ignore such extra info when defining and reporting field's type?
Code: Select all
longblob /*!100301 compressed*/
Code: Select all
function TZRowAccessor.GetInt(ColumnIndex: Integer; out IsNull: Boolean): Integer;
CREATE TABLE cmp (i TEXT COMPRESSED);