Łukasz Adamczewski
Łukasz Adamczewski
This issue is real, for example this is my case: ```yaml databases: prod_tracking_db: dsn: env:CONNECTION_STRING_PROD_TRACKING_DB metrics: link_clicks: type: gauge queries: password_mail_tracking_query: interval: 5m databases: [prod_tracking_db] metrics: [mail_opens, link_clicks] sql: >...
Table for today's date: ```sql CREATE TABLE `link_open_2022_02_10` ( `id` char(36) NOT NULL, `link` text CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL, `mail_id` char(36) NOT NULL, `mail_type` varchar(255) DEFAULT NULL,...
DB Version: ``` percona 8.0.26-17 so MySQL 8 ``` I am calling it that way: ``` call get_clicks_and_opens_for_mail_types("'id_14'", "5 MINUTE"); ``` Getting the results outputted directly without assigning it to...
@albertodonato any progress on this? is there any chance to have a fix?
@teo1978 Tests for 7.4 are passing and I must admit this fork is running fine on a commercial project for almost a year without issues. We are doing a slow...
I made a lot of effort within my PR to have everything running with PHP7.4 also modernizing the stack (phpunit etc.) to work inside of our migrated to php7.4 project....
> Any updates on this one? Can I help to get this PR merged? I did all the heavy lifting for PHP7.4 in https://github.com/propelorm/Propel/pull/1086 if you want to help then...
The same for me I made related issue here schmittjoh/JMSPaymentPaypalBundle#53 Yesterday i was trying to do this differently like in https://github.com/dermythos/JMSPaymentCoreBundle/blob/master/Controller/DemoController.php but cannot confirm if it is working because of...
Will this bundle be upgraded to latest version of SF2? I've looked into bundle and see that security factory definition in security.yml is not compatible with latest version. @sybarite Did...
No problem at all. I've decided to rely on magento soap / rest api. It's not a perfect solution in some cases but it's easier for me since i don't...