pyorient icon indicating copy to clipboard operation
pyorient copied to clipboard

OrientDB driver for Python that uses the binary protocol.

Results 23 pyorient issues
Sort by recently updated
recently updated
newest added

- parameterized queries, with positional parameters

A violation against the OSS Rules of Play has been detected. Rule ID: rl-reuse_tool-4 Explanation: Is it compliant with REUSE rules? **No** Find more information at: https://sap.github.io/fosstars-rating-core/oss_rules_of_play_rating.html

A violation against the OSS Rules of Play has been detected. Rule ID: rl-reuse_tool-3 Explanation: Is it registered in REUSE? **No** Find more information at: https://sap.github.io/fosstars-rating-core/oss_rules_of_play_rating.html

A violation against the OSS Rules of Play has been detected. Rule ID: rl-reuse_tool-1 Explanation: Does README mention REUSE? **No** Find more information at: https://sap.github.io/fosstars-rating-core/oss_rules_of_play_rating.html

A violation against the OSS Rules of Play has been detected. Rule ID: rl-reuse_tool-2 Explanation: Does it have LICENSES directory with licenses? **No** Find more information at: https://sap.github.io/fosstars-rating-core/oss_rules_of_play_rating.html

A violation against the OSS Rules of Play has been detected. Rule ID: rl-vulnerability_alerts-1 Explanation: Are vulnerability alerts enabled? **No** Find more information at: https://sap.github.io/fosstars-rating-core/oss_rules_of_play_rating.html

Execute a query such as: `SELECT DISTINCT userid, book_title, isbn FROM book_views` Will return an oRecordData object with fields for book_title and isbn but there will be no userid included....

We have found in our usage that vertex creation through the OGM has been broken by the previous commit. Adding back the to_unicode wrap to the client command call fixes...

What is the roadmap and estimated time to completion for 3.1.x? I am evaluating OrientDB for a project and the Python interface is critical, but 3.1.x seems to be incomplete...

Using the following class representation: ``` class Sensor(Node): name = String() zone = String() photo = Binary() ``` I'm able to create the schema in the database using the Node...