Hi,

The documentation for hash indexes is incorrect, I will try to fix it.
Here is the new documentation:

---------------
Hash indexes are meant for in-memory databases and memory tables
(CREATE MEMORY TABLE). For other tables, or if the index contains
multiple columns, the HASH keyword is ignored. Hash indexes can only
test for equality, and do not support range queries (similar to a hash
table). Non-unique keys are supported.
---------------

Regards,
Thomas

-- 
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/h2-database?hl=en.

Reply via email to