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: Cloud Spanner driver implementation #8730

Merged
merged 40 commits into from
Apr 12, 2022
Merged

feat: Cloud Spanner driver implementation #8730

merged 40 commits into from
Apr 12, 2022

Commits on Mar 5, 2022

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

Commits on Mar 12, 2022

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

Commits on Mar 14, 2022

  1. Configuration menu
    Copy the full SHA
    77930a3 View commit details
    Browse the repository at this point in the history
  2. fixed failing test

    AlexMesser committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    4021e6c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c2bd6b3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fd6afd7 View commit details
    Browse the repository at this point in the history
  5. fixed query parameters

    AlexMesser committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    0a55b6c View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2022

  1. lint

    AlexMesser committed Mar 15, 2022
    Configuration menu
    Copy the full SHA
    4196567 View commit details
    Browse the repository at this point in the history
  2. added transaction support;

    added streaming support;
    AlexMesser committed Mar 15, 2022
    Configuration menu
    Copy the full SHA
    85734ae View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2022

  1. fixed column types

    AlexMesser committed Mar 19, 2022
    Configuration menu
    Copy the full SHA
    5db26e9 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/master' into cloud-spanner

    # Conflicts:
    #	package-lock.json
    #	src/connection/ConnectionOptions.ts
    #	src/driver/DriverFactory.ts
    #	src/driver/types/ColumnTypes.ts
    #	src/driver/types/DatabaseType.ts
    #	src/metadata-args/IndexMetadataArgs.ts
    #	src/metadata-builder/EntityMetadataBuilder.ts
    #	src/metadata/IndexMetadata.ts
    #	src/platform/PlatformTools.ts
    #	src/schema-builder/RdbmsSchemaBuilder.ts
    #	src/schema-builder/table/TableIndex.ts
    #	test/functional/query-runner/add-column.ts
    #	test/functional/query-runner/create-check-constraint.ts
    #	test/functional/query-runner/create-foreign-key.ts
    #	test/functional/query-runner/create-index.ts
    #	test/functional/query-runner/create-primary-key.ts
    #	test/functional/query-runner/create-table.ts
    #	test/functional/query-runner/drop-check-constraint.ts
    #	test/functional/query-runner/drop-column.ts
    #	test/functional/query-runner/drop-foreign-key.ts
    #	test/functional/query-runner/drop-index.ts
    #	test/functional/query-runner/drop-primary-key.ts
    #	test/functional/query-runner/entity/Book.ts
    #	test/functional/query-runner/entity/Faculty.ts
    #	test/functional/query-runner/entity/Photo.ts
    #	test/functional/query-runner/entity/Post.ts
    #	test/functional/query-runner/entity/Student.ts
    #	test/functional/query-runner/entity/Teacher.ts
    #	test/functional/query-runner/stream.ts
    #	test/functional/query-runner/view/PostView.ts
    #	yarn.lock
    AlexMesser committed Mar 19, 2022
    Configuration menu
    Copy the full SHA
    c566c42 View commit details
    Browse the repository at this point in the history
  3. fixes after merge

    AlexMesser committed Mar 19, 2022
    Configuration menu
    Copy the full SHA
    ab52d92 View commit details
    Browse the repository at this point in the history
  4. prettier

    AlexMesser committed Mar 19, 2022
    Configuration menu
    Copy the full SHA
    e6506fd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5719771 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a72d0b7 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2022

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

Commits on Apr 2, 2022

  1. changed failing test

    AlexMesser committed Apr 2, 2022
    Configuration menu
    Copy the full SHA
    e7727b5 View commit details
    Browse the repository at this point in the history
  2. updated tests for Spanner;

    bugfixes;
    AlexMesser committed Apr 2, 2022
    Configuration menu
    Copy the full SHA
    83cb986 View commit details
    Browse the repository at this point in the history
  3. updated tests for Spanner;

    bugfixes;
    AlexMesser committed Apr 2, 2022
    Configuration menu
    Copy the full SHA
    fd490c6 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' into cloud-spanner

    # Conflicts:
    #	package-lock.json
    AlexMesser committed Apr 2, 2022
    Configuration menu
    Copy the full SHA
    7dadc2a View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2022

  1. updated tests for Spanner;

    bugfixes;
    AlexMesser committed Apr 4, 2022
    Configuration menu
    Copy the full SHA
    698d7cc View commit details
    Browse the repository at this point in the history
  2. fixed failing test

    AlexMesser committed Apr 4, 2022
    Configuration menu
    Copy the full SHA
    ec5c822 View commit details
    Browse the repository at this point in the history
  3. fixed failing test

    AlexMesser committed Apr 4, 2022
    Configuration menu
    Copy the full SHA
    cfe3560 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2022

  1. fixing failing tests

    AlexMesser committed Apr 6, 2022
    Configuration menu
    Copy the full SHA
    0906f65 View commit details
    Browse the repository at this point in the history
  2. fixing failing tests

    AlexMesser committed Apr 6, 2022
    Configuration menu
    Copy the full SHA
    86caac7 View commit details
    Browse the repository at this point in the history
  3. fixing failing tests

    AlexMesser committed Apr 6, 2022
    Configuration menu
    Copy the full SHA
    08f6d30 View commit details
    Browse the repository at this point in the history
  4. added support for typeorm-generated uuid;

    fixed caching;
    AlexMesser committed Apr 6, 2022
    Configuration menu
    Copy the full SHA
    e978273 View commit details
    Browse the repository at this point in the history
  5. fixing failing tests

    AlexMesser committed Apr 6, 2022
    Configuration menu
    Copy the full SHA
    130dfd0 View commit details
    Browse the repository at this point in the history
  6. fixing failing tests

    AlexMesser committed Apr 6, 2022
    Configuration menu
    Copy the full SHA
    513bc70 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2022

  1. fixing failing tests

    AlexMesser committed Apr 7, 2022
    Configuration menu
    Copy the full SHA
    1fc30d0 View commit details
    Browse the repository at this point in the history
  2. fixing failing tests

    AlexMesser committed Apr 7, 2022
    Configuration menu
    Copy the full SHA
    a1ccc68 View commit details
    Browse the repository at this point in the history
  3. fixing failing tests

    AlexMesser committed Apr 7, 2022
    Configuration menu
    Copy the full SHA
    b6d158b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fb11c60 View commit details
    Browse the repository at this point in the history
  5. fixing failing tests

    AlexMesser committed Apr 7, 2022
    Configuration menu
    Copy the full SHA
    47feebe View commit details
    Browse the repository at this point in the history
  6. debugging failing test

    AlexMesser committed Apr 7, 2022
    Configuration menu
    Copy the full SHA
    e3a7a29 View commit details
    Browse the repository at this point in the history
  7. debugging failing test

    AlexMesser committed Apr 7, 2022
    Configuration menu
    Copy the full SHA
    8a65709 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2dda13e View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2022

  1. fixed failing tests

    AlexMesser committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    2bf3bd7 View commit details
    Browse the repository at this point in the history
  2. fixed VIEW functionality;

    fixed failing tests;
    AlexMesser committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    c6283d0 View commit details
    Browse the repository at this point in the history
  3. updated docs

    AlexMesser committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    3bb96ba View commit details
    Browse the repository at this point in the history