polymorphic mappers dont work with oracle

Issue #436 resolved
Mike Bayer repo owner created an issue

the mapper cant resist adding ROW NUMBER OVER and ORDER BY ROWID to the polymorphic union and theres not even much way to turn it off. oracle cant use ROWID with any kind of non-table selectable. will have to put firm stop rules in the oracle dialect, and/or get mappers to not do any limiting/ordering.

Comments (2)

  1. Log in to comment