> Sorry which changes ?
>
 

I have in the console:
orientdb {db}> select from #12:0

----+-----+--------+-------
#   |@RID |@version|value
----+-----+--------+-------
0   |#12:0|21      |22     
----+-----+--------+-------

then with still active console I run the Java program, which change 'value'
UPDATE #12:0 set value='1'

Then again in console:
orientdb {db}> select from #12:0

----+-----+--------+-------
#   |@RID |@version|value
----+-----+--------+-------
0   |#12:0|21      |22     
----+-----+--------+-------

So the change isn't visible, but after restarting the console:
orientdb {db}> select from #12:0

----+-----+--------+-------
#   |@RID |@version|value
----+-----+--------+-------
0   |#12:0|22      |1    
----+-----+--------+-------



-- 

--- 
You received this message because you are subscribed to the Google Groups 
"OrientDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to