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(spanner): add support for Proto Columns #9315

Merged
merged 30 commits into from
May 7, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
b11e156
feat(spanner): add support for Proto Columns (#6886)
harshachinta Oct 27, 2022
84b58d4
feat(spanner): add support for handling null value in Proto columns (…
harshachinta Nov 10, 2022
9802570
feat(spanner): add support for Array of Proto columns (#7014)
harshachinta Nov 12, 2022
b932144
feat(spanner): add support for handling null values in array of proto…
harshachinta Nov 17, 2022
111aadd
feat(spanner): Modify configuration for integration test and add lice…
harshachinta Nov 17, 2022
492382e
feat(spanner): update go-genproto dependency (#7066)
harshachinta Nov 18, 2022
8a13b71
feat(spanner): support for enum columns as keys, index and integratio…
harshachinta Dec 1, 2022
2f362f5
Merge branch 'main' into proto-column-enhancement-alpha
harshachinta Dec 19, 2022
33ee88b
feat(spanner): add proto changes to support proto columns feature
harshachinta Dec 19, 2022
eb7f9bd
feat(spanner): remove gen-proto dep overwrite for proto column support
harshachinta Dec 19, 2022
25b9ac6
feat(spanner): remove gen-proto dep overwrite from kokoro build
harshachinta Dec 19, 2022
352ada9
feat(spanner): reset array of proto, enum when null from database (#7…
harshachinta Dec 19, 2022
55e9691
Merge commit '4448e1236209ef12ca0b8ab6c16fa9f56c531190' into proto-co…
harshachinta Jan 9, 2023
fa20c46
feat(spanner): add support for Proto column DDL (#7292)
harshachinta Mar 9, 2023
ae4afa9
feat(spanner): revert autogenerated code
harshachinta Jan 28, 2024
72cd6e4
Merge branch 'main' into proto-column-enhancement-alpha
harshachinta Jan 29, 2024
d716393
Merge branch 'main' into proto-column-enhancement-alpha
harshachinta Jan 29, 2024
1d8f53b
feat(spanner): just to validate integration tests running
harshachinta Jan 29, 2024
22820d3
feat(spanner): change copyright year
harshachinta Jan 29, 2024
06c32d0
feat(spanner): set project id for integration tests
harshachinta Jan 29, 2024
2a9b8c5
feat(spanner): use jsoniter instead of json for marshal and unmarshal
harshachinta Jan 29, 2024
1a7d17a
feat(spanner): revert presubmit.sh changes
harshachinta Jan 29, 2024
5daaa8e
Merge branch 'main' into proto-column-enhancement-alpha
harshachinta May 2, 2024
492904d
Merge branch 'main' into proto-column-enhancement-alpha
harshachinta May 2, 2024
7cd546a
chore(spanner): run integration tests in presubmit
harshachinta May 2, 2024
c4a099e
chore(spanner): revert presubmit.sh changes
harshachinta May 2, 2024
cf9915b
Merge branch 'main' into proto-column-enhancement-alpha
harshachinta May 3, 2024
506200a
Merge branch 'main' into proto-column-enhancement-alpha
harshachinta May 6, 2024
fc66ef0
feat(spanner): fix json
harshachinta May 6, 2024
9a2e5e7
Merge branch 'main' into proto-column-enhancement-alpha
rahul2393 May 7, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
feat(spanner): remove gen-proto dep overwrite for proto column support
  • Loading branch information
harshachinta committed Dec 19, 2022
commit eb7f9bd83ca4c89c9f4dc7e8b08e18998667118d
3 changes: 0 additions & 3 deletions spanner/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,3 @@ require (
golang.org/x/text v0.4.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
)

// To prevent failing builds as proto changes are not available in go-genproto until Public GA
replace google.golang.org/genproto => github.com/cloudspannerecosystem/temp-resources v0.0.0-20221117065524-b1f320c13693
Loading