Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1660 SqlUtil op_in() for 0.8.12 #1666

Closed
wants to merge 5 commits into from
Closed

Commits on Feb 14, 2017

  1. SqlUtil: add tests for op_in() of empty and too big lists

    The latter checks limitations of Oracle (ORA-22165 or ORA-01795).
    gamato committed Feb 14, 2017
    Copy the full SHA
    937d188 View commit details
    Browse the repository at this point in the history
  2. OracleSqlUtil: work around ORA-22165 from op_in() with a too big list

    The trick here is to split long arrays to chunks of no more than 32767 elements.
    gamato committed Feb 14, 2017
    Copy the full SHA
    f2cb413 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    fe40106 View commit details
    Browse the repository at this point in the history
  4. SqlUtil: skip too long list test for op_in() for FreetdsSqlUtil

    As we do not have any workaround this test case would fail depending on MS SQL version.
    gamato committed Feb 14, 2017
    Copy the full SHA
    29fabb2 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    be9d720 View commit details
    Browse the repository at this point in the history