News

When using func.now() as a default value for datetime fields in StorageSession, rapid consecutive updates can lead to situations where the update count is 0. This triggers SQLAlchemy's update count ...
It seems PREVIOUS(rec, order_by=":DateTime column:") does not reliably sort. I thought it would sort on datetime object, but that is not the case. I could not determine on what is is sorting (does not ...