dongzl opened a new pull request, #20225:
URL: https://github.com/apache/shardingsphere/pull/20225

   For #19862 .
   
   Changes proposed in this pull request:
   - Support visible column for Oracle database.
   - Fix test case.
   
   The `HIDDEN_COLUMN` is only at `ALL_TAB_COLS` table, so I modify the query 
table from `ALL_TAB_COLUMNS ` to `ALL_TAB_COLS`.
   
   This is official document: 
   
   
https://docs.oracle.com/en/database/oracle/oracle-database/12.2/refrn/ALL_TAB_COLUMNS.html#GUID-F218205C-7D76-4A83-8691-BFD2AD372B63
   
   
https://docs.oracle.com/en/database/oracle/oracle-database/12.2/refrn/ALL_TAB_COLS.html#GUID-85036F42-140A-406B-BE11-0AC49A00DBA3
   


-- 
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