Subject | Re: Unnecessary padding to Strings read |
---|---|
Author | Roman Rokytskyy |
Post date | 2003-08-14T06:50:09Z |
Hi,
will not be available soon. There are possible workarounds:
- declare column as VARCHAR(2) from the very beginning;
- declare column as CHAR(2) CHARACTER SET OCTETS (or any other
one-byte charset);
Best regards,
Roman Rokytskyy
> I appreciate your prompt response. Would you know how long it takesEngine developers mean that this is "as designed". This means that fix
> for a fix to be put out so that we can download and use it?
will not be available soon. There are possible workarounds:
- declare column as VARCHAR(2) from the very beginning;
- declare column as CHAR(2) CHARACTER SET OCTETS (or any other
one-byte charset);
Best regards,
Roman Rokytskyy