Skip to content

Added support to handle dot in detail_urls' keys

Latest
Compare
Choose a tag to compare
@AbhijithSivarajan AbhijithSivarajan released this 25 Mar 08:17
· 6 commits to master since this release
1b4113b

Older versions of MongoDB & pymongo don't support keys with a dot in them.
So, for the keys in detail_urls, the dot in keys will be converted before storing it into DB and will be reverted on retrieval.
The only impact is the way data is stored & retrieved from DB.