Skip to content
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

Class exists but can't display by INFO CLASS #7044

Closed
1 task done
cuijinyi opened this issue Dec 25, 2016 · 1 comment
Closed
1 task done

Class exists but can't display by INFO CLASS #7044

cuijinyi opened this issue Dec 25, 2016 · 1 comment
Assignees
Labels

Comments

@cuijinyi
Copy link

cuijinyi commented Dec 25, 2016

OrientDB Version, operating system, or hardware.

  • v2.2 Enterprise trial

Operating System

  • Windows

Expected behavior and actual behavior

orientdb {db=TELE09}> SELECT FROM BLACK_LIST;

+----+-----+----------+----------+-----------+
|#   |@RID |@CLASS    |BLACK_TYPE|in_Black_to|
+----+-----+----------+----------+-----------+
|0   |#29:0|BLACK_LIST|BAD MAN   |[#33:0]    |
+----+-----+----------+----------+-----------+

1 item(s) found. Query executed in 0.001 sec(s).
orientdb {db=TELE09}> INFO CLASS BLACK_LIST;

! Class 'BLACK_LIST' does not exist in the database 'TELE09'
orientdb {db=TELE09}> INFO CLASS V

CLASS 'V'

Records..............: 0
Default cluster......: v (id=9)
Supported clusters...: v(9), v_1(10), v_2(11), v_3(12)
Cluster selection....: round-robin
Oversize.............: 0.0
Subclasses.........: TELE_NUMBER

Steps to reproduce the problem

Create Calss in Stuido , and Console can SELECT but CAN'T INFO CLASS
After create any new Class in Console , INFO CLASS WILL WORK

@lvca lvca added the question label Dec 27, 2016
@lvca lvca self-assigned this Dec 27, 2016
@lvca lvca closed this as completed Dec 27, 2016
@lvca
Copy link
Member

lvca commented Dec 27, 2016

This is a known limitation of current remote protocol: the schema updates are not sent via push messages to the clients, so you have to reload the schema in console with 'reload schema' command.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

2 participants