Log message #4046056

# At Username Text
# Jun 29th 2017, 06:05 Sebollson but it now ;(
# Jun 29th 2017, 06:05 savant it should be the same
# Jun 29th 2017, 06:04 Sebollson i think that behavior events should be threated the same
# Jun 29th 2017, 06:04 Sebollson and it would work
# Jun 29th 2017, 06:04 Sebollson normally I would reutrn false in afterSave method of table
# Jun 29th 2017, 06:04 savant if you want to screw with its connection
# Jun 29th 2017, 06:03 savant but you may need to get a reference to the table
# Jun 29th 2017, 06:03 Sebollson normally
# Jun 29th 2017, 06:03 Sebollson as special case of ORM event listener
# Jun 29th 2017, 06:03 savant it should
# Jun 29th 2017, 06:03 Sebollson shouldnt it work the same ?
# Jun 29th 2017, 06:03 Sebollson but in case of behaviors
# Jun 29th 2017, 06:03 Sebollson i know that beforeSave in table is not the same as beforeSave event
# Jun 29th 2017, 06:03 Sebollson but now
# Jun 29th 2017, 06:03 savant sad panda
# Jun 29th 2017, 06:03 savant :(
# Jun 29th 2017, 06:02 Sebollson in both cases I have to rollback
# Jun 29th 2017, 06:02 Sebollson and target entity
# Jun 29th 2017, 06:02 Sebollson during saving of audit entity
# Jun 29th 2017, 06:02 Sebollson and I have 2 possible points of failure
# Jun 29th 2017, 06:02 Sebollson its about audits
# Jun 29th 2017, 06:02 Sebollson i have to
# Jun 29th 2017, 06:02 savant but that should work
# Jun 29th 2017, 06:02 Sebollson :)
# Jun 29th 2017, 06:02 savant YOLODB
# Jun 29th 2017, 06:02 savant i dont use transactions usually
# Jun 29th 2017, 06:01 savant so if the dispatchEvent rolls it back, then you’re fine
# Jun 29th 2017, 06:01 savant checks to see if we’re in a transaction
# Jun 29th 2017, 06:01 savant because this line: https://github.com/cakephp/cakephp/blob/master/src/ORM/Table.php#L1852
# Jun 29th 2017, 06:00 Sebollson lets try it out
# Jun 29th 2017, 06:00 Sebollson #ic
# Jun 29th 2017, 06:00 savant $this->getConnection()->rollback()
# Jun 29th 2017, 06:00 Sebollson exception ?
# Jun 29th 2017, 06:00 savant you can do something like
# Jun 29th 2017, 06:00 savant *afterSave
# Jun 29th 2017, 06:00 savant in your afterSAVE
# Jun 29th 2017, 05:59 savant holdon
# Jun 29th 2017, 05:59 Sebollson ;/
# Jun 29th 2017, 05:59 Sebollson in general afterSave result is neglected
# Jun 29th 2017, 05:59 Sebollson hmm
# Jun 29th 2017, 05:58 savant i think https://github.com/cakephp/cakephp/blob/master/src/ORM/Table.php#L1827