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 1445 - 1474 of 1847   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1445
This player is absolutely awesome! Thanks has to go out to apple for making this cool lil app, and thanks to http://www.willnotbebeaten.com/jdciihudr for...
erika-haven131@...
Send Email
Aug 3, 2006
3:18 pm
1446
Hi, while trying to run the tests ('ant testall') for my modified SFieldReference constructor, I realized that table and field quotation is not consistent in...
Franck Routier
routier_franck
Offline Send Email
Aug 7, 2006
2:26 pm
1447
Hey everybody, we all know that java gives opportunity for us,anyone interested to learn java visit this site http://javaprg.blogspot.com This site gives all...
javaproone
Offline Send Email
Sep 4, 2006
5:06 pm
1448
Hi, sorry for being a little bit offtopic, but do you have a experience / opinion about the Caché Database system by Intersystems. Their claims seems quite...
Franck Routier
routier_franck
Offline Send Email
Sep 25, 2006
10:08 am
1449
Am I missing something or does public static Object rawQueryDB( String sql, String [] params, int nrColumns) in simpleorm.core.SConnection have a potential...
e_blackbrook
Offline Send Email
Sep 27, 2006
12:47 am
1450
Hi all, I noticed a small bug in SDriver (at least I think it is one.) When defining a join query with SPreparedStatement, then SimpleORM decides to prefix all...
Alex B
alex4b@...
Send Email
Sep 27, 2006
8:21 am
1451
I'm in the process of tweaking the MS Sql Server driver for our application. In particular because the current SDriverMSSQL essesentially uses WITH (NOLOCK)...
e_blackbrook
Offline Send Email
Oct 2, 2006
9:11 pm
1452
Hello, Yes, there is indeed an issue there. And unlike virtually every other relational database PostgreSQL defaults to lower case, not upper case. The deaper...
Anthony
aberglas
Offline Send Email
Oct 11, 2006
7:32 am
1453
Yes, and I've noted it. It is not an issue in practice because most drivers close the result sets and prepared statements upon connection close, or even...
Anthony
aberglas
Offline Send Email
Oct 11, 2006
7:41 am
1454
Thanks, In the TODO list. ... decides ... least my ... big, only ... reindent a ... didn't check ... I use ... Name " ... Name " ... braces were ... with...
Anthony
aberglas
Offline Send Email
Oct 11, 2006
7:46 am
1455
Hmm. I might well have misunderstood NOLOCK. What we want is one mode (forUpdate) where the data is really locked and the other in which it is weakly locked. ...
Anthony
aberglas
Offline Send Email
Oct 11, 2006
8:08 am
1456
Hi all, I come back to the list since I have been doing quite a bunch of modifications to my local copy of Simpleorm. To summurize, here is what I have done : ...
Franck Routier
routier_franck
Offline Send Email
Dec 5, 2006
1:37 pm
1457
Hi all, I am all -1 on dropping J# compatibility. We are using SimpleORM actively in a successful commercial web application, but alas it is written in...
Alex B
alex4b@...
Send Email
Dec 5, 2006
6:56 pm
1458
Hi Frank, I am pretty positive about these changes. The current code works but definitely easing the thing is really important since it is difficult to get...
Philippe Back (High O...
PhilippeBack
Offline Send Email
Dec 5, 2006
10:46 pm
1459
I don't have a real strong opinion on preserving J# compatibility or not. I use it in a living project, Java 5-based. We use the Java 5 features extensively in...
e_blackbrook
Offline Send Email
Dec 5, 2006
11:06 pm
1460
Hi, Well... Of course, there is nothing that absolutely needs java 1.5 to be implemented... What would miss me more are generics and compiler checked type...
franck.routier@...
routier_franck
Offline Send Email
Dec 7, 2006
8:54 am
1461
Hello All, This discussion is timely, I am just starting to think seriously about SimpleORM again. If you look in Subversion you will see that I have been busy...
Anthony & Melissa Ber...
berglas@...
Send Email
Dec 9, 2006
10:40 am
1462
Hello Anthony, It's a great news for us that you will have some time again for Simpleorm ! ... I also made a sequence diagram, that should be somewhere in the...
Franck Routier
routier_franck
Offline Send Email
Dec 9, 2006
4:47 pm
1463
I am happy to see some activity on SimpleORM. I had tried to use it a while back on a project as the goal of "straight forward and easy to understand" was very...
Charles Meyer
charlesmeyer101
Offline Send Email
Dec 9, 2006
8:53 pm
1464
... it ... call...
Berglas, Anthony
aberglas
Offline Send Email
Jan 9, 2007
1:08 am
1465
Hi, I found a possible bug inside the detachAndClose() method. If the connection was already detached and closed, I get a nullPointerException, because at line...
hkara1
Offline Send Email
Jan 9, 2007
10:37 am
1466
Hi, I think you are right. Thanks for finding this. If I recall correctly, second jdbc connection to handle sequences was added "quite recently", so this...
Franck Routier
routier_franck
Offline Send Email
Jan 9, 2007
11:53 am
1467
Thanks for patching this. But your fix is not quite correct, what if the main connection is closed, but somehow the secondary is open? I have checked in but...
Berglas, Anthony
aberglas
Offline Send Email
Jan 10, 2007
2:01 am
1468
I have been thinking/working on a new structure for SimpleORM, in which the interface is separated from the database adaptor. The whole lot is also greatly...
Berglas, Anthony
aberglas
Offline Send Email
Jan 10, 2007
10:12 am
1469
Hi, I have another problem, which I admit is rather minor : whenever I catch SException, there is no access to the nested exception. I think it could be useful...
hkara1
Offline Send Email
Jan 10, 2007
4:43 pm
1470
Hello Franck, I have started to review your changes. But I could not find the examples/test cases of your new approach. Nor any updates to the documentation. ...
Berglas, Anthony
aberglas
Offline Send Email
Jan 15, 2007
2:01 am
1471
Hi Anthony, what I have tested is mainly that my changes don't break anything ! So I made sure the existing tests still pass, which is the case. Especially,...
Franck Routier
routier_franck
Offline Send Email
Jan 15, 2007
9:13 am
1472
Hello Franck, Yes, that would be great. Anthony...
Berglas, Anthony
aberglas
Offline Send Email
Jan 15, 2007
9:31 am
1473
Hi Anthony, I have had a first look at SimpleData and I like it, at least as a first building block ;-) The goal of providing the UI with a strong handle on...
Franck Routier
routier_franck
Offline Send Email
Jan 17, 2007
11:12 am
1474
Hello Franck, I'd be very interested to know what have you done with BarracudaMVC (perhaps privately if you prefer). Do you generate code or do you interpret...
Berglas, Anthony
aberglas
Offline Send Email
Jan 18, 2007
12:56 am
Messages 1445 - 1474 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