Hi Noel, It will probably be more complex than just patching the readFromAlias method, if derived column lists should be implemented thoroughly. I'll give it a shot, though. Is there a formal grammar specification (apart from the informal HTML documentation) somewhere in the H2 repository, which I should adapt?
Cheers Lukas 2013/1/3 Noel Grandin <[email protected]> > > On 2013-01-02 18:35, Lukas Eder wrote: > > Is there any way to specify a derived column list in H2 that I might have > been missing? Such a syntax would be useful for various other H2 syntax > constructs, such as the VALUES expression (to rename C1, C2 to something > more meaningful): > > > Not at the moment. > > Patches welcome. > > The place to start would be in the > org.h2.command.Parser > class in the > private String readFromAlias(String alias) > method. > -- 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.
