Hsqldb - how to remove the padding on char fields

Posted by Dan on Stack Overflow See other posts from Stack Overflow or by Dan
Published on 2010-06-01T15:28:05Z Indexed on 2010/06/01 15:43 UTC
Read the original article Hit count: 219

Filed under:
|
|

I'm finding that Char fields are being padded.

Is there any way to stop this happening.

I've tried using the property

SET PROPERTY "sql.enforce_strict_size" FALSE

but doesn't seem to help.

© Stack Overflow or respective owner

Related posts about char

Related posts about padding