-
Notifications
You must be signed in to change notification settings - Fork 870
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error in console for seeing a binary document #5613
Comments
second attempt using console orientdb {db=streamer}> begin Transaction 4 is running orientdb {db=streamer tx=[0 entries]}> delete from #3:229 Delete record(s) '0' in 0,002000 sec(s). orientdb {db=streamer tx=[0 entries]}> delete from 33:133 Delete record(s) '1' in 0,003000 sec(s). orientdb {db=streamer tx=[0 entries]}> commit second error Delete record(s) '0' in 0,002000 sec(s). |
i m making a lot of tests .... because begin , commit in java give a block of thread |
test 1 : js var a=db.command('select content,@rid from #33:137'); a[0].field('content'); end; [Started multi-line command. Type just 'end' to finish and execute] Client side script executed in 0,123000 sec(s). Value returned is: #3:233[0, 5, 100, 100, 100, 100, 100] v1 |
test 2: js var a=db.command('select content,@rid from #33:137'); a[0]; end; |
test 3:
|
Considering that the tests confirms data exists , and in my java code there is just a simple transaction for deleting binary node and parent node , i will post another graver error the transaction is blocked in this case |
could the problem be related to a front-end issue? Maybe the result is just not correctly displayed. What does the record contain? Thanks Luigi |
Probably is a problem related to printing ORecordBytes document, above i showed the console result(test 1 shows the content). The problem are with ORecordBytes ... ths kind of records. in similar way : 0 |#3:436| (size=47 b...| (size=47 bytes) 1 |#3:437| (size=54 b...| (size=54 bytes) 2 |#3:438| (size=54 b...| (size=54 bytes) 3 |#3:439| (size=54 b...| (size=54 bytes) 4 |#3:440| (size=7 by...| (size=7 bytes) instead if a select from #3:436 .... nothing |
hi, Added a test case and fixed, in develop. closing. |
version:last version
there are 2 errors:
The text was updated successfully, but these errors were encountered: