Skip to content

Commit 6f003bf

Browse files
authored
Merge pull request mendix#8861 from mahendra-mahajan-mendix/patch-40
Update connector-guide-best-practices.md
2 parents bd7b651 + 5f7d036 commit 6f003bf

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,11 @@ Consider doing the following for all entity attributes:
195195
* Check all date values. If the service only returns a date (no time), then set **localize** to *No*.
196196
* Check all number values (decimal, integer, long), and remove the default value of 0.
197197

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+
198203
### Dependencies
199204

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