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

Add date function to get current date without time component #1937

Merged
merged 8 commits into from
Jul 8, 2024

Commits on Jun 18, 2024

  1. AlaSQL#1936 Add date function to get current date without time component

    - Add CURDATE method to AlaSQL
    - Add test
    paulrutter committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    7ae7564 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. AlaSQL#1936 Add date function to get current date without time component

    - Support dateAsString option
    - Extend tests
    paulrutter committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    9202f79 View commit details
    Browse the repository at this point in the history
  2. AlaSQL#1936 Add date function to get current date without time component

    - Add CURRENT_DATE alias
    - Extend test
    paulrutter committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    8576258 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2024

  1. - 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
    paulrutter committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    d768d84 View commit details
    Browse the repository at this point in the history
  2. - Use tabs

    paulrutter committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    a61ff2f View commit details
    Browse the repository at this point in the history
  3. Merge branch 'develop_2' into feature/add-curdate

    # Conflicts:
    #	yarn.lock
    paulrutter committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    10dddfd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4c12fbc View commit details
    Browse the repository at this point in the history
  5. - Update dependencies

    paulrutter committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    1d41551 View commit details
    Browse the repository at this point in the history