googleapis / googleapis/google-cloud-java

[java-spanner-jdbc] feat: Support CREATE DATABASE and ALTER DATABASE in JDBC

Aperta
#12,284 0 commenti 0 reazioni 1 assegnatario Assegnata a @olavloite Vedi su GitHub
api: spanner type: feature request
Lingua principale
Java
Stelle
2.1k
Fork
1.2k
Merge medio
1g 23h
PR unite (30g)
154

Descrizione

The JDBC driver supports all DDL statements that affect an existing database, but currently does not support `CREATE DATABASE`. It also does not support the `ALTER DATABASE` statement for any other database than the one that the client is connected to at that moment. This makes it difficult to create and maintain databases using JDBC. The JDBC driver should therefore support:
- Connecting to an instance without connecting to a specific database.
- Executing `CREATE DATABASE` statements
- Executing `ALTER DATABASE` statements for other databases than the one the client is connected to at that moment.
- Executing `DROP DATABASE` statements
- Listing existing databases on an instance (`SHOW VARIABLE DATABASES`)

Guida per i contributori

Apri la guida per i contributori

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.