Closed dzitkowskik closed 8 years ago
There is a bug when we misspell table name, for example if we have table T1 (capital letter):
ddbms> SELECT * FROM t1; DEBUG (Client.java:54) Command: SELECT * FROM t1; Exception in thread "main" java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
because we used small t
Fixed
There is a bug when we misspell table name, for example if we have table T1 (capital letter):
because we used small t