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

Support performing operations on tables in multiple schemas #1116

Open
wants to merge 29 commits into
base: main
Choose a base branch
from

Commits on Dec 8, 2020

  1. Configuration menu
    Copy the full SHA
    579ae1b View commit details
    Browse the repository at this point in the history
  2. clean

    hfazai committed Dec 8, 2020
    Configuration menu
    Copy the full SHA
    f2e7405 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2020

  1. introduce cloneSchema util

    hfazai committed Dec 10, 2020
    Configuration menu
    Copy the full SHA
    c4ffe6d View commit details
    Browse the repository at this point in the history
  2. no need for logging in test

    hfazai committed Dec 10, 2020
    Configuration menu
    Copy the full SHA
    0f3deb7 View commit details
    Browse the repository at this point in the history
  3. remove unused imports

    hfazai committed Dec 10, 2020
    Configuration menu
    Copy the full SHA
    719d1b7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    19049bd View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2020

  1. find columns in all schemas

    hfazai committed Dec 11, 2020
    Configuration menu
    Copy the full SHA
    39f8b22 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    92cde1a View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2020

  1. Configuration menu
    Copy the full SHA
    41b1042 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2021

  1. Configuration menu
    Copy the full SHA
    bbc07ae View commit details
    Browse the repository at this point in the history
  2. Fix ResultRow.getRaw()

    hfazai committed Feb 13, 2021
    Configuration menu
    Copy the full SHA
    771bd9d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    85e99a7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    897bacf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    27cad5c View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2021

  1. Configuration menu
    Copy the full SHA
    35f9b63 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a27b3b8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    64acf90 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2021

  1. Column.equals improvement

    hfazai committed Feb 27, 2021
    Configuration menu
    Copy the full SHA
    a67b9e0 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2021

  1. withSchema without reflection

    hfazai committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    fa0c542 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    531779e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b173381 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d5c5631 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2021

  1. formatKotlin

    hfazai committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    8aaae3f View commit details
    Browse the repository at this point in the history
  2. Adding tests for functions

    hfazai committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    7b6c6d9 View commit details
    Browse the repository at this point in the history
  3. function tests are not OK

    hfazai committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    9da4643 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2021

  1. Fix functions tests

    hfazai committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    413e78d View commit details
    Browse the repository at this point in the history
  2. formatKotlin

    hfazai committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    7028c90 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2021

  1. Configuration menu
    Copy the full SHA
    8d07bd1 View commit details
    Browse the repository at this point in the history
  2. Add get opertor to access a column of a schema table (usefull in slic…

    …e on same table in different schemas)
    hfazai committed Jun 13, 2021
    Configuration menu
    Copy the full SHA
    ba9080a View commit details
    Browse the repository at this point in the history