You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor SQL query handling in DbReplicator and MySQLApi for improved security and clarity
- Updated DbReplicator to pass raw primary key values to mysql_api, eliminating manual quote handling for parameterized queries.
- Enhanced MySQLApi to use parameterized queries for pagination, preventing SQL injection and improving query safety.
- Added detailed logging for query execution and parameters to aid in debugging and error handling.
0 commit comments