zshamrock / dynoman

DynamoDB management UI
GNU General Public License v3.0
7 stars 0 forks source link

Support attribute names with "." in its name for the foreign query #267

Open zshamrock opened 4 years ago

zshamrock commented 4 years ago

Currently, the resolution of #255 and #257 assumes the "." is not part of the attribute name or map key, so split the foreign name attribute by ".", and treat each component as the separate name/path of the key.

In the case when the attribute name or the map key contains "." in its name this will not work.