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

feat: Add Cockroachdb support without transactions #16394

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

Commits on Dec 6, 2022

  1. initial commit

    divye11 committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    458bf3a View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2022

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

Commits on Jan 4, 2023

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

Commits on Jan 11, 2023

  1. updated data types, connection manager, and query generator to inheri…

    …t and overrid postgres helpers for cockroachDB
    divye11 committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    28c7c1a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7589ecd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5719cb3 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2023

  1. Configuration menu
    Copy the full SHA
    9686cdb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    203e3ca View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2023

  1. Configuration menu
    Copy the full SHA
    e05df1f View commit details
    Browse the repository at this point in the history
  2. changed file structure

    divye11 committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    3187642 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2023

  1. Configuration menu
    Copy the full SHA
    8eee4a4 View commit details
    Browse the repository at this point in the history
  2. removed outdated files. removed .d.ts files, migrated to TS for each …

    …file, addressed some review comments
    divye11 committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    b0ca8d5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5432da2 View commit details
    Browse the repository at this point in the history
  4. linter fix

    divye11 committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    a0a02e5 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2023

  1. Configuration menu
    Copy the full SHA
    d32dda7 View commit details
    Browse the repository at this point in the history
  2. linter fix

    divye11 committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    5caa5f4 View commit details
    Browse the repository at this point in the history
  3. added config variables

    divye11 committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    335ddfe View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2023

  1. Configuration menu
    Copy the full SHA
    aa92184 View commit details
    Browse the repository at this point in the history
  2. merged main from upstream

    divye11 committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    848beb7 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2023

  1. Configuration menu
    Copy the full SHA
    fb69929 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4131a92 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2023

  1. removed linting fixes

    divye11 committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    5f1c3ce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0969c83 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2023

  1. updated few test configs to add crdb ports, reverted a import/order c…

    …hange in validtor-js package
    divye11 committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    bb1c975 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    63a72f0 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2023

  1. Configuration menu
    Copy the full SHA
    379d476 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    415c5ea View commit details
    Browse the repository at this point in the history
  3. linter fix

    divye11 committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    eaac9d6 View commit details
    Browse the repository at this point in the history
  4. build fix

    divye11 committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    4a24e83 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2023

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

Commits on Feb 21, 2023

  1. Configuration menu
    Copy the full SHA
    b54c111 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    38019d2 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2023

  1. Configuration menu
    Copy the full SHA
    77dcedf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    383f60b View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2023

  1. Configuration menu
    Copy the full SHA
    df562f1 View commit details
    Browse the repository at this point in the history
  2. fix failing tests

    divye11 committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    4cc3361 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2023

  1. added CI tests for cockraochdb, modified a few parameters, organized …

    …data types, updated query definition for crdb
    divye11 committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    e20918e View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2023

  1. fixed tests

    divye11 committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    edbc389 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2023

  1. fixed linting errors

    divye11 committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    9e2f03e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    62658e9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    23fd4c1 View commit details
    Browse the repository at this point in the history
  4. fix failing tests

    divye11 committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    25cce0d View commit details
    Browse the repository at this point in the history
  5. fix failing tests

    divye11 committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    9f8c776 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    973a465 View commit details
    Browse the repository at this point in the history
  7. modified docker container

    divye11 committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    ec9016a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7dd6975 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2023

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

Commits on Apr 21, 2023

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

Commits on Apr 24, 2023

  1. altered data types

    divye11 committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    9bafaad View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2023

  1. Configuration menu
    Copy the full SHA
    fb5fd15 View commit details
    Browse the repository at this point in the history
  2. removed connection manager

    divye11 committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    6adc4c7 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2023

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

Commits on Apr 27, 2023

  1. removed a file

    divye11 committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    6e60f12 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2023

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

Commits on May 2, 2023

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

