Search the web
Sign In
New User? Sign Up
SimpleORM
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

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 821 - 850 of 1847   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
821
Hi, I have read SimpleORM white paper, and seen that I have to maintain my own collection for child objects by hand. My presentation layer relies on this...
Franck Routier
jn_dupont
Offline Send Email
May 3, 2004
9:42 am
822
Bonjour Franck, Not sure if I understand you correctly but you want to get all objects that reference another row in a related table? If yes do it like this : ...
sylvainhamel
Offline Send Email
May 3, 2004
7:02 pm
823
Bonjour, ... Quite true. But in fact I really want to get all objects that reference several rows in a related table (several parents and their respective ...
Franck Routier
jn_dupont
Offline Send Email
May 4, 2004
8:06 am
824
Hi Franck, I won't call myself experienced, but I think I can help: read inline comments ... no problems here ... to generate the "in-list" for the in (....)...
Alexander Banthien
alexanderban...
Offline Send Email
May 5, 2004
6:54 am
825
Again I want to make sure since I find this so simple that I might be missing something. Instead of your abstract names let me provide a more concrete scenario...
sylvainhamel
Offline Send Email
May 6, 2004
4:24 pm
826
DISCLAIMER this code has not been tested I just saw some flagrant syntax errors in it. Should be easy to correct. VB.NET is starting to corrupt me! ;-) ... be ...
sylvainhamel
Offline Send Email
May 6, 2004
4:30 pm
827
... No, no, this is really simple indeed. I just want to retrieve a bunch of "invoices", get their "invoiceDetails" in Collections contained by each invoice,...
franck.routier@...
jn_dupont
Offline Send Email
May 7, 2004
8:43 am
828
... queries ... invoiceDetails ... If the invoice objects are already in cache no query will be done in database. If they arent a query will have to be made...
sylvainhamel
Offline Send Email
May 7, 2004
3:25 pm
829
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the SimpleORM group. File :...
SimpleORM@yahoogroups...
Send Email
May 7, 2004
6:20 pm
830
... This is sort of deliberate. Join semantics are a little weird, IMHO. Logically you create a huge cross product, and then select a tiny subset. It is easy...
Anthony & Melissa Ber...
berglas@...
Send Email
May 13, 2004
9:15 am
831
Hello Florian, Um, this sort of thing is supposed to work. If you look at the code for eq you'll see that it calls eqReference to recur through the keys. Are...
Anthony & Melissa Ber...
berglas@...
Send Email
May 13, 2004
9:20 am
832
Have a look at the long transactions test. But this is only partially supported by SimpleORM, and it would be a good thing to add. Anthony...
Anthony & Melissa Ber...
berglas@...
Send Email
May 13, 2004
9:21 am
833
Hello Anthony, I don't think this is supposed to work. What I meant is a query over three joined tables: Order, User and Company. To get all orders from all...
Florian Fankhauser
f.fankhauser@...
Send Email
May 13, 2004
9:47 am
834
No you are right. This is only doable via SQL/rawClause. Unless you want to do : - a query for the users of a company - a query for each users to obtain the...
sylvainhamel
Offline Send Email
May 13, 2004
3:41 pm
835
I agree with this. A little performance hit for the sake of simplicity is often worth it. ... above, ... if you ... IMHO. ... joins ... eg. ... queries, ... ...
sylvainhamel
Offline Send Email
May 13, 2004
3:42 pm
836
http://blog.hibernate.org/cgi-bin/blosxom.cgi/2004/05/07#ejb3...
Philippe Back (High O...
phil@...
Send Email
May 14, 2004
6:50 am
837
Hello all, when using SQuery.SQY_OPTIMISTC, I can update all fields and properly check whether they have been modified, ie. I can perform a set...() method on...
Jan Tietze
jantietze
Offline Send Email
May 14, 2004
5:35 pm
838
Sorry, misunderstood. There is actually a facility to create virtual fields, have a look at SCOLUMN_QUERY. You can specify a subquery with it. This means...
Anthony & Melissa Ber...
berglas@...
Send Email
May 16, 2004
7:29 am
839
It isn't a major problem for me too. I just want to be sure, that I have got it right. SimpleORM's query language is sql, so this is ok. ... I defined the...
Florian Fankhauser
f.fankhauser@...
Send Email
May 17, 2004
10:47 am
840
Can someone on this list confirm that the semantics of SFieldReference values are intentionally overloaded, and that a "null" value in a reference field can...
Jan Tietze
jantietze
Offline Send Email
May 17, 2004
1:59 pm
841
hey hey, just thought id tell you guys about this free debt consolidation site that reduced my monthly payments by damn near half, no more worries about bills!...
marisa
profile_has_...
Offline Send Email
May 18, 2004
7:37 am
842
Hi Sylvain or others, After I got stuck using the jdbc.odbc Driver and a DSN on Win XP. I could do ~ 800 inserts, above that it became shaky and the...
Alexander Banthien
alexander@...
Send Email
May 20, 2004
1:10 pm
843
Hello, SimpleORM throws a cast exception if i pass a non SRecordInstance instance to the SRecordInstance.equals method. I think it should simply return false...
Florian Fankhauser
f.fankhauser@...
Send Email
May 21, 2004
12:39 pm
844
Hi all .NET people on the list! who is using Sylvain's ADODriver to build the java.sql.Connection? can you please give me a hint as to what needs to be passed...
Alexander Banthien
alexanderban...
Offline Send Email
May 23, 2004
7:32 pm
845
Hi there, I am currently in vacation in south carolina and so I dont have my source code with me. The point of that so called bridge is to delegate the call to...
sylvainhamel
Offline Send Email
May 27, 2004
3:58 pm
846
I'm sorta stuck here and not sure if its my compiler, my lack of experience in Java or something with the class SRecordInstance. Per the SRecordInstance class,...
jay_at_ottawa
Offline Send Email
Jun 2, 2004
1:23 pm
847
Leave getMeta() as it is an add another method for your static meta-getter, maybe: public static getRecordMeta() Or simply make the static meta field public...
Florian Fankhauser
f.fankhauser@...
Send Email
Jun 2, 2004
1:45 pm
848
Hah - too logical. Thanks. I like the idea of a public static getRecordMeta() method rather than making meta public. I guess I was just getting hung up on the...
jay_at_ottawa
Offline Send Email
Jun 2, 2004
1:59 pm
849
As I am coming up to speed with SimpleORM I am using MySQL as my DB. I have encountered a limitation with the supplied createTableSQL and would like some...
jay_at_ottawa
Offline Send Email
Jun 2, 2004
2:38 pm
850
... I think that doesn't matter. but i see no need in such a accessor method. Florian...
Florian Fankhauser
f.fankhauser@...
Send Email
Jun 3, 2004
6:39 am
Messages 821 - 850 of 1847   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