| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
CLI core fixes: - Move err check before req.Header.Add in plugins.go (nil pointer) - Fix goroutine leaks in transformerpipeline pipeline.go - Populate mt metrics in sync_v3.go (was always sending zeros) - Fix duplicate WithRemovePKs() -> WithRemoveUniqueConstraints() in sync_v2.go - Add mutex protection for data races in analytics/client.go - Remove dead code in plugins.go GetSpecJsonScheme Plugin fixes: - Sanitize SQL in clickhouse table queries (SQL injection) - Fix nil dereference + context.Background in clickhouse equalTTLs - Replace panic(err) with error returns in mongodb write.go - Add tx nil guard in postgresql migrate.go deferred rollback - Sanitize table names in postgresql dropTable/addColumn - Fix SQL injection in duckdb/sqlite pragma_table_info - Fix resource leak in gcs write.go (w.Close on all error paths)
There was a problem hiding this comment.
Hi @praneshnikhar, thank you for your contribution. Can you please open a bug report with a reproduction per issue fixed in this PR? This will help us understand the impact per issue and prioritize the review accordingly
Sorry, something went wrong.
Done — opened issues #23164 through #23173, each with reproduction steps. Let me know if you need anything else! |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
CLI bugs:
Plugin bugs: