openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
O
orient_db_client
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
about 16 hours
ago. based on code collected
about 17 hours
ago.
Mar 21, 2025 — Mar 21, 2026
Showing page 1 of 1
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Bumped version to 0.0.6
Ryan Fields
More...
over 13 years ago
Mistakenly used MiniTest:Mock instead of mock(), causing Mocha to get a little confused. Added some slightly more explicit dependency versioning to the gemspec.
Ryan Fields
More...
over 13 years ago
Bump to version 0.0.5
Ryan Fields
More...
almost 14 years ago
Supporting Orient-DB 1.0.1 by recognizing protocol 12 (but connecting as protocol 9).
Ryan Fields
More...
almost 14 years ago
Updated the readme to reflect that the gem was tested against Ruby 1.9.2
Ryan Fields
More...
almost 14 years ago
Bumped version.
Ryan Fields
More...
almost 14 years ago
Removed usage of String#unpack and Array#pack because Ruby 1.9.2 does not support reading big-endian signed numbers on platforms that are natively little-endian. Replaced pack/unpack with the BinData gem. Added support for connecting to servers that implement protocol versions 10 and 11, but are backward compatible with version 9 (which is the highest version currently implemented in this gem).
Ryan Fields
More...
almost 14 years ago
Fixed a typo in the readme.
Ryan Fields
More...
almost 14 years ago
Bumped version to 0.0.3
Ryan Fields
More...
almost 14 years ago
Serializer will now accept symbols or strings as keys in the :structure property of a record. Opened up a code path for the creation of in-memory databases, but this is experimental. OrientDB itself has some bugs surrounding in-memory databases right now. Updated the documentation.
Ryan Fields
More...
almost 14 years ago
Bumped version to 0.0.2
Ryan Fields
More...
almost 14 years ago
Removed implicit binary serialization. In practice, it just doesn't work in a Load/Update scenario because all strings come out of network as ASCII-8BIT.
Ryan Fields
More...
almost 14 years ago
Not sure why I started using throw. I think it's because my work on this gem got interrupted by some C++ work, and the throw followed me back...
Ryan Fields
More...
almost 14 years ago
Fixed a bug in the handling of parameters to DatabaseSession#delete_record Connection#query now returns the result set instead of the protocol message struct.
Ryan Fields
More...
almost 14 years ago
Renamed the database session command method to query. Port can now be a string when connecting.
Ryan Fields
More...
almost 14 years ago
Fixed a typo in the README
Ryan Fields
More...
almost 14 years ago
More testing. Fixes for Protocol 9.
Ryan Fields
More...
almost 14 years ago
Added description to gemspec
Ryan Fields
More...
almost 14 years ago
Nearly complete initial implementation.
Ryan Fields
More...
almost 14 years ago
Got carried away. Massive update.
Ryan Fields
More...
almost 14 years ago
Cleanup.
Ryan Fields
More...
almost 14 years ago
Initial commit.
Ryan Fields
More...
almost 14 years ago
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree