Skip to content

Commit 8f4f2a1

Browse files
Update connector-guide-best-practices.md
add a caveat for unlimited string for sorting or grouping by operations.
1 parent 7697900 commit 8f4f2a1

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

content/en/docs/appstore/create-content/create-connectors/connector-guide-best-practices.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,9 @@ Toolbox actions need clear naming, consistent categorization, and documentation,
192192
Consider doing the following for all entity attributes:
193193

194194
* Set all string values to unlimited.
195+
{{% alert color="info" %}}
196+
Attributes that are used for sorting or group by operations should not be set to unlimited as databases like SAP HANA, Oracle do NOT support CLOBs for order by or group by clauses.
197+
{{% /alert %}}
195198
* Check all date values. If the service only returns a date (no time), then set **localize** to *No*.
196199
* Check all number values (decimal, integer, long), and remove the default value of 0.
197200

0 commit comments

Comments
 (0)