bedatadriven / activityinfo-R

ActivityInfo R Language Client
https://www.activityinfo.org/support/docs/R/
17 stars 12 forks source link

truncateStrings argument is not respected when using queryTable with a default query (i.e. no column selection provided) #110

Open jamiewhths opened 8 months ago

jamiewhths commented 8 months ago

When querying a table without providng columns, and passing the truncateStrings = FALSE argument, returned strings are still truncated i.e. this does not work:

x <- queryTable("formId", truncateStrings = FALSE)

From AI-3932 Resolved in commit: 55038b4