Knut Olav Løite

Results 112 issues of Knut Olav Løite

Register signal handlers for SIGTERM, SIGINT, and SIGQUIT to allow graceful shutdown, and add support for the SMART shutdown mode from PostgreSQL. The SMART shutdown mode allows the server to...

The default behavior of Java applications is to return exit code 128 + signal if the application was shut down due to receiving a signal. This means that SIGINT returns...

do not merge

Add a header that includes the client that is connected to PGAdapter.

``` --- FAIL: TestSamples (13.13s) samples_test.go:45: creating tables failed: failed to connect to `user=uid database=example-db`: 127.0.0.1:32769 (localhost): server error: FATAL: UNAVAILABLE: The connection string 'cloudspanner:/projects/emulator-project/instances/test-instance/databases/example-db;userAgent=pg-adapter;autoConfigEmulator=true;dialect=postgresql' contains host 'localhost:9010', but no...

type: process

DO NOT MERGE: - Emulator needs a fix for returning the columns of a DML statement with a RETURNING clause. - Setting default parameters for a well-known client that is...

DML statements with a THEN RETURN clause need to be executed using the ExecuteReader method. These were normally not executed in a retry loop, as they were up until now...

Use THEN RETURN for returning data from INSERT/UPDATE/DELETE statements. This reduces the number of round-trips to Spanner for most use-cases. THEN RETURN clauses are not supported in BatchDml, which means...

Updates the provider to target Entity Framework Core 8 and .NET 8. Updates #386

Spanner supports bit-reversed sequences, which in combination with DEFAULT column constraints can be used to auto-generate primary key values. This change adds support for creating bit-reversed sequences using Entity Framework...

do not merge