-
Notifications
You must be signed in to change notification settings - Fork 29
chore: add ADO.NET driver #557
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
base: main
Are you sure you want to change the base?
Conversation
Add a TimestampBound option to ExecOptions to make it easier to set the read staleness for a single-use read-only transaction.
Adds an initial version of an ADO.NET driver.
4d43a71 to
f23d2ee
Compare
61c71d6 to
9a24df5
Compare
9a24df5 to
88ec7c1
Compare
Use project references where possible for now to simplify development.
004c104 to
b7d23fb
Compare
b7d23fb to
6c2d8d0
Compare
d48ab48 to
b6bbab5
Compare
b6bbab5 to
ad9b5ad
Compare
bd5bfb2 to
142e2a0
Compare
842c703 to
6a101b5
Compare
be34e51 to
0a77bd9
Compare
0a77bd9 to
a013fb1
Compare
743ff3e to
0edd672
Compare
24957b4 to
e0052ac
Compare
e0052ac to
ff26cb6
Compare
bhatt4982
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM...
| @@ -0,0 +1,6 @@ | |||
| # Spanner ADO.NET Data Provider Samples | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: Folder structure had me confused for a bit... It gives idea that SampleRunner works on both Snippets and GettingStartedGuide... Can we move GettingStartedGuide...
Adds an initial version of an ADO.NET driver.