Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tables_hsqldb.sql BINARY or BLOB #147

Closed
javalovercn opened this issue May 23, 2017 · 1 comment
Closed

tables_hsqldb.sql BINARY or BLOB #147

javalovercn opened this issue May 23, 2017 · 1 comment

Comments

@javalovercn
Copy link

Hello,

If BINARY is used without specifying the length, the length defaults to 1.
...
If BLOB is used without specifying the length, the length defaults to 1GB.

they are copied from http://hsqldb.org/doc/guide/sqlgeneral-chapt.html#sgc_binary_types

@javalovercn javalovercn changed the title tables_hsqldb.sql BINARY VS BLOB tables_hsqldb.sql BINARY or BLOB May 27, 2017
@zemian
Copy link
Contributor

zemian commented Jul 4, 2017

Thanks for reporting this @javalovercn. It's fixed now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants