crate / cratedb-toolkit

CrateDB Toolkit, an SDK for CrateDB and CrateDB Cloud.
https://cratedb-toolkit.readthedocs.io/
GNU Affero General Public License v3.0
7 stars 3 forks source link

DMS/DynamoDB/MongoDB: Use SQL with parameters instead of inlining values #243

Closed amotl closed 2 weeks ago

amotl commented 3 weeks ago

About

This patch adjusts for an improvement to commons-codec where the SQLOperation class has been introduced to bundle together an SQL statement and its parameters.

References