Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
0fe2ba1
fix: sql_fix no longer shows unfixed SQL as "Auto-Fixed"
mhallida Mar 23, 2026
d3edf87
fix: sql_diff now correctly detects differences between queries
mhallida Mar 23, 2026
ea98625
fix: sql_rewrite now detects and rewrites non-sargable predicates
mhallida Mar 23, 2026
32c2b34
fix: sql_optimize now returns optimized SQL with rewrite suggestions
mhallida Mar 23, 2026
ae76eea
fix: sql_translate handles Snowflake→BigQuery constructs correctly
mhallida Mar 23, 2026
ed4b109
fix: sql_format now produces multi-line indented output
mhallida Mar 23, 2026
f0fc9d3
fix: altimate_core_fix now corrects keyword typos (SELCT→SELECT, etc.)
mhallida Mar 23, 2026
0126fa0
fix: altimate_core_correct fixes [object Object] and handles keyword …
mhallida Mar 23, 2026
dfe99b4
fix: altimate_core_compare reads correct field names from CompareResult
mhallida Mar 23, 2026
50e2c73
fix: altimate_core_equivalence recognizes = X as equivalent to IN (X)
mhallida Mar 23, 2026
248bd68
fix: altimate_core_track_lineage extracts edges from nested structure
mhallida Mar 23, 2026
570ea09
fix: altimate_core_semantics detects implicit cross joins (comma-joins)
mhallida Mar 23, 2026
a36e9a8
fix: altimate_core_migration reads correct field names from Migration…
mhallida Mar 23, 2026
a49661a
fix: altimate_core_column_lineage uses full depth for CTE tracing
mhallida Mar 23, 2026
80af42c
fix: altimate_core_classify_pii detects credit card columns
mhallida Mar 23, 2026
5a0dd2b
fix: schema_diff correctly transforms SchemaChange to ColumnChange fo…
mhallida Mar 23, 2026
4da972c
fix: sql_analyze detects WINDOW_WITHOUT_PARTITION and LARGE_IN_LIST
mhallida Mar 23, 2026
0f91f3c
fix: altimate_core_policy no longer rejects valid DML before checking…
mhallida Mar 23, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Loading