Fix api bug whereby 0 & '0' are not accepted as range parameters for BETWEEN
authoreileen <emcnaughton@wikimedia.org>
Tue, 5 Mar 2019 00:21:36 +0000 (13:21 +1300)
committereileen <emcnaughton@wikimedia.org>
Tue, 5 Mar 2019 11:20:52 +0000 (00:20 +1300)
commitd03a02d98db3f8a3830899fc22b0f3df6cd29ef7
tree9908d8ad1e9e266d6dfc598d9741e52520a82718
parent6a9757ec309e40339f278e19cacf9f4e0d95d35c
Fix api bug whereby 0 & '0' are not accepted as range parameters for BETWEEN

In other news I'm not thrilled about the 0 casting to a string here but that is for another time
CRM/Core/DAO.php
tests/phpunit/api/v3/ContactTest.php