0
I Use This!
Inactive

Commits : Listings

Analyzed about 1 hour ago. based on code collected about 1 hour ago.
Feb 09, 2025 — Feb 09, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #292 from timgates42/bugfix_typos More... about 4 years ago
docs: Fix a few typos More... about 4 years ago
Update README.md More... over 7 years ago
Merge pull request #268 from jiaxiaolei/master More... almost 8 years ago
chore: change the verison of orientdb-community. More... almost 8 years ago
Merge pull request #267 from jiaxiaolei/master More... almost 8 years ago
fix: fix the shell's name, `ci-start.sh` to `start-ci.sh` More... almost 8 years ago
Update README.md More... over 8 years ago
Merge commit '7d90954' More... almost 9 years ago
Upgraded version to v1.5.5 More... almost 9 years ago
Merge branch 'develop' More... almost 9 years ago
Re enabled tests on older OrientDB platforms More... almost 9 years ago
Force Travis on Java8 More... almost 9 years ago
Added support for OrientDB version 2.2.19 More... almost 9 years ago
Fixed tests with OrientDB version >= 2.2.9 Implemented function wrapper to skip tests on Binary Serialization with pyorient_native if not installed More... almost 9 years ago
Avoid OGM CI failures due solely to version of OrientDB. More... almost 9 years ago
Merge pull request #234 from spivachuk/unclosed_sockets More... almost 9 years ago
Merge pull request #208 from kensho/faster_neighbor_queries More... almost 9 years ago
Merge pull request #227 from thenesk/develop More... almost 9 years ago
Database Export and Import Functionality. Fix typo. More... almost 9 years ago
Stricter syntax for SELECT & LET clause in recent OrientDB release(s). More... almost 9 years ago
Recent release(s) of orientdb case-sensitive to idempotent true/false value. More... almost 9 years ago
Merge branch 'develop' of github.com:mogui/pyorient into develop More... almost 9 years ago
Use of (immutable) record attributes. Let statements. Add functions to delete vertexes, create functions. Shorthand for defining subqueries, not requiring a Graph. More... almost 9 years ago
Corrected closing of the underlying socket in OrientDB.get_message method. Now OrientDB.close method is used for this. More... almost 9 years ago
- Removed opening of a socket from OrientSocket.connect method that had duplicated opening of a socket in OrientSocket.__init__ method. - Added close method to OrientDB class for closing the underlying socket. More... almost 9 years ago
Merge pull request #226 from kensho/fix_float_formatting More... almost 9 years ago
More test coverage for serializations.py More... almost 9 years ago
Faster parsing, roughly 2x. More... almost 9 years ago
Added testcase that shows floats are not serialized correctly in Python 2. More... almost 9 years ago