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

Add Cockroach Dialect #12346

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

Add Cockroach Dialect #12346

wants to merge 58 commits into from

Commits on Jan 7, 2022

  1. cockroach dialect

    cpaczek committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    670487d View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2022

  1. Configuration menu
    Copy the full SHA
    cd2d2d7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ed9ec22 View commit details
    Browse the repository at this point in the history
  3. update knex to 1.0.1

    cpaczek committed Jan 29, 2022
    Configuration menu
    Copy the full SHA
    316f9e5 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2022

  1. Configuration menu
    Copy the full SHA
    220bc14 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fe7a1ad View commit details
    Browse the repository at this point in the history
  3. quickfix

    cpaczek committed Feb 3, 2022
    Configuration menu
    Copy the full SHA
    8a3b097 View commit details
    Browse the repository at this point in the history
  4. more logging

    cpaczek committed Feb 3, 2022
    Configuration menu
    Copy the full SHA
    c517eef View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2022

  1. Configuration menu
    Copy the full SHA
    71a81a1 View commit details
    Browse the repository at this point in the history
  2. Catch up with master

    cpaczek committed Apr 16, 2022
    Configuration menu
    Copy the full SHA
    a357086 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    33980fe View commit details
    Browse the repository at this point in the history
  4. alterNullable false

    cpaczek committed Apr 16, 2022
    Configuration menu
    Copy the full SHA
    a93a287 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2022

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

Commits on Apr 18, 2022

  1. clean up

    cpaczek committed Apr 18, 2022
    Configuration menu
    Copy the full SHA
    5ddc2c7 View commit details
    Browse the repository at this point in the history
  2. clean up builder.js

    cpaczek committed Apr 18, 2022
    Configuration menu
    Copy the full SHA
    a77938f View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2022

  1. Configuration menu
    Copy the full SHA
    dbd2b50 View commit details
    Browse the repository at this point in the history
  2. update knex

    cpaczek committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    b1e210b View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2023

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

Commits on Jan 18, 2023

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

Commits on Jan 19, 2023

  1. Working version of CRDB

    cpaczek committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    b242e41 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa38e43 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2023

  1. remove old comment

    cpaczek committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    d3dd310 View commit details
    Browse the repository at this point in the history
  2. revert back to main

    cpaczek committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    22a0a9a View commit details
    Browse the repository at this point in the history
  3. remove eslint ignore

    cpaczek committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    9c42580 View commit details
    Browse the repository at this point in the history
  4. Parse int needed for CRDB

    cpaczek committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    cc844e9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b4df4cb View commit details
    Browse the repository at this point in the history
  6. remove unneeded if check

    cpaczek committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    fc788e4 View commit details
    Browse the repository at this point in the history
  7. remove console.log

    cpaczek committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    623ec80 View commit details
    Browse the repository at this point in the history
  8. add warning to startup log

    cpaczek committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    10cede9 View commit details
    Browse the repository at this point in the history
  9. remove console.log

    cpaczek committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    2c94477 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c0a7d9d View commit details
    Browse the repository at this point in the history
  11. fix typo

    cpaczek committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    4a2db0e View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2023

  1. remove unneeded case

    cpaczek committed Jan 21, 2023
    Configuration menu
    Copy the full SHA
    ac2401b View commit details
    Browse the repository at this point in the history
  2. remove duplicate code

    cpaczek committed Jan 21, 2023
    Configuration menu
    Copy the full SHA
    8406f49 View commit details
    Browse the repository at this point in the history
  3. remove unneeded code

    cpaczek committed Jan 21, 2023
    Configuration menu
    Copy the full SHA
    c5b0fd5 View commit details
    Browse the repository at this point in the history
  4. change logs

    cpaczek committed Jan 21, 2023
    Configuration menu
    Copy the full SHA
    8b55da5 View commit details
    Browse the repository at this point in the history
  5. remove weird spacing

    cpaczek committed Jan 21, 2023
    Configuration menu
    Copy the full SHA
    daaf3c0 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2023

  1. Configuration menu
    Copy the full SHA
    436fb04 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1b76ed5 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2023

  1. merge main into cockroach

    cpaczek committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    05932dc View commit details
    Browse the repository at this point in the history
  2. update lock

    cpaczek committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    cc43b90 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    92b32b6 View commit details
    Browse the repository at this point in the history
  4. use main repo lock

    cpaczek committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    2147386 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2023

  1. Configuration menu
    Copy the full SHA
    b35e143 View commit details
    Browse the repository at this point in the history
  2. fix index column diff

    cpaczek committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    9b50deb View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2023

  1. add tests

    cpaczek committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    44e5954 View commit details
    Browse the repository at this point in the history
  2. update image for ee tests

    cpaczek committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    ac155cc View commit details
    Browse the repository at this point in the history
  3. fix healthcheck

    cpaczek committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    96247d8 View commit details
    Browse the repository at this point in the history
  4. remove init script

    cpaczek committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    ad36079 View commit details
    Browse the repository at this point in the history
  5. change db to defaultdb

    cpaczek committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    5e07dc1 View commit details
    Browse the repository at this point in the history
  6. update actions

    cpaczek committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    72a2140 View commit details
    Browse the repository at this point in the history
  7. fix race condition

    cpaczek committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    f865b65 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d51f658 View commit details
    Browse the repository at this point in the history
  9. convert to for of

    cpaczek committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    66c3d73 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2023

  1. fix relations

    cpaczek committed Mar 5, 2023
    Configuration menu
    Copy the full SHA
    ef8eb79 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1c1d8c0 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2023

  1. add transacting back

    cpaczek committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    a1556b3 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2023

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