Skip to content

feat: Cloud Spanner driver implementation#8730

Merged
pleerock merged 40 commits intomasterfrom
cloud-spanner
Apr 12, 2022
Merged

feat: Cloud Spanner driver implementation#8730
pleerock merged 40 commits intomasterfrom
cloud-spanner

Conversation

@AlexMesser
Copy link
Copy Markdown
Collaborator

@AlexMesser AlexMesser commented Mar 5, 2022

Description of change

This PR adds support for Google Cloud Spanner database.

Pull-Request Checklist

  • Code is up-to-date with the master branch
  • npm run lint passes with this change
  • npm run test passes with this change
  • [] This pull request links relevant issues as Fixes #0000
  • There are new or updated unit tests validating the change
  • Documentation has been updated to reflect this change
  • The new commits follow conventions explained in CONTRIBUTING.md

added streaming support;
# 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 AlexMesser changed the title [WIP] Cloud Spanner driver implementation feat: Cloud Spanner driver implementation Apr 11, 2022
@pleerock pleerock merged commit 62518ae into master Apr 12, 2022
@pleerock pleerock deleted the cloud-spanner branch April 12, 2022 12:32
@@ -0,0 +1,81 @@
// import { Spanner } from "@google-cloud/spanner"
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this file be commented out?

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this folder was removed in one of subsequent PRs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants