A new version of Metastorage was released providing several new features that are mostly enhancements of the capabilities of the data object class variables. ...
Hello, ... I have just tried it and here follows the list of problems that I found: - The root tag is generated with a namespace definition as attribute. ...
... I am asking that very question myself :-) I'm not asking for it out of the XSLT; xsltproc is generating it anyway. I need to work out how to deal with it....
Hello, ... humm... I suppose it is generating it because the you are using that namespace in the XSL. I wonder if making it the default namespace would help. ...
... I've now fixed the namespace problem and changed over to <class> from <type>. That leaves inserting default names, which I should do over the weekend and...
... OK, uploaded another version, in a sub-folder 2004-09-27 On associations, I keep finding a variation on the naming of association ends. If you are finding...
Hello, ... Unless you have a reason to upload it that way, you should be overwriting the previous files as they do not seem to be useful to anybody. In case...
... I've downloaded the XMI specs from OMG. "AssociationEndRole" appears in the 1.2 spec, but not the 2.0 spec. So I'm going to stick to "AssociationEnd" for...
... I'll have another look, but I couldn't see any way to delete the old versions. Does it come up as an option if you try to upload over an existing file?...
Hello, ... Since you were the files creator, you should see links for delete and cutting your files in the same listing lines. ... I am not sure about the...
hello, with the new version I can persist an object that have another object that it is not persisted.For example, I have I class venta (sale) that have an...
Hello, ... Right, you can't tell an object to store a reference to an object that was not persisted because it does not make sense. It is explained in the ...
... some ... need to ... ok, but if i call setreference with null, when i persist the object sale and checked if isset client, the report an error: ...
Hello, ... Starting this release all variables are required by default. To be allowed to leave a variable undefined you needed to declare it as optional: ...
hello, when I change my component and insert a new file in the database,all seems all right but, when i work with new database report me this error: Unknown...
Hello, ... This is strange. When you change your model definition and Metastorage generates a new database schema, you need to install it with the same schema...
sorry, this that happend,after actualice the database schema,in main aplication I have just work with older version of database.sorry. thanks for your...
hello, i was worked with the last version of metastorage (in this case i checked it before write here), and when i try to use the beginswith, contains or...
Hello, ... beginswith is not yet implemented. It is in the to do list. I was willing to implement it but then I realized that it is not that simple to make it...
ok, don't worry, i just try to use this filter because i was see it in other message before. is not really important because i can filter the result in the ...
Hello, ... Good. Pattern matching is definetly in my to do list but I would not be able to implement it right away because I am actively working on the report...
hello again, at this time i try to change the $isonow variable in php classes to my data format %d-%m-%Y and it's not do nothing because in database the date...
Hello, ... If you just want to store the date (not the time) set the variable type to date, not timestamp. -- Regards, Manuel Lemos PHP Classes - Free ready to...
it is not the problem, i need timestamp, but the only i change is the format of date, i have '%d-%m-%Y %H:%M:%S' and the string that store in database is...
Hello, ... The date and time values are only stored in the ISO 8601 format (YYYY-MM-DD hh:mm:ss). That is the format that all databases support. If you want to...
ok, so the trouble is that php knows this format in "strftime" function but database don't works with it. Ok, i didn´t understand why it is happend. it's not...
341
Miguel Angel Laguna
malaguna@...
Nov 8, 2004 8:53 pm
Hello all: I´ve just download the last release and installed. When I try to compile a project I always get "Building generatecomponent.files ..." in the...
Hello, ... It seems that you probably exceeded the PHP configured memory but since the error messages are probably being suppresed you are not noticing them. ...