Support ISO String Binding for Date/Time/Timestamp
オープン
Type: enhancement
- 主要言語
- Java
- スター
- 94
- フォーク
- 152
- 平均マージ
- 3日 16時間
- マージ済み PR(30日)
- 11
説明
### Describe the enhancement requested
As a developer I want to be able to do query parameter/JDBC Statement binding for Date, Time and Timestamp date types using an iso formatted string. This will help enable the use of 3rd party tools that use ISO string formats for bindings.
**Simple client use case example:**
```
insertStatement.setString(1, "2025-08-14T15:53:00.000Z");
insertStatement.setString(2, "2025-04-01");
insertStatement.setString(3, "21:39:50");
```
コントリビューションガイド
調査の方向性
まず、Date、Time、Timestamp 値に対する JDBC Statement とクエリパラメータバインディングのエントリポイントを見つけます。既存のバインディングまたは日付変換のテストを確認し、その後、ISO 形式の3つの例が受け付けられ、対応する日付型にバインドされることを検証します。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- java
- 領域
- database
- issue の種類
- 機能追加
- 難易度
- 4/5
- 見積もり時間
- 3〜5日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 45/100