8000 Make `documentdb_api.drop_indexes` less weird · Issue #49 · microsoft/documentdb · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
8000
Make documentdb_api.drop_indexes less weird #49
Open
@AlekSi

Description

@AlekSi

Purpose of the feature.

helio_api.drop_indexes is the only procedure with the INOUT parameter. All other functions are… functions. That creates problems for us: FerretDB/FerretDB#4730. This parameter seems to return BSON in the BSONHEX text representation?.. Or something. In any case, having a single function (that is not a function) that stands out that much is bad for API consistency.

It would be nice to have it as a regular function we could use.

Describe the solution you'd like

There is a "normal" function to drop an index.

Describe alternatives you've considered

Add more hacks to support this procedure.

Additional context

N/A.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0