---------- Forwarded message ---------- From: Alexander I. Zaytsev <[email protected]> Date: 2013/7/15 Subject: Oracle 12c Dialect To: [email protected]
Hi guys, I'm planning to add dialect for Oracle 12c. The new features affecting the dialect would be: - support identity columns - support new paging syntax with OFFSET / FETCH keywords. The problem with new limit syntax that it does not support "FOR UPDATE" with it. So what do you prefer of following? - fallback to previous version of paging using rownum. - throw exception that "for update" and paging can not work together - ignore "for update" clasue in case of paging Best Regards, Alex -- You received this message because you are subscribed to the Google Groups "nhusers" 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/nhusers. For more options, visit https://groups.google.com/groups/opt_out.
