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 JDBC driver for iSeries DB2 #930

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

Commits on May 27, 2020

  1. added jt400 driver and basic DB2 Dialect

    Paul Krüger committed May 27, 2020
    Configuration menu
    Copy the full SHA
    d4645b0 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2021

  1. Update exposed-core/src/main/kotlin/org/jetbrains/exposed/sql/vendors…

    …/DB2.kt
    
    Co-authored-by: Andrey.Tarashevskiy <fantocci@gmail.com>
    V3lop5 and Tapac committed Mar 7, 2021
    Configuration menu
    Copy the full SHA
    3eee137 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2021

  1. Merge remote-tracking branch 'jb/master'

    # Conflicts:
    #	exposed-core/src/main/kotlin/org/jetbrains/exposed/sql/Database.kt
    V3lop5 committed May 1, 2021
    Configuration menu
    Copy the full SHA
    9bcd454 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2021

  1. Configuration menu
    Copy the full SHA
    2841976 View commit details
    Browse the repository at this point in the history
  2. Added support for db2 LUW

    V3lop5 committed May 2, 2021
    Configuration menu
    Copy the full SHA
    b5ef8b9 View commit details
    Browse the repository at this point in the history
  3. Added non working db2 test database

    a jdbc connection error needs somebody's attention
    V3lop5 committed May 2, 2021
    Configuration menu
    Copy the full SHA
    3ad3164 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2021

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

Commits on May 30, 2021

  1. Configuration menu
    Copy the full SHA
    6705356 View commit details
    Browse the repository at this point in the history
  2. do not specify NULL on column definition for db2

    in db2 columns are by default nullable there is no extra keyword for that
    V3lop5 committed May 30, 2021
    Configuration menu
    Copy the full SHA
    657b142 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2021

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

Commits on Mar 14, 2022

  1. Configuration menu
    Copy the full SHA
    b8de500 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c9e318c View commit details
    Browse the repository at this point in the history
  3. Added db2 test

    Updated to latest db2 driver com.imb.db2:jcc:11.5.7.0
    V3lop5 committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    9d05134 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2022

  1. db2 resultset compat

    sola1tmy committed Mar 20, 2022
    Configuration menu
    Copy the full SHA
    024162a View commit details
    Browse the repository at this point in the history
  2. local db2 config

    sola1tmy committed Mar 20, 2022
    Configuration menu
    Copy the full SHA
    056c36f View commit details
    Browse the repository at this point in the history
  3. fix limit

    sola1tmy committed Mar 20, 2022
    Configuration menu
    Copy the full SHA
    3db771a View commit details
    Browse the repository at this point in the history
  4. db2 column type and functionProvider

    sola1tmy committed Mar 20, 2022
    Configuration menu
    Copy the full SHA
    31b63d0 View commit details
    Browse the repository at this point in the history
  5. make dual sysdummy1 in db2

    sola1tmy committed Mar 20, 2022
    Configuration menu
    Copy the full SHA
    747349e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e083b8e View commit details
    Browse the repository at this point in the history
  7. fix tableExist

    sola1tmy committed Mar 20, 2022
    Configuration menu
    Copy the full SHA
    2cf2243 View commit details
    Browse the repository at this point in the history
  8. fix tableNames for db2

    sola1tmy committed Mar 20, 2022
    Configuration menu
    Copy the full SHA
    1d08716 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c9eb572 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    134b89e View commit details
    Browse the repository at this point in the history
  11. ignore 2 tests

    igore emoji test in db2
    ignore a groupconcat test which try order by 2 colums
    sola1tmy committed Mar 20, 2022
    Configuration menu
    Copy the full SHA
    d6a2ac6 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2022

  1. Merge pull request #19 from sola1tmy/newdb2

    db2 support
    V3lop5 committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    e1684dc View commit details
    Browse the repository at this point in the history