summaryrefslogtreecommitdiff
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-23Bump version number to 1.7Alex Harsányi
2023-09-23fix doc comment warnings reported by Emacs 29.1Alex Harsányi
2023-09-23Add support for BEGIN ATOMIC keywordsAlex Harsányi
2022-07-28Add automated tests for #105Alex Harsányi
2022-07-28fix declare detection with locals qualifier (#105)Jonas Jelten
2022-04-24Add tests for #104 and #103Alex Harsányi
2022-04-24fix syntax checker for CONSTRAINT IF EXISTS (#104, fix #103)Thijs
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-09-29don't recognize "if" statements after "routine" and "view" keywords (#100)Vincent Bernardoff
2021-06-20bump version to 1.6Alex 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-05-02Skip over empty lines when using previous-line indentation (#95)Alex Harsanyi
2020-04-11Add .github directory to .elpaignoreAlex Harsanyi
2020-03-21Release 1.5, remove Travis, add GitHub Actions status badgeAlex Harsanyi
2020-02-29Document limitations of recognizing DECLARE statements (#92)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-25Create GH Action for build and test (#91)Alex Harsányi
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-20Update version to 1.4Alex 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-03-10Apply advices of `checkdoc' (#77)Pierre Téchoueyres
2019-03-10Fix `sqlind-comment-end' regexp. (#79)Pierre Téchoueyres
2019-03-01also fix sqlind-end-statement-regexpAlex Harsanyi
2019-03-01Fix regexp bug in `sqlind-good-if-candidate` (fixes #76)Alex 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-25update version to 1.3Alex Harsanyi
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-05-07* sql-indent.el: Add `package-requires` for cl-libStefan Monnier
2018-05-06update to version 1.2Alex Harsanyi
2018-02-26Recognize MySQL optional clauses, #60 (#61)Alex Harsányi
2018-02-13* sql-indent.el: Don't require cc-defs.Stefan Monnier
2018-02-11sql-indent.el: Fix Author: email formatStefan Monnier
2018-01-30Add .elpaignore fileAlex Harsanyi