0.28.5 (2018-08-03) Bugs fixed 0.28.5 (2018-08-03) Bugs fixed The discouraged usage of GCC’s attribute optimize("Os") was replaced by thesimilar attribute cold to reduce ...
New Features: Fixes & Improvements: What’s Next: New Features: this was a hotfix patch Fixes & Improvements: Patch for document uploader that was prevent the uploading of...
Exit status Available exit codes Error message “Not used” Exit status A lot of effort has gone into the project to make curl return a usable exitcode when something goes wro...
results – Result class definitions Previous topic Next topic This Page Quick search results – Result class definitions Result class definitions. class pymongo.results.``...
Start from Yes Start from Yes Recently I was at a grocery store searching high and low for “edamame” (which I only vaguely knew was some kind of a vegetable). I wasn’t sure whe...
3.0.0 (2020-??-??) Features added Bugs fixed Other changes 3.0.0 (2020-??-??) Features added Cython functions now use the PEP-590 vectorcall protocol in Py3.7+.Patch by J...
Mail templates Mail notifications supporting templates Template syntax The subject part of the template The mail body part of the template Troubleshooting Example Subject Mai...
system.text_log system.text_log Contains logging entries. The logging level which goes to this table can be limited to the text_log.level server setting. Columns: event_date...
Identifier equality Identifier equality Two identifiers are considered equal if the following algorithm returns true: proc sameIdentifier ( a , b : string ): bool = ...