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

Feature TIMEDIFF and TIMESTAMPDIFF function expressions #17614

Open
wants to merge 9 commits into
base: 5.next
Choose a base branch
from

Commits on Mar 4, 2024

  1. Configuration menu
    Copy the full SHA
    379385f View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. Configuration menu
    Copy the full SHA
    2512527 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. Merge pull request cakephp#17609 from LordSimal/5.x-undefined-property

    5.x: fix undefined property warning
    markstory committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    5c069e1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request cakephp#17608 from cakephp/5.x-datetime-string

    Fix up parsing of datetime string with microseconds.
    dereuromark committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    35fe382 View commit details
    Browse the repository at this point in the history
  3. Add test for int backed.

    dereuromark committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    6f45ee0 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. Merge pull request cakephp#17611 from cakephp/5.x-int-backed-form-helper

    Add test for int backed in Form control().
    markstory committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    5e88586 View commit details
    Browse the repository at this point in the history
  2. feat: added sql function expressions for "TIMEDIFF" and "TIMESTAMPDIF…

    …F" along with test cases
    kevinfrom committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    a841fe5 View commit details
    Browse the repository at this point in the history
  3. updated docblocks for timeDiff and timestampDiff saying the SQL f…

    …unctions are only available in MySQL.
    kevinfrom committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    429bb50 View commit details
    Browse the repository at this point in the history
  4. Only run timeDiff and timestampDiff test cases if the driver is M…

    …ySQL, since the functions are only available in MySQL
    kevinfrom committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    f6a30c2 View commit details
    Browse the repository at this point in the history