-
Notifications
You must be signed in to change notification settings - Fork 49
Comparing changes
Open a pull request
base repository: vimeo/php-mysql-engine
base: support-null-value-comparision-in-min-max
head repository: vimeo/php-mysql-engine
compare: master
- 20 commits
- 6 files changed
- 5 contributors
Commits on Sep 8, 2025
-
Merge pull request #62 from vimeo/support-null-value-comparision-in-m…
…in-max Update Min & Max function to compare with null values.
Configuration menu - View commit details
-
Copy full SHA for 5a1241f - Browse repository at this point
Copy the full SHA 5a1241fView commit details
Commits on Sep 22, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 675df9e - Browse repository at this point
Copy the full SHA 675df9eView commit details -
Merge pull request #63 from tarasom/timestampdiff_support
feat: Add support for TIMESTAMPDIFF() function
Configuration menu - View commit details
-
Copy full SHA for 19a7d7a - Browse repository at this point
Copy the full SHA 19a7d7aView commit details -
Configuration menu - View commit details
-
Copy full SHA for fcb2f63 - Browse repository at this point
Copy the full SHA fcb2f63View commit details -
Merge pull request #64 from tarasom/xdebug_off
ci: Disable Xdebug for PHPUnit to resolve dynamic property error
Configuration menu - View commit details
-
Copy full SHA for 226e0fe - Browse repository at this point
Copy the full SHA 226e0feView commit details
Commits on Sep 23, 2025
-
anton-skochko_Vimeo committed
Sep 23, 2025 Configuration menu - View commit details
-
Copy full SHA for 122a89e - Browse repository at this point
Copy the full SHA 122a89eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4698fa0 - Browse repository at this point
Copy the full SHA 4698fa0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 98965c1 - Browse repository at this point
Copy the full SHA 98965c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c21b41 - Browse repository at this point
Copy the full SHA 9c21b41View commit details -
Merge pull request #66 from 1okey/least
Add support of `LEAST` function
Configuration menu - View commit details
-
Copy full SHA for 68d846a - Browse repository at this point
Copy the full SHA 68d846aView commit details -
Merge pull request #65 from tarasom/convert_tz
feat: Add support for CONVERT_TZ() function
Configuration menu - View commit details
-
Copy full SHA for e5b28a6 - Browse repository at this point
Copy the full SHA e5b28a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 710e8eb - Browse repository at this point
Copy the full SHA 710e8ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 474bf46 - Browse repository at this point
Copy the full SHA 474bf46View commit details -
Merge pull request #67 from 1okey/least-psalm
Address psalm issues raised by the introduction of LEAST function
Configuration menu - View commit details
-
Copy full SHA for 0297dd1 - Browse repository at this point
Copy the full SHA 0297dd1View commit details
Commits on Sep 24, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 3fd1612 - Browse repository at this point
Copy the full SHA 3fd1612View commit details
Commits on Sep 25, 2025
-
fix: Resolve evaluation issues in SUM() and CONVERT_TZ() functions
Taras Omelianchuk committedSep 25, 2025 Configuration menu - View commit details
-
Copy full SHA for 4dccefa - Browse repository at this point
Copy the full SHA 4dccefaView commit details -
Merge pull request #69 from tarasom/fix_evaluation
fix: Resolve evaluation issues in SUM() and CONVERT_TZ() functions
Configuration menu - View commit details
-
Copy full SHA for 5fd4695 - Browse repository at this point
Copy the full SHA 5fd4695View commit details -
Merge pull request #68 from tarasom/session_time_zone
feat: Add support for `@@session.time_zone` system variable
Configuration menu - View commit details
-
Copy full SHA for 0625ea7 - Browse repository at this point
Copy the full SHA 0625ea7View commit details -
fix: Correct SUM() evaluation for empty result sets
Taras Omelianchuk committedSep 25, 2025 Configuration menu - View commit details
-
Copy full SHA for bfa5473 - Browse repository at this point
Copy the full SHA bfa5473View commit details -
Merge pull request #70 from tarasom/fix/sql-sum-empty-set
fix: Correct SUM() evaluation for empty result sets
Configuration menu - View commit details
-
Copy full SHA for ba50273 - Browse repository at this point
Copy the full SHA ba50273View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff support-null-value-comparision-in-min-max...master