Hibernate team,

I was able to get the new QueryTranslator to pass all of the examples in HQLTest this morning, so I'm thinking of adding a few more test cases. Let me know if any of these are deprecated or not important enough to do right now:

1) Named parameters (e.g. :foo) - I was wondering how the named parameters are exposed. Specifically, there must be some way to map the parameter name to the JDBC parameter index. Also, is it legal to have both named and sequential (un named) parameters in the same HQL statement?
2) Unnamed , or sequential parameters - This should be pretty simple I guess. Question marks become question marks.
3) The other collection functions.
4) 'Scalar' queries.


Also,

Is there any way I could decorate the test to cover different dialects?

BTW,
I moved the collection function name -> collection property name map has been moved from inside PreprocessingParser so I could re-use it. I must be getting close to finishing this up because I've spent a lot less time stepping through the old code and a lot more time just figuring out how the resulting SQL AST should look. :)




-------------------------------------------------------
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
_______________________________________________
hibernate-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/hibernate-devel

Reply via email to