odc icon indicating copy to clipboard operation
odc copied to clipboard

fix(db-browser): adaption for ALL_TAB_COLS.USER_GENERATED in ob oracle

Open PeachThinking opened this issue 1 year ago • 2 comments

What type of PR is this?

type-bug

What this PR does / why we need it:

  1. Fixes #2208 : ob 4.1.0 and above version ALL_TAB_COLS adds the USER_GENERATED field. If it is a deleted column, then USER_GENERATED = 'YES', these columns do not need to be displayed on a white screen on ODC to the user. The new oboracle_4_1_x.yaml is added to filter the USER_GENERATED field. At the same time, OBOracleBetween4000And4100SchemaAccessor is added.
  2. Enhancement for #1771 : put the creation of DBSchemaAccessor in db-browser layer :DBSchemaAccessorGenerator

Which issue(s) this PR fixes:

Fixes #2208 Fixes #1771

Special notes for your reviewer:

Additional documentation e.g., usage docs, etc.:


PeachThinking avatar Apr 16 '24 09:04 PeachThinking

please upgrade db-browser's version~

yhilmare avatar Apr 16 '24 12:04 yhilmare

please upgrade db-browser's version~

Done~

PeachThinking avatar Apr 17 '24 03:04 PeachThinking

there are several conflicts between your branch and dev/4.3.0

yhilmare avatar May 23 '24 09:05 yhilmare