contentstorage/castorage/conf/castoragedb.implml
changeset 124 e36b2f4799c0
parent 121 0b3699f6c654
equal deleted inserted replaced
121:0b3699f6c654 124:e36b2f4799c0
    22         <output dir="temp/castoragedb/" file="castoragedb_create.sql" encoding="UTF-8">
    22         <output dir="temp/castoragedb/" file="castoragedb_create.sql" encoding="UTF-8">
    23             <template file="castoragedb_templates/castoragedb_create.sql"/>
    23             <template file="castoragedb_templates/castoragedb_create.sql"/>
    24         </output>
    24         </output>
    25         <output dir="temp/castoragedb/" file="castoragedb_variant.sql" encoding="UTF-8">
    25         <output dir="temp/castoragedb/" file="castoragedb_variant.sql" encoding="UTF-8">
    26             <template file="castoragedb_templates/castoragedb_variant.sql"/>
    26             <template file="castoragedb_templates/castoragedb_variant.sql"/>
       
    27             <!-- lambda a: int((int(a,16)+2**31)%2**32-2**31) -->
       
    28             <filter name="hex2dec">lambda a: int((int(a,16)+2147483648)%4294967296-2147483648)</filter>
    27         </output>
    29         </output>
    28     </templateml>
    30     </templateml>
    29     
    31     
    30   <!-- CommandML implementation to create the database using the .sql files -->
    32   <!-- CommandML implementation to create the database using the .sql files -->
    31     <commandml xmlns="http://www.s60.com/xml/commandml/1">
    33     <commandml xmlns="http://www.s60.com/xml/commandml/1">