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: phpmyadmin/sql-parser
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 284e665
Choose a base ref
...
head repository: phpmyadmin/sql-parser
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4a135fa
Choose a head ref
  • 18 commits
  • 400 files changed
  • 4 contributors

Commits on Mar 1, 2023

  1. Translated using Weblate (Asturian)

    Currently translated at 60.3% (32 of 53 strings)
    
    [CI skip]
    
    Translation: phpMyAdmin/SQL parser
    Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/sql-parser/ast/
    Signed-off-by: liviuconcioiu <liviu.concioiu@gmail.com>
    liviuconcioiu authored and weblate committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    113d4f5 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2023

  1. Configuration menu
    Copy the full SHA
    aa8a915 View commit details
    Browse the repository at this point in the history
  2. Add new method TokensList::getPreviousOfType + manage list of types i…

    …n TokensList::getPreviousOfType and TokensList::getNextOfType
    Tithugues committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    f3c7f82 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2023

  1. Add new SELECT test case

    Ref: phpmyadmin/phpmyadmin#16741
    
    Signed-off-by: William Desportes <williamdes@wdes.fr>
    williamdes committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    007653a View commit details
    Browse the repository at this point in the history
  2. Add a new CREATE VIEW test case

    Ref: phpmyadmin/phpmyadmin#18196
    
    Signed-off-by: William Desportes <williamdes@wdes.fr>
    williamdes committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    9adabf4 View commit details
    Browse the repository at this point in the history
  3. Add a test case for ALTER TABLE with an INDEX expression

    Ref: phpmyadmin/phpmyadmin#18236
    
    Signed-off-by: William Desportes <williamdes@wdes.fr>
    williamdes committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    27c7201 View commit details
    Browse the repository at this point in the history
  4. Implement a custom JSON serializer on top of the existing one to remo…

    …ve static properties from data files
    
    Signed-off-by: William Desportes <williamdes@wdes.fr>
    williamdes committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    b395fcf View commit details
    Browse the repository at this point in the history
  5. Remove static properties from data files

    Signed-off-by: William Desportes <williamdes@wdes.fr>
    williamdes committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    a5b5b37 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2023

  1. Merge #428 - Fix TokensList::getPrevious which was not able to reach …

    …very first token
    
    Pull-request: #428
    
    Signed-off-by: William Desportes <williamdes@wdes.fr>
    williamdes committed Mar 11, 2023
    Configuration menu
    Copy the full SHA
    b5c995a View commit details
    Browse the repository at this point in the history
  2. Add a CHANGELOG entry for #428

    Pull-request: #428
    
    Signed-off-by: William Desportes <williamdes@wdes.fr>
    williamdes committed Mar 11, 2023
    Configuration menu
    Copy the full SHA
    e2c0e89 View commit details
    Browse the repository at this point in the history
  3. Fix coding standard issues after #428

    Signed-off-by: William Desportes <williamdes@wdes.fr>
    williamdes committed Mar 11, 2023
    Configuration menu
    Copy the full SHA
    a6efc9b View commit details
    Browse the repository at this point in the history
  4. Also exclude asciiMap from .out files

    Signed-off-by: William Desportes <williamdes@wdes.fr>
    williamdes committed Mar 11, 2023
    Configuration menu
    Copy the full SHA
    62533e8 View commit details
    Browse the repository at this point in the history
  5. Make GitHub workflows run for PRs to this branch too

    Signed-off-by: William Desportes <williamdes@wdes.fr>
    williamdes committed Mar 11, 2023
    Configuration menu
    Copy the full SHA
    6677c78 View commit details
    Browse the repository at this point in the history
  6. Add test cases for parsing MySQL special comments

    Ref: #226
    
    Signed-off-by: William Desportes <williamdes@wdes.fr>
    williamdes committed Mar 11, 2023
    Configuration menu
    Copy the full SHA
    049ed2d View commit details
    Browse the repository at this point in the history
  7. Fix TransactionStatement::build() "Call to a member function build(…

    …) on null"
    
    Signed-off-by: William Desportes <williamdes@wdes.fr>
    williamdes committed Mar 11, 2023
    Configuration menu
    Copy the full SHA
    7f84694 View commit details
    Browse the repository at this point in the history
  8. Add a CHANGELOG entry for 7f84694

    Ref: 7f84694
    
    Signed-off-by: William Desportes <williamdes@wdes.fr>
    williamdes committed Mar 11, 2023
    Configuration menu
    Copy the full SHA
    9d47502 View commit details
    Browse the repository at this point in the history
  9. Improve the testParsephpMyAdminDump to re-build all the file

    This is how I found the `TransactionStatement::build()` bug.
    
    Ref: 7f84694
    
    Signed-off-by: William Desportes <williamdes@wdes.fr>
    williamdes committed Mar 11, 2023
    Configuration menu
    Copy the full SHA
    3569ec1 View commit details
    Browse the repository at this point in the history
  10. Fix #226 - Ignore end of comment string at the end of queries with My…

    …SQL-specific commands
    
    Co-Authored-By: William Desportes <williamdes@wdes.fr>
    niconoe- and williamdes committed Mar 11, 2023
    Configuration menu
    Copy the full SHA
    4a135fa View commit details
    Browse the repository at this point in the history
Loading