Commit 1f9c61f
committed
Fix extractTableName to check identifier before appending dot
Addresses PR feedback: Only append dot after database identifier
if table identifier is not null to avoid trailing dots.1 parent 185c626 commit 1f9c61f
File tree
1 file changed
+5
-1
lines changed- jdbc-v2/src/main/java/com/clickhouse/jdbc/internal
1 file changed
+5
-1
lines changedLines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
283 | 283 | | |
284 | 284 | | |
285 | 285 | | |
286 | | - | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
287 | 291 | | |
288 | 292 | | |
289 | 293 | | |
| |||
0 commit comments