You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Start database server and remote connect database
orientdb> connect remote:localhost/demo admin admin
Connecting to database [remote:localhost/demo] with user 'admin'...OK
orientdb {demo}> select from #5:1232323
0 item(s) found. Query executed in 0.001 sec(s).
5.insert new record to OUser
orientdb {demo}> insert into OUser (name, password, status) values ('test','test','ACTIVE')
Inserted record 'OUser#5:1229272{name:test,password:{SHA-256}9F86D081884C7D659A2FEAA0C55AD015A3BF4F1B2B0B822CD15D6C15B0F00A08,status:ACTIVE} v1' in 0.015000 sec(s).
new record created in database but right now the RID jump to #5:1229272.
Issue found on 1.6.x to 1.7.2-rc2,
The text was updated successfully, but these errors were encountered:
orientdb> create database plocal:/demo admin admin plocal
orientdb> connect remote:localhost/demo admin admin
Connecting to database [remote:localhost/demo] with user 'admin'...OK
orientdb {demo}> select from OUser
4.Select by random RID, return 0 record
5.insert new record to OUser
Issue found on 1.6.x to 1.7.2-rc2,
The text was updated successfully, but these errors were encountered: