|
92 KB
|
117 KB
Datatype changes to default datatypes. Go through PostgreSQL datatypes docs.
"Serial" and "smallserial" datatypes are extracted in Query builder and table window but not extracted in ADS tree node.
Please refer screenshot extracted_Datatype.png
"Serial" and "smallserial" datatypes are extracted in Query builder and table window but not extracted in ADS tree node.
Please refer screenshot extracted_Datatype.png
The Query Builder and Schema Tree Node do not use the same extraction API. The Schema Tree node uses Custom SQL for extraction and display, where as Query Builder uses the extraction API and there will be many things that will be different. We do not use QB extraction in Schema Tree node for performance reasons.
The Query Builder and Schema Tree Node do not use the same extraction API. The Schema Tree node uses Custom SQL for extraction and display, where as Query Builder uses the extraction API and there will be many things that will be different. We do not use QB extraction in Schema Tree node for performance reasons.
Issue #12251 |
Closed |
Won't Fix |
Resolved |
Completion |
No due date |
No fixed build |
No time estimate |
Datatype changes to default datatypes. Go through PostgreSQL datatypes docs.