Index: TODO =================================================================== diff -u -rc9258caf4c18915bdf4d752ad879932c6da7d967 -rfe68b259d9a15328a04a9dc64394dc5ffe5ba5a4 --- TODO (.../TODO) (revision c9258caf4c18915bdf4d752ad879932c6da7d967) +++ TODO (.../TODO) (revision fe68b259d9a15328a04a9dc64394dc5ffe5ba5a4) @@ -2605,8 +2605,17 @@ * handle fetch of embedded objects * added method count for mongo mapped classes * improve documentation + * added handling of bson types for timestamps and dates + * provide setup based on mongo_db, mongo_collection and mongo_ns TODO: + +- the scripted init block is called before init. If the default + setting of the default parameters depend on each other, this has to + be set in the "init". But this won't be available in the init block. + This is not nice in the mongo case, where one has "mongo_ns", + "mongo_db" and "mongo_collection" which are related variables. + - how to delete attributes? - Higher binary compatibility for future versions: