You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to redbeanphp
At the risk of being accused of feature creep I silently added support
for datetime support in the optimizer (you need to attach it
manually:
require("RedBean/Plugin/Optimizer.php");
$optimizer = new RedBean_Plugin_Optimizer( $toolbox );
$redbean->addEventListener("update", $optimizer);
).
The Optimizer will now convert columns with datetime values to
datetimefields. If a different value is inserted the column will be
reverted by OODB in fluid mode.
As you may know the optimizer acts silently and in the background.
Warning: The optimizer does not check (yet) for fluid/frozen mode so
only attach this in fluid mode!
gabor
unread,
Dec 3, 2009, 2:29:25 PM12/3/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message