crate / commons-codec

Data decoding, encoding, conversion, and translation utilities.
https://commons-codec.readthedocs.io
GNU Lesser General Public License v3.0
1 stars 2 forks source link

DMS/DynamoDB: Use parameterized SQL WHERE clauses instead of inlining #36

Closed amotl closed 3 weeks ago

amotl commented 3 weeks ago

About

Following up on https://github.com/crate/commons-codec/pull/35#pullrequestreview-2260314090, this patch also introduces parameterized WHERE clauses within the DMS and DynamoDB I/O adapter implementations.

Validation

That other PR validates the patch on behalf of CrateDB Toolkit.