[h2] Re: Iterative GRANTs ignored

2014-02-27 Thread Konrad Palczewski
Any ideas why such behaviour? Seems like a basic functionality is flawed but happy to be proven wrong. Thanks for any inputs! W dniu środa, 26 lutego 2014 17:30:57 UTC użytkownik Konrad Palczewski napisał: > > Hi H2 Group, > > This is a very strange one but my investigation proves this may be a

Re: [h2] Re: Iterative GRANTs ignored

2014-02-27 Thread Thomas Mueller
Hi, Yes, this looks like a bug. Thanks a lot for reporting it! It looks like additions to existing rights are not persisted. I have a potential patch, but I will first need to write a complete unit test: --- src/main/org/h2/command/ddl/GrantRevoke.java (revision 5422) +++ src/main/org/h2/command/

Re: [h2] Re: Iterative GRANTs ignored

2014-02-27 Thread Konrad Palczewski
Thanks, Thomas. Appreciate you proposing a fix, too! It will help in the interim :) W dniu czwartek, 27 lutego 2014 21:30:31 UTC użytkownik Thomas Mueller napisał: > > Hi, > > Yes, this looks like a bug. Thanks a lot for reporting it! It looks like > additions to existing rights are not persist