| hsqldb there's an entity with a String field and hbm.xml file with a mapping to a column with not-null="true" and default="." attributes the output create statement is produced without single quotes around the value "default . not null" instead of "default '.' not null" if we add the single quotes in the value of the attribute default="'.'" then the create statement is generated correctly |