Export - CSV (All fields)
Export - CSV (Current fields)
MOTOR-1334
Running async client inside different async io loops breaks the clientMOTOR-800
memory increaseMOTOR-805
The actual number of query result is inconsistent with the length argument when you call to_list().MOTOR-822
Python running loop inefficiency with motorMOTOR-1012
Update __all__ to allow partial imports without warningsMOTOR-99
Unclean import of Motor 0.5.0 from buildout on 2.7MOTOR-1223
`AsyncIOMotorClientSession` is not declared in __all__MOTOR-902
Since Python 3.10 asyncio.get_event_loop() is deprecatedMOTOR-338
Don't obfuscate full module name when generating framework-specific API classesMOTOR-114
Use async / await in asyncio tutorialMOTOR-314
Allow BULK operations to accept generatorsMOTOR-185
When using Change Streams, motor does not shutdown cleanlyMOTOR-135
Fine tuning of ThreadPoolExecutor workers numberMOTOR-105
"TypeError: object of type 'NoneType' has no len()" in stream_to_handlerMOTOR-77
Inconsistent ssl error typesMOTOR-1320
Runtime Error: Event loop is closedMOTOR-1102
motor raises Runtime Error : Event loop is closedMOTOR-488
InvalidStateError in AgnosticLatentCommandCursor when future is cancelledMOTOR-627
How to make count() in motor, trying to replace pymongo with motorMOTOR-619
`max_pool_size` option document in motor raises exceptions, must be replaced with maxPoolSizeMOTOR-335
Python2 compatibilty for AsyncIOMotorClientMOTOR-1054
motor.motor_asyncio is broken for Python 3.11MOTOR-248
Don't use name "async" as variable nameMOTOR-152
Unable to connect to MongoDB with authenticate enabledMOTOR-107
Cannot check for closed socket in asyncioMOTOR-315
Error in __init__ while subclassing AsyncIOMotorCollection calling super()MOTOR-125
asyncio API docs show "callback" parameter for coroutinesMOTOR-221
'AsyncIOMotorLatentCommandCursor' object has no attribute 'explain'MOTOR-94
"invalid syntax" when installing in Python 2MOTOR-100
Spurious connection timeouts when competing for getaddrinfo lockMOTOR-78
socket_keep_alive for asyncioMOTOR-81
Cursor.close() from cursor-each callback doesn't stop iterationMOTOR-1317
AsyncIOMotorCursor.to_list() raises exception on empty TimeSeries collectionMOTOR-323
PyMongo causes a segmentation fault (randomly?) when using Motor async framework
{"errorMessages":["jqlTooComplex"],"errors":{}}
[{"id":-1,"name":"My open issues","jql":"assignee = currentUser() AND resolution = Unresolved order by updated DESC","isSystem":true,"sharePermissions":[],"requiresLogin":true},{"id":-2,"name":"Reported by me","jql":"reporter = currentUser() order by created DESC","isSystem":true,"sharePermissions":[],"requiresLogin":true},{"id":-4,"name":"All issues","jql":"order by created DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-5,"name":"Open issues","jql":"resolution = Unresolved order by priority DESC,updated DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-9,"name":"Done issues","jql":"statusCategory = Done order by updated DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-3,"name":"Viewed recently","jql":"issuekey in issueHistory() order by lastViewed DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-6,"name":"Created recently","jql":"created >= -1w order by created DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-7,"name":"Resolved recently","jql":"resolutiondate >= -1w order by updated DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-8,"name":"Updated recently","jql":"updated >= -1w order by updated DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false}]
0.3
0