googleapis / googleapis/google-cloud-java

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

オープン
#12,284 コメント 0 件 リアクション 0 件 担当者 1 名 @olavloite に割り当て済み GitHub で見る
api: spanner type: feature request
主要言語
Java
スター
2.1k
フォーク
1.2k
平均マージ
1日 23時間
マージ済み PR(30日)
154

説明

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`)

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。