Dmitry Khrysev
Dmitry Khrysev
Hi, @jimohalloran Thank you for your response. Doctrine extensions is a separate project that provides a set of useful functions that allow transparent usage of MySQL or PostgreSQL in your...
@mesolaries thank you for your PR and fix. Please update tests to show the bug and correctness of the fix. Sorry for delay in the answer.
I've checked `CONVERT_TZ` and it works as expected. As a source of this implementation MySQL CONVERT_TZ was taken. https://dev.mysql.com/doc/refman/8.0/en/date-and-time-functions.html#function_convert-tz DQL function should return same results for both supported platforms (MySQL...
@mesolaries you are right, I've missed parentheses position. Please update test so I'll be able to merge the PR
Hi, @greeflas It should be compatible with PHP 8. The latest Oro products depend on PHP 8 and this library.
Hi, @tomzx. This bug affects our CI recently, do you have plans to fix this issue?
updated dependencies for 2.x and master
@mdalvi you can get userID from the [Identity URL](https://help.salesforce.com/s/articleView?id=sf.remoteaccess_using_openid.htm&type=5) ```python sf = simple_salesforce.Salesforce(...) resources = sf.restful('') # List Available REST Resources identity = resources.get('identity') user_id = identity[-18:] ```
@philippeaellig thank you for your contribution. Overall looks good. Please fix failing builds
Outdated. All changes are already applied