summaryrefslogtreecommitdiff
path: root/test-data
AgeCommit message (Expand)Author
2024-11-09Consider "column" keyword in "if exists" checks (#109) (#110)externals/sql-indentAlex Harsányi
2024-03-23Transact-SQL if statements are not blocks (#107) (#108)Alex Harsányi
2023-09-23Add support for BEGIN ATOMIC keywordsAlex Harsányi
2022-07-28Add automated tests for #105Alex Harsányi
2022-04-24Add tests for #104 and #103Alex Harsányi
2021-10-30Add support for the postgres support keyword (#101)Alex Harsányi
2021-10-23Fix syntax identification for "end if" blocks (#102)Alex Harsányi
2021-05-15Syntax after a JOIN statement is now 'select-table (#99)Alex Harsányi
2020-09-19Recognize "CREATE EXTENSION" statements (#97)Alex Harsanyi
2020-02-15fixups for indenting where clauses (#93)Alex Harsányi
2020-02-15Mode refinements in recognizing declare statements (#92)Alex Harsanyi
2020-02-01Fix detection of DECLARE blocks in PostgresSQL (#92)Alex Harsanyi
2020-01-25Fixes to function and procedure block detection (#88, #90)Alex Harsanyi
2020-01-19CREATE TABLE, VIEW and INDEX does not start a block (#89)Alex Harsanyi
2020-01-11Fix indentation for create schema if not exists (fixes #87)Alex Harsanyi
2019-06-08Recognize left and right outer join statements #85Alex Harsanyi
2019-04-18Recognize more types of begin transaction statements (fixes #84)Alex Harsanyi
2019-03-31Don't recognize select keywords in comments, fixes #83Alex Harsanyi
2019-03-15recognize elseif in addition to elif #81Alex Harsanyi
2019-03-15don't be confused by drop function or procedure statements #80Alex Harsanyi
2019-02-20Recognize more create keywords (#75)Alex Harsányi
2018-12-13Recognize FULL JOIN, UNION ALL and EXCEPT keywords #73 (#74)Alex Harsányi
2018-12-13Recognize `select-join-condition` syntax inside nested statements #70 (#71)Alex Harsányi
2018-12-11`sqlind-search-backward` finds things at the same nesting level (#68) (#69)Alex Harsányi
2018-10-23Fix up bad detection of $$ delimiters in PostgreSQL dialect (#67)Alex Harsányi
2018-10-09don't recognize "begin transaction" as a blockAlex Harsanyi
2018-07-12recognize implicit JOIN clauses (fixes #64) (#65)Alex Harsányi
2018-02-26Recognize MySQL optional clauses, #60 (#61)Alex Harsányi
2018-01-06Recognize PostgreSQL $$ quote syntax, #54 (#55)Alex Harsányi
2018-01-03Correct indentation of column continuation with operators. (#53)Pierre Téchoueyres
2017-12-16Correct the adjustment of indentation for operators in select (#52)Pierre Téchoueyres
2017-12-12Add new indentation function for select columns. (#50)Pierre Téchoueyres
2017-10-13Correct detection of labels in `sqlind-maybe-loop-statement'. (#49)Pierre Téchoueyres
2017-10-09Correct detection of labels in `for` or `while` loops. (#48)Pierre Téchoueyres
2017-09-21Introduce a nested-statement-close syntaxAlex Harsanyi
2017-09-19fixup refining a nested-statement-continuation (#46)Alex Harsanyi
2017-08-19Don't be confused by names that contain keywords (#42)Alex Harsányi
2017-08-09Recognize MsSQL directives and declarations (#40)Alex Harsanyi
2017-08-02Fix detection of select column start and LIMIT keyword #39Alex Harsanyi
2017-07-24Allow detection of user name in package, procedure or function. (#37)Pierre Téchoueyres
2017-07-21Try to correct 'bad closing for begin block' message. (#36)Pierre Téchoueyres
2017-07-15Add %type, %rowtype and table prefix in function's return type. (#33)Pierre Téchoueyres
2017-06-29Don't be fooled by "if exists" statementsAlex Harsanyi
2017-06-29Performance improvements (#31)Alex Harsányi
2017-06-15Avoid infinite loop in `sqlind-syntax-in-case`Alex Harsanyi
2017-06-15Detect end of exception block correctly (#30)Pierre Téchoueyres
2017-06-13fix anchor point for case statement syntax (#29)Alex Harsanyi
2017-06-13Fix exception being a type as well as a keyword (#28)Alex Harsanyi
2017-06-12fix syntax detection in exception blocks and case statements (#28 and #29)Alex Harsanyi
2017-06-08Various minor improvements on left align SQL statments. (#22)Pierre Téchoueyres