Skip to content

Commit 5f7d036

Browse files
committed
Revise
1 parent 8f4f2a1 commit 5f7d036

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -192,12 +192,14 @@ 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 %}}
198195
* Check all date values. If the service only returns a date (no time), then set **localize** to *No*.
199196
* Check all number values (decimal, integer, long), and remove the default value of 0.
200197

198+
{{% alert color="info" %}}
199+
200+
Databases like SAP HANA and Oracle do not support CLOBs for order by or group by clauses. Because of this, attributes that are used for sorting or group by operations should not be set to unlimited.
201+
{{% /alert %}}
202+
201203
### Dependencies
202204

203205
Given that there is no dependency management between Mendix modules, try to minimize the number of dependencies your module has on other modules. If you do have to depend on other modules, make sure those modules are well-maintained by you or by Mendix themselves. Introducing another community-supported module as a dependent module might be too much of a risk for developers wanting to use your module.

0 commit comments

Comments
 (0)