Commits on May 5, 2023

  1. Configuration menu
    Copy the full SHA
    486912c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6ae87a9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9c813bb View commit details
    Browse the repository at this point in the history
  4. modified failing test

    divye11 committed May 5, 2023
    Configuration menu
    Copy the full SHA
    bc5a0ed View commit details
    Browse the repository at this point in the history
  5. Revert "modified failing test"

    This reverts commit bc5a0ed.
    divye11 committed May 5, 2023
    Configuration menu
    Copy the full SHA
    44444df View commit details
    Browse the repository at this point in the history
  6. modified failing test

    divye11 committed May 5, 2023
    Configuration menu
    Copy the full SHA
    05751c8 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2023

  1. fixed a few linting issues

    divye11 committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    7e22c83 View commit details
    Browse the repository at this point in the history
  2. fixed a failing test

    divye11 committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    5320c56 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2023

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

Commits on Jul 7, 2023

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

Commits on Jul 10, 2023

  1. removed test file

    divye11 committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    7adf597 View commit details
    Browse the repository at this point in the history
  2. meta: merged upstream main

    divye11 committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    2da7559 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    60434cd View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2023

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

Commits on Jul 14, 2023

  1. Configuration menu
    Copy the full SHA
    38ae69a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cec92a7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1db9cc9 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'main' into main

    divye11 committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    d1a5446 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dbb5b09 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8c94ddc View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

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

Commits on Jul 21, 2023

  1. fix: updated query to parse fields properly, skipped a test which doe…

    …s not work for different versions of cockroachdb
    divye11 committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    5180503 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

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

Commits on Jul 28, 2023

  1. Configuration menu
    Copy the full SHA
    bc04f94 View commit details
    Browse the repository at this point in the history
  2. meta: merged main into fork

    divye11 committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    c4221fd View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

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

Commits on Aug 1, 2023

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

Commits on Aug 2, 2023

  1. fix: lint fixes

    divye11 committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    aa8c069 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fe01a8f View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. Configuration menu
    Copy the full SHA
    e3f13e1 View commit details
    Browse the repository at this point in the history
  2. fix: mysql failing test

    divye11 committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    a11833e View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

  1. Configuration menu
    Copy the full SHA
    9ed6c83 View commit details
    Browse the repository at this point in the history
  2. fix: failing postgres tests

    divye11 committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    7ab1100 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0ff0ad9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d165fa2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d19a8f6 View commit details
    Browse the repository at this point in the history
  6. fix: versioning in CRDB test

    divye11 committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    a7fe539 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

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

Commits on Aug 8, 2023

  1. Configuration menu
    Copy the full SHA
    06599a5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7d0d22e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4349c9e View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. Configuration menu
    Copy the full SHA
    7e7b109 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    53d776f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b3179a0 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

  1. Merge branch 'main' into main

    divye11 committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    678f110 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. Merge branch 'main' of github.com:sequelize/sequelize into cockroachd…

    …b-support-without-transactions
    divye11 committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    3bdbaf7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fd3692e View commit details
    Browse the repository at this point in the history
  3. meta: changed comment

    divye11 committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    e663bc0 View commit details
    Browse the repository at this point in the history
  4. meta: changed comment

    divye11 committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    1ec03e4 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. meta: updated nx cache

    divye11 committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    e2beef3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fcd8b9b View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2023

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

Commits on Oct 17, 2023

  1. meta: merged upstream mai

    divye11 committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    7db6d8b View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. fix: fixed conflicts

    divye11 committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    c26e6ab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    39dd7a7 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2023

  1. Merge branch 'main' of github.com:sequelize/sequelize into cockroachd…

    …b-support-without-transactions
    divye11 committed Nov 5, 2023
    Configuration menu
    Copy the full SHA
    adee21f View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

  1. Configuration menu
    Copy the full SHA
    23d33e8 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'cockroachdb-support-without-transactions' of github.com…

    …:divye11/sequelize-cockroachdb into cockroachdb-support-without-transactions
    divye11 committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    1f78847 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f669df1 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. Configuration menu
    Copy the full SHA
    e022e64 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'cockroachdb-support-without-transactions' of github.com…

    …:divye11/sequelize-cockroachdb into cockroachdb-support-without-transactions
    divye11 committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    2b1003f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f7a8507 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

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

Commits on Feb 1, 2024

  1. fix: UT fix for uuid

    divye11 committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    6eb1b18 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. Configuration menu
    Copy the full SHA
    5255738 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    66dea65 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ef9a12b View commit details
    Browse the repository at this point in the history