On 2013-02-28 12:45, Luno de Souza wrote:
Don't have a simple way to 'GRANT' schema access for one user?
Not at the moment. Patches are welcome :-) Start by brushing up on recursive descent parsers: http://en.wikipedia.org/wiki/Recursive_descent_parser http://math.hws.edu/javanotes/c9/s5.html And then look in the code at method org.h2.command.Parser#parseGrantRevoke(int) at line 3892 -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/h2-database?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
