Knut Olav Løite

Results 90 comments of Knut Olav Løite

@eaball35 Could you hit rebase for this PR? The failure for Spanner should have been fixed with #7052

> @olavloite can you take another look at this? I still see a failure for spanner/changestreams. @shubha-rajan @haikuo-google The failure is a 'simple' test assertion failure on this line: https://github.com/GoogleCloudPlatform/java-docs-samples/blob/f149410bb24a3fd110458984fd6a361a57a0d363/spanner/changestreams/src/test/java/com/example/spanner/changestreams/ChangeStreamSampleIT.java#L114...

@haikuo-google The change that we receive now has a small difference with what was (initially) expected. The test case expects `oldValuesJson=''`, while the actual value is `oldValuesJson='{}'`. (I.e. initially we...

@elefeint Do we support Hibernate 6 for Spanner?

> @olavloite 👋 , just wanted to check in on the status here. Do we need to keep this PR open or can development be done off of your fork?...

> What is the reason for wanting this ? Sending dates in text format also instructs the JDBC driver to send the date using type Oid.UNSPECIFIED, which means that the...

@vlsi > would you please add a test that sending dates in binary really works? I've added additional tests to the `DateTest` class so it tries to send and receive...

> > We would like the driver to send the Date parameters including the Oid.DATE type specification > > Unfortunately, `java.sql.Date` and `java.sql.Timestamp` do not specify if they mean `timestamp...

> I might be wrong here, however, I am afraid mapping `java.sql.Date` to `Oid.DATE` would cause application failure if client attempts to insert `java.sql.Date` into `timestamp with time zone` column...