Hi, I've created a patch in the issue here: http://code.google.com/p/h2database/issues/detail?id=534&thanks=534&ts=1386143866
It should be easier to contribute if h2 use Git or Github.. Thanks for support -Nicolas Le lundi 2 décembre 2013 17:20:59 UTC+1, Nicolas Fortin (OrbisGIS) a écrit : > > Hi, > > We wrote some table function in H2GIS. However H2 always do multiple cache > files of our generated resultset. The function > org.h2.expression.JavaFunction#isFast return always False. What about > creating an optional parameter FAST ? > > create alias MYTABLEFUNCTION FAST FOR > "org.mycompany.myclass.tablefunction"; > > If Fast is not specified then org.h2.expression.JavaFunction#isFast return > False. > > What do you think about it ? > > Thank you > > Regards, > > PS: I have also a patch proposition in issues. > -- 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. For more options, visit https://groups.google.com/groups/opt_out.
