zstan commented on PR #13566:
URL: https://github.com/apache/ignite/pull/13566#issuecomment-5790744072

   Seems your patch isn\`t working for me ( 
   
   ```
   sqlline version 1.12.0
   0: jdbc:ignite:thin://127.0.0.1/> !tables
   
+-----------+-------------+------------+------------+---------+----------+------------+-----------+---------------------------+----------------+
   | TABLE_CAT | TABLE_SCHEM | TABLE_NAME | TABLE_TYPE | REMARKS | TYPE_CAT | 
TYPE_SCHEM | TYPE_NAME | SELF_REFERENCING_COL_NAME | REF_GENERATION |
   
+-----------+-------------+------------+------------+---------+----------+------------+-----------+---------------------------+----------------+
   0: jdbc:ignite:thin://127.0.0.1/> create table tbl(id int primary key, val 
int);
   Error: Table already exists: TBL (state=42000,code=3007)
   java.sql.SQLException: Table already exists: TBL
   ```
   
   and it\`s all ok with prev sqlline ver 
   
   ```
   sqlline version 1.9.0
   0: jdbc:ignite:thin://127.0.0.1/> !tables
   
+-----------+-------------+------------------------------+------------+---------+----------+------------+-----------+---------------------------+----------------+
   | TABLE_CAT | TABLE_SCHEM |          TABLE_NAME          | TABLE_TYPE | 
REMARKS | TYPE_CAT | TYPE_SCHEM | TYPE_NAME | SELF_REFERENCING_COL_NAME | 
REF_GENERATION |
   
+-----------+-------------+------------------------------+------------+---------+----------+------------+-----------+---------------------------+----------------+
   | IGNITE    | PUBLIC      | TBL 
   ```
   
   Can you give some additional info ? Show output for : `ls -al ./sqlline` ?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to