Log message #4218921

# At Username Text
# Dec 16th 2019, 17:58 jotpe `<= new DateTime()` this doesn't work. Must be => always. The sql comparison operator is directly after date_revocation
# Dec 16th 2019, 17:55 luizcmarin @jotpe less than or equal to old ones. greater or equal for future ...
# Dec 16th 2019, 17:53 luizcmarin ```'Matriculations.date_revocation <' => new DateTime()]]);``` <= new DateTime() ... ? I do not know if I understand. I do not speak english. but I would risk that.
# Dec 16th 2019, 17:44 jotpe Anyone has a idea?
# Dec 16th 2019, 17:44 slackebot <jotpe>
# Dec 16th 2019, 17:43 jotpe I have a Matriculations Model which is associated with Memberships. I want to find all Memberships without Matriculations OR with Matriculations that are old. For some reason my where conditions doesn't seem to work:
# Dec 16th 2019, 17:43 slackebot <luizcmarin>
# Dec 16th 2019, 17:35 jotpe Hey, props to 4x :cakephp:
# Dec 16th 2019, 17:21 luizcmarin I have now seen the release of CakePHP 4.0. Please accept this humble congratulations for the excellent work done.
# Dec 16th 2019, 16:49 dereuromark probably a ClassAnnotatorTask
# Dec 16th 2019, 16:49 neon1024 I have to learn about Amazon Connect over the holidays too
# Dec 16th 2019, 16:49 neon1024 I break up for the holidays from work on Friday :)
# Dec 16th 2019, 16:49 dereuromark you can open some ticket with basic/rough ideas already
# Dec 16th 2019, 16:48 neon1024 ..as I’m currently busy finishing off a call back notification system, I will get that finished, and if I have some time before the end of the week I might take another look, as it strikes me as taking a bit of time to learn
# Dec 16th 2019, 16:48 dereuromark it would be, yeah
# Dec 16th 2019, 16:48 neon1024 @dereuromark I thought a pull request to your ide helper plugin would be in the Annotations shell, but I can’t see any obvious methodology in the code for how it works
# Dec 16th 2019, 16:47 jimbo2150 Congrats on releasing version 4.0!
# Dec 16th 2019, 16:46 admad Mind Reading Development
# Dec 16th 2019, 16:44 jh MRD Support - whats that?
# Dec 16th 2019, 16:42 dereuromark @neon1024 what do you mean with routing comments and plugins?
# Dec 16th 2019, 16:42 jh https://bakery.cakephp.org/2019/12/15/cakephp_400_released.html
# Dec 16th 2019, 16:40 alexmax it's out?
# Dec 16th 2019, 16:40 jh and all contibutors!
# Dec 16th 2019, 16:40 jh Thanks to the core team :)
# Dec 16th 2019, 16:39 jh Grats for releasing 4.0.0
# Dec 16th 2019, 16:27 neon1024 No harm in learning about meta programming
# Dec 16th 2019, 16:26 neon1024 I’ll take another look later in the week when and or if I complete the feature I’m building :)
# Dec 16th 2019, 16:26 neon1024 Thanks :thumbsup:
# Dec 16th 2019, 16:24 markstory 1.x branch.
# Dec 16th 2019, 16:16 neon1024 Ah there is no bake for routing either, well, hopefully someone clever can implement it
# Dec 16th 2019, 16:16 neon1024 Sorry @dereuromark but I looked at adding the extra routing comments to your plugin, but I don’t understand the code
# Dec 16th 2019, 16:15 neon1024 As `master` composer file now requires 4.0
# Dec 16th 2019, 16:14 neon1024 Which branch do I target pull requests to cakephp/bake for 3.x compatible versions?
# Dec 16th 2019, 15:33 neon1024 This project is on 3.something
# Dec 16th 2019, 15:27 admad k, i was afraid we broke something in 4 hence checked :)
# Dec 16th 2019, 15:24 neon1024 I presume it was a string and something didn’t like it
# Dec 16th 2019, 15:24 neon1024 I updated my typehint to `DateTimeInterface` and wrapped the input in `FrozenTime` and it worked fine
# Dec 16th 2019, 15:21 admad > Why doesn’t the dateTime validation like 2019-12-19T12:30 I just checked and Validator::dateTime() accepts that values
# Dec 16th 2019, 15:13 birdy247 lol, expalins our bug
# Dec 16th 2019, 15:10 neon1024 Sure, but it won’t be persisted
# Dec 16th 2019, 15:10 birdy247 In theory, can an afterSave be used to set a property on the entity being saved