Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: dnsmkl/fsqlf
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: CUBRID/fsqlf
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 10 commits
  • 17 files changed
  • 3 contributors

Commits on Mar 7, 2023

  1. Copy the full SHA
    140ff78 View commit details
  2. Copy the full SHA
    0c4b07f View commit details

Commits on Mar 8, 2023

  1. [TOOS-4434] Add CUBRID exclusive SQL grammer to Free SQL Formatter

    **Purpose**
    - Modify to support CUBRID exclusive grammars.
    - Modify the makefile so that fsqlf only builds the CLI.
    
    **Changes**
    Add SQL statement
    - LIMIT
    - DIFFERENCE
    - USING INDEX
    - USING INDEX NONE
    - USE | FORCE | IGNORE INDEX
    
    Modify makefile
    - GUI, test, build archive, installation, CMake remove
    Srltas authored Mar 8, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    e1dd6b9 View commit details

Commits on Jun 22, 2023

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    e8bc4eb View commit details

Commits on Sep 26, 2024

  1. [TOOLS-4671] add new line and 2 spaces after SQL keyword FROM (#3)

    add new line and 2 spaces after 'SQL keyword FROM & comments', do not rewrite keywords related with JOIN
    kisoo-han authored Sep 26, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    731a71e View commit details

Commits on Sep 30, 2024

  1. [TOOLS-4672] [fsqlf], change operator precedence for FLEX (#4)

    1. lower operator precedence lower (+-*/ and ||) 2. Link static for fsqlf. 3 generate formatting.conf for distribution
    kisoo-han authored Sep 30, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    75d8358 View commit details

Commits on Oct 8, 2024

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    3f7ec3d View commit details

Commits on Oct 16, 2024

  1. [TOOLS-4675] Change format for subquery, use DELETE as is, adopt 64bi…

    …t Linux build (#6)
    
    change for - subquery format, use DELETE as it is, 64bit Linux build
    kisoo-han authored Oct 16, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    a7cd9ca View commit details

Commits on Oct 22, 2024

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    2a225ad View commit details

Commits on Oct 29, 2024

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    f26bfab View commit details
Loading