You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The idea is that the module could transparently split large values into chunks before writing and then recombine them after reading to get around SimpleDb's 1024 byte limit on attributes.
This is an important feature, but in my humble opinion it doesn't belong in the SimpleDb module, but rather in a higher level module that makes use of SimpleDb module. I am working on just such a thing...
Allow optional attribute/value spanning to store values larger than 1024 bytes.
The text was updated successfully, but these errors were encountered: