Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PR pain #1942

Merged
merged 4 commits into from
Jul 8, 2024
Merged

PR pain #1942

merged 4 commits into from
Jul 8, 2024

Commits on Jul 8, 2024

  1. Update yarn.lock

    mathiasrw committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    eb4794b View commit details
    Browse the repository at this point in the history
  2. Add date function to get current date without time component (#1937)

    * #1936 Add date function to get current date without time component
    - Add CURDATE method to AlaSQL
    - Add test
    
    * #1936 Add date function to get current date without time component
    - Support dateAsString option
    - Extend tests
    
    * #1936 Add date function to get current date without time component
    - Add CURRENT_DATE alias
    - Extend test
    
    * - Fix running the parser in package.json
    - Add rebuild parser documentation
    - Add CURDATE/CURRENT_DATE to parser definition
    - Allow both with and without parenthesis
    - Adjust test
    
    * - Use tabs
    
    * - Use alias to prevent duplicate code for CURRENT_DATE
    
    * - Update dependencies
    paulrutter committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    7785563 View commit details
    Browse the repository at this point in the history
  3. Update dependencies

    mathiasrw committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    a2b989b View commit details
    Browse the repository at this point in the history
  4. Fmt

    mathiasrw committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    9716bf4 View commit details
    Browse the repository at this point in the history