mendix / UnitTesting

Module to run Mendix and JUnit unit test inside a project
Apache License 2.0
7 stars 12 forks source link

Update Unlimited String fields to Limited String #14

Closed pouyaist closed 4 years ago

pouyaist commented 5 years ago

Some Databases such as Oracle do not support fully unlimited string behavior. For more info see: https://docs.mendix.com/refguide/oracle#1-introduction. Currently in UniTest object there are strings with unlimited check which they should be limited.