issues Search Results · repo:arangodb/python-arango language:Python
Filter by
0 results
(69 ms)0 results
inarangodb/python-arango (press backspace or delete to remove)Hi,
As I see in the API spec, currently it s not possible to specify sort parameters (field name and order) for find
function. I think it would be a nice enhancement as it is a common operation. Ideally ...
denizalpaslan
- 6
- Opened on Jan 26
- #358
I have an Arango collection called Documents and an arangosearch view called Documents_view. I am trying to query the
view inside a transactional database:
collection = Documents
document = {
name ...
konnerthg
- 2
- Opened on Dec 19, 2024
- #356
(running python 3.10) We recently upgraded to arangodb 3.12 and now calling traverse() yields the following error:
Traceback (most recent call last):
File /app/test.py , line 47, in module
result ...
tomchop
- 2
- Opened on Mar 28, 2024
- #333
I ve come across a case where a transaction needs to be shared across multiple systems. If we wrap the REST API we can
easily achieve this by setting the x-arango-trx-id header. However, we would like ...
Moortiii
- 3
- Opened on Feb 28, 2024
- #329
Currently, the parameters of methods such as insert and aql.execute are typed concretely (with Json and
Optional[MutableMapping[str, str]] respectively).
This is overly restrictive because these methods ...
enhancement
marcuslimdw
- 9
- Opened on Dec 8, 2023
- #304
Any chance or easy hint to get Unix sockets working for a connection?
ArangoDB does support it.
requests doesn t want to support it: Unix domain sockets #2355
Good reasons:
- Less overhead. No IP ...
sausix
- 5
- Opened on Nov 19, 2023
- #297
I recently ran into a crash (while my code did not change) when using collection.find() to check whether the following
dict data already exists: { article : bottle-white , amount : 50000, order by date ...
Robert-O-Hoffmann
- 2
- Opened on Nov 10, 2023
- #295
According to this and this piece of code, the bind vars values should be strings. That seems to be incorrect, since
values in ArangoDB are not always strings.
Docs: https://docs.arangodb.com/3.11/aql/fundamentals/data-types/ ...
valentingregoire
- 4
- Opened on Sep 20, 2023
- #288
Hi there,
I ve bumped into an error that never happened before upgrading to version 7.6.2.
I m getting an error saying that an enum class instance is not json serializable. Here s the full error line: ...
sushi2all
- 2
- Opened on Sep 5, 2023
- #284
Hello,
I have a piece of code searching for records that DO NOT have a certain attribute, in the following way:
match = dict(
canceled = None,
#...some other stuff
)
cursor = self.tx.collection( Whatever ...
sushi2all
- 3
- Opened on Aug 31, 2023
- #278

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.