Pyorient

Latest version: v1.5.5

Safety actively analyzes 638699 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 3

1.4.2a

Fixes:
PyOrientCommandException construction 73
Handling ODatabaseException properly 72
Parse the CommandException for the actual exception. 65

1.4.1

Not secure
Some Bugfixes.

1.4

Not secure
Changed the behaviour of OrientRecord object.

You can access directly the values of the oRecordData by calling them as OrientRecord properties.
You can access the values of the oRecordData by calling tham as dict keys.
OrientRecord now has defined _version, _rid, _class, _in, _out properties.

python
def test_new_projection(self):
rec = {'Package': {'name': 'foo', 'version': '1.0.0', 'rid': 'this_is_fake'}}
x = self.client.record_create(9, rec)
assert x._rid == '9:0'
assert x._version == 1
assert x._class == 'Package'
assert x.name == 'foo'
assert x.version == '1.0.0'
assert x.rid == 'this_is_fake'
assert x.oRecordData['name'] == 'foo'
assert x.oRecordData['version'] == '1.0.0'
assert x.oRecordData['rid'] == 'this_is_fake'

1.3.1

Not secure

1.3.0

Not secure
Support Token based Authentication
Re-written Orient Data parser

1.2.5

Not secure
Bug Fixes

Page 2 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.