summaryrefslogtreecommitdiffstats
path: root/yql/essentials/sql/v1/format/check
Commit message (Collapse)AuthorAgeFilesLines
* Intermediate changesrobot-piglet9 days3-7/+23
| | | | commit_hash:3682aa4bbce05c002af982ecdc21ea73784a939e
* YQL-21134: Set UnstableFormat AST flag unconditionallyvitya-smirnov10 days4-8/+14
| | | | | | | - Renamed `TAstNodeFlags::IgnoredContent` to `TAstNodeFlags::UnstableFormat` to better reflect its purpose. - Removed the `MarkQueryTextAtomWithIgnoredContent` translation setting. The `UnstableFormat` flag is now unconditionally applied to query text atoms during parsing. - Updated `CheckedFormat` and `ValidateAST` to accept an already parsed AST. Since the flag is now set unconditionally, we can reuse the initial AST for format validation. This avoids re-parsing the original query, reducing redundant AST builds and overall RAM consumption. commit_hash:bba3e6733d3a9c120cf9724a161e603de0cfc038
* YQL-21134: Introduce not strict AST equalityvitya-smirnov2026-06-106-91/+116
| | | | commit_hash:6d140dd812ad22bada6b8680e160b74b599f7032
* YQL-20882: Ensure formatting and lexer checks are OK on pgSQLvitya-smirnov2026-04-144-0/+78
| | | | commit_hash:153e546ce3d52153d488b9b36d63c3b44f5a959f
* YQL-21134: Do not check formatted AST on CREATE VIEWvitya-smirnov2026-04-071-62/+158
| | | | commit_hash:1465f98162ca2b71d5b4c0d8088af25f68cd1d3b
* YQL-20538: Introduce --test-triple-formatvitya-smirnov2026-03-122-3/+28
| | | | | | | | | | | | | Can not enable an option `--test-double-format` because a lot of Query Replay failures which are hard to fix, so introducing this option to temporarly relax the formatter requirements to enable at least such check on a Query Replay. It is not enabled in tests, because a `--test-double-format` is already enabled there and it is more strict. Also fixed a bug with multiline comments NL preservation. commit_hash:3c42dcf4b0b00026a97643a0031d2a3a8a319a1a
* Intermediate changesrobot-piglet2026-03-032-7/+12
| | | | commit_hash:a66d1ef65085fb8e8bfe860b8b7a95cbc5793851
* Intermediate changesrobot-piglet2026-02-261-24/+24
| | | | commit_hash:d7143d999c6383c49b3e32ea07930fde8292ce15
* YQL-20504: Fix formatting check in QPlayersvitya-smirnov2025-10-133-0/+130
commit_hash:cbb6bbe39c72e2322d57a38ded86cda07c68a419