hi,
i was just looking at the database and it appears that there are two fields called 'hasMetadata' in the images table. all my images have metadata. with that the first field has always a value of 0 and the second field has a value of 1. is that just my database that has been screwed somewhat or is it just normal ?
with that said, in context ZP_IMAGE, i can call the getImageMetaData() function and retrieve all necessary metadata information.
I really do not know how a database can have two identical table fields. Certainly there should be only one. Given that there are two, queries could be "fooled". But fortunately I think we only retrieve this field with a general all fields query, so I guess the two get somehow merged.
Anyway, I would say your database is screwed up. Mine has only one such field (which is as it should be.)
my mistake... the two fields really have two very similar but different names. the first one is called hasMedadata (with a d) and the second one is hasMetadata (with a t). so i guess queries are not fooled and my db is not screwed. now i'm just wondering what is the hasMedadata field for ?