antville/code/Metadata
Tobi Schäfer 14cc9a6988 Rewrote Metadata prototype for more efficient database handling:
* Metadata is now written to its own table instead of a column only
 * Values are saved as JSON-like structure only for certain types (like Array or Function)
 * Adding custom metadata is more generic using the new HopObject methods setMetadata(), getMetadata() and deleteMetadata()
 * Searching keys and values via common SQL query is much more straightforward (no JSON-like structure involved when basic types like String and Number)
2011-02-10 23:35:00 +00:00
..
Metadata.js Rewrote Metadata prototype for more efficient database handling: 2011-02-10 23:35:00 +00:00
Metadata.properties Rewrote Metadata prototype for more efficient database handling: 2011-02-10 23:35:00 +00:00