Re: [h2] Re: Database hangs when the query contains multibyte space.

2022-09-01 Thread LM 伊藤陽生
Thank you so much for the quick fix..!

(because it's not so urgent for us) we look forward to the new release.

On Thu, Sep 1, 2022 at 6:08 PM Evgenij Ryazanov  wrote:
>
> Hello!
>
> This issue was fixed, the fix will be included into the next version.
>
> If you need this fix right now, you can compile H2 from its current sources:
> https://github.com/h2database/h2database
> Building instructions are here:
> https://h2database.com/html/build.html#building
>
> --
> You received this message because you are subscribed to a topic in the Google 
> Groups "H2 Database" group.
> To unsubscribe from this topic, visit 
> https://groups.google.com/d/topic/h2-database/XVwEhtvvV7s/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to 
> h2-database+unsubscr...@googlegroups.com.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/h2-database/3792ee2c-5e0e-4c81-b1f4-f624ca8159fdn%40googlegroups.com.

-- 
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to h2-database+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/h2-database/CAJ1nscUWgKehTPZ-A2nFySPy%3D-GC-5rwTimjEVgTTyMnor-1Ug%40mail.gmail.com.


Re: [h2] Management of users, roles and privileges in LibreOffice Base

2022-09-01 Thread Noel Grandin




On 2022/08/24 3:10 pm, prrvchr wrote:
I just finished the admin module  
allowing the management of users, roles and privileges in LibreOffice Base.


You are welcome to ask whatever questions you need to, and we will try and answer them, but nobody can make an 
open-ended commitment to helping you.


H2 has

CREATE USER
https://h2database.com/html/commands.html#create_user

ALTER USER ADMIN
https://h2database.com/html/commands.html#alter_user_admin

ALTER USER RENAME
https://h2database.com/html/commands.html#alter_user_rename

ALTER USER SET PASSWORD
https://h2database.com/html/commands.html#alter_user_set_password

CREATE ROLE
https://h2database.com/html/commands.html#create_role

DROP ROLE
https://h2database.com/html/commands.html#drop_role

GRANT RIGHT
https://h2database.com/html/commands.html#grant_right

GRANT ALTER ANY SCHEMA
https://h2database.com/html/commands.html#grant_alter_any_schema

GRANT ROLE
https://h2database.com/html/commands.html#grant_role

REVOKE ROLE
https://h2database.com/html/commands.html#revoke_role

SET PASSWORD
https://h2database.com/html/commands.html#set_password

--
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to h2-database+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/h2-database/52c10616-38bd-bd47-cf65-e71088596bfd%40gmail.com.


[h2] Re: Database hangs when the query contains multibyte space.

2022-09-01 Thread Evgenij Ryazanov
Hello!

This issue was fixed, the fix will be included into the next version.

If you need this fix right now, you can compile H2 from its current sources:
https://github.com/h2database/h2database
Building instructions are here:
https://h2database.com/html/build.html#building

-- 
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to h2-database+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/h2-database/3792ee2c-5e0e-4c81-b1f4-f624ca8159fdn%40googlegroups.com.