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

Conversation

AlexMesser
Copy link
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

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

Choose a reason for hiding this comment

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

Copy link
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants