yorickdewid / Quantica

A fast and scalable object database
BSD 3-Clause "New" or "Revised" License
4 stars 1 forks source link

Value cannot exceed 124 characters #4

Closed yorickdewid closed 9 years ago

yorickdewid commented 9 years ago

The maximum number of bytes of the storage value can never exceed 124 bytes. This is a technical limitation and it should be possible to store any number of bytes.

UPDATE This could be a byte overflow on data retrieval. Data is stored without terminators and all string operations require a \0 boundry.

yorickdewid commented 9 years ago

Never fixed

yorickdewid commented 9 years ago

Add terminator to string and we can store bytes of any size