Search the web
Sign In
New User? Sign Up
metal-dev · MetaL Development
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 436 - 465 of 553   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
436
Hello, ... Really? Actually I think this is more theory than practice. The way I see it, there are users that would like a more hands on approach document so...
Manuel Lemos
mallemos
Offline Send Email
Feb 2, 2006
1:28 pm
437
Hello, I have just implemented the support to test the presence of an object in a collection used to establish an 1-many or many-many relationship. That is...
Manuel Lemos
mallemos
Offline Send Email
Feb 10, 2006
9:24 pm
438
Hello, I have just implemented the support to test the presence of an object in a collection used to establish an 1-many or many-many relationship. That is...
Manuel Lemos
mallemos
Offline Send Email
Feb 10, 2006
9:24 pm
439
This is a pruned model of mine that was used with the "in" operator(and that motivated the patch): <class> <name>tabCarModel</name> <variable> ...
Carl Michael Skog
cmskoog
Offline Send Email
Feb 13, 2006
1:26 pm
440
Hello there all. This is a discussion between me and Manuel about the new "in" operator Manuel implemented. Please join the discussion. ...
Carl Michael Skog
cmskoog
Offline Send Email
Feb 13, 2006
1:26 pm
441
... I think an EXIST sub-select is semantically the right thing to use for the in-operator. After all, we are interested in filtering out the objects or rows...
Carl Michael Skog
cmskoog
Offline Send Email
Feb 13, 2006
1:27 pm
442
Hi there ! Thanks for implementing the "in" operator. However, I found a slight bug... I have two classes(tabArt and tabCarModel) that are related(collections...
Carl Michael Skog
cmskoog
Offline Send Email
Feb 13, 2006
1:27 pm
443
Hello, ... I tried this and it generates the SQL the way it is intended. I even added a function addtocollection to confirm that the in operand is using the...
Manuel Lemos
mallemos
Offline Send Email
Feb 13, 2006
8:07 pm
444
Indeed, it seems I got it wrong regarding the patch. What do you think about using EXIST for implementing the "in"-operator ? Regards, Carl Michael Skog...
Carl Michael Skog
cmskoog
Offline Send Email
Feb 14, 2006
1:34 am
445
Hello, ... The in operator should not use sub-selects there is a solution that does not require sub-selects, and so, it works on databases that do not support...
Manuel Lemos
mallemos
Offline Send Email
Feb 14, 2006
2:38 am
446
Hello, ... Maybe I am missing something here but in practice using NOT EXISTS or NOT IN, it is the same thing. ... Right, but I am trying to avoid sub-selects...
Manuel Lemos
mallemos
Offline Send Email
Feb 14, 2006
10:02 pm
447
... Hi ! ... More or less. IN subquery enumerates values to be used the query, whereas enumerates rows. These are equivalent: SELECT * FROM t1 WHERE id IN...
Carl Michael Skog
cmskoog
Offline Send Email
Feb 15, 2006
1:39 am
448
Hello, ... Right, this difference detail will be more important when multiple explicit OID fields will be supported. I think that is a good reason to opt for...
Manuel Lemos
mallemos
Offline Send Email
Feb 15, 2006
4:14 am
449
Hello ! ... The "in" operator is about filtering a set of objects on the property of the objects in that set being part of a relation to another class of...
Carl Michael Skog
cmskoog
Offline Send Email
Feb 16, 2006
1:06 am
450
Hello, ... I am not sure if that is what you are thinking but currently an object may not be related to another object more than once. Even if by design you...
Manuel Lemos
mallemos
Offline Send Email
Feb 16, 2006
2:52 am
451
... Test: SELECT theArticles.Name FROM tabArt theArticles, tabCarModel LEFT OUTER JOIN tabart_carmodels_tabcarmodel_articles t ON ...
Carl Michael Skog
cmskoog
Offline Send Email
Feb 17, 2006
1:10 am
452
This works both in MySQL 4.1 and PostgreSQL 8.1: SELECT theArticles.Name FROM (tabArt theArticles LEFT JOIN (tabCarModel LEFT JOIN...
Carl Michael Skog
cmskoog
Offline Send Email
Feb 18, 2006
12:54 am
453
Hello, ... Thanks. I need to study this better to decide whether it is worth to try LEFT JOIN or NOT EXISTS for implementing not in. I want to release a new...
Manuel Lemos
mallemos
Offline Send Email
Feb 18, 2006
10:09 pm
454
Hello, I have just finished to integrate with the Metastorage distribution the XMI to Metastorage tool developed by Peter Howard. In case you do not know, XMI...
Manuel Lemos
mallemos
Offline Send Email
Feb 18, 2006
11:29 pm
455
Hello, A new version of Metastorage was released to introduce two new operators of the Object Query Language (OQL) that provide better capabilities to browse...
Manuel Lemos
mallemos
Offline Send Email
Feb 23, 2006
9:31 am
456
Hi all, I'm trying to generate a simple appliction with metastorage, but when I try to compile I'm getting this error: Compilation results Status: Failed ...
André de Castro Z...
andre_zorzo
Offline Send Email
Feb 27, 2006
7:46 pm
457
Hello, ... I suspect you are using HTML entities. You cannot use HTML entities unless you declare them in the DTD, except for < > and &. If you use HTML...
Manuel Lemos
mallemos
Offline Send Email
Feb 27, 2006
7:55 pm
458
Hello, This messages is just to let you know about another system developed with code generated by Metastorage. It is the PHP Classes site blog. It has means...
Manuel Lemos
mallemos
Offline Send Email
Mar 14, 2006
7:12 pm
459
Hi, I'm new to metastorage. I installed and created a component and some classes and ran the metastorage command line tool to generate things. FYI, I'm using...
Tab
frdfsnlght
Offline Send Email
Mar 23, 2006
6:43 pm
460
Hello, ... I suspect that this has to due with known bugs in PHP <= 5.0.4 (and also PHP <= 4.4.1) that make PHP not be able to traverse array structures ...
Manuel Lemos
mallemos
Offline Send Email
Mar 23, 2006
7:01 pm
461
Thanks for the tip, but it didn't work. I upgraded to php 5.1.2 and I'm getting the same errors. Any other ideas? -Tab...
Tab Bennedum
frdfsnlght
Offline Send Email
Mar 23, 2006
10:41 pm
462
I upgraded to php 5.1.2 and I'm still getting the same errors. Any other ideas? -Tab...
Tab Bennedum
frdfsnlght
Offline Send Email
Mar 23, 2006
10:42 pm
463
Hello, ... The undefined function warning was fixed some time ago. Did you download the latest CVS snapshot version of Metastorage? ...
Manuel Lemos
mallemos
Offline Send Email
Mar 23, 2006
11:30 pm
464
Hello, ... Now, that you mentioned, I double checked and there was indeed a bug of complaining about missing class definitions when all classes are defined ...
Manuel Lemos
mallemos
Offline Send Email
Mar 23, 2006
11:45 pm
465
I downloaded from http://www.meta-language.net/download.html I wouldn't have expected to have to download from CVS for a "current" version. I would normally...
Tab Bennedum
frdfsnlght
Offline Send Email
Mar 24, 2006
12:01 am
Messages 436 - 465 of 553   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help