Skip to content

Commit 58a3616

Browse files
committed
Add warning doc in getDataSetsValues
1 parent 5164ebe commit 58a3616

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

odm2api/ODM2/services/readService.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -935,6 +935,10 @@ def getDataSetsValues(self, ids=None, codes=None, uuids=None, dstype=None, lower
935935
`controlled vocabulary name <http://vocabulary.odm2.org/datasettype/>`_.
936936
lowercols (bool, optional): Make column names to be lowercase.
937937
Default to True.
938+
**Please start upgrading your code to rely on CamelCase column names,
939+
In a near-future release,
940+
the default will be changed to False,
941+
and later the parameter may be removed**.
938942
939943
940944
Returns:

0 commit comments

Comments
 (0)