-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Extract helpers for createTable/beginInsertTable in BaseJdbcClient
It's sometimes required in connectors to change the generated query. To do that today we need to override entire beginInsert/createTable method. Over time the implementation in BaseJdbcClient improves to handle bugs or new features for example but the overridden code doesn't inherit those improvements. This change extracts more focused overridable methods.
- Loading branch information
1 parent
07909a7
commit 254457d
Showing
1 changed file
with
116 additions
and
71 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters