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

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? 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 1759 - 1788 of 1847   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1759
Hello Franck, SQueryAggregate is an interesting concept which raises many questions. It is really a special case of doing general ad hoc queries and should...
anthony@...
aberglas
Offline Send Email
Apr 12, 2009
5:21 am
1760
Hello Anthony, ... I've done this. SRecordAdHoc feels a bit strange to me, as SRecordInstance is not really an adhoc object... but I don't have any really...
Franck Routier
routier_franck
Offline Send Email
Apr 12, 2009
12:48 pm
1761
Hello Franck, So, you are worse than me, coding on Easter Sunday... Looks good to me. There is still an awkward overlap between SQuery, SQueryAggregate and...
anthony@...
aberglas
Offline Send Email
Apr 13, 2009
12:38 am
1762
Hello Franck, So any reaction to my notes below? I think that specifically SQueryAggregate and friends should be renamed into something like SQueryGeneric....
anthony@...
aberglas
Offline Send Email
Apr 19, 2009
2:16 am
1763
Hello Anthony, I've not be changing anything recently, except adding a rawInnerJoin method to SQuery, that truly adds an arbitrary table to a query (a table ...
Franck Routier
routier_franck
Offline Send Email
Apr 19, 2009
6:55 am
1764
Hello Franck, I see your point about SQueryGeneric. How about SQuerySelect, because it lets you explicitly specify a select list? I realize that you are busy...
anthony@...
aberglas
Offline Send Email
Apr 25, 2009
6:54 am
1765
Hello Franck, I would like to package up the current subversion state fairly soon and make it the next build. There are a few tweak I would add. Could you...
anthony@...
aberglas
Offline Send Email
May 18, 2009
4:02 am
1766
Hello, I have a few other commits waiting here that I would like to go in the build. Mainly, it allows to do: aggQuery.sum("some arbitrary sql here") (or...
Franck Routier
routier_franck
Offline Send Email
May 18, 2009
10:20 am
1767
Sounds good. I'll have some time over the next few weeks. Anthony ... Spreadsheet Detective, Southern Cross Software Queensland Pty Limited 54 Gerler Street ...
berglas@...
Send Email
May 24, 2009
7:56 am
1768
I have been using SimpleORM for the last two months and its a great tool. I have a question about record caching If one has static information in the database...
gary adams
gershonadams
Offline Send Email
Jun 7, 2009
1:35 pm
1769
... You can make this action as first one after starting your program. So no other items in the database can be affected, because your program hasn't any open...
t.leichner
Offline Send Email
Jun 7, 2009
6:25 pm
1770
Hello Gary You could also just reattach the data set to a session (ses.begin(ds)) updated it, then detachAndCommit again. See...
berglas@...
Send Email
Jun 8, 2009
12:14 am
1771
Hello, You can also use SSessionJDBC.detachUnflushedDataSet() instead of SSessionJDBC.commitAndDetachDataSet(); If you only query record without flushing, it...
damien hostin
damien.hostin@...
Send Email
Jun 8, 2009
8:31 am
1772
Hi, just to add my two (euro) cents, I think you could use a different dataSet to handle your configuration information. SDataSet configDs = new SDataSet(); ...
Franck Routier
routier_franck
Offline Send Email
Jun 8, 2009
10:57 am
1773
Thanks for the response. I looked thru LongTransactionTest. From what I see, it looks like the code assumes it can set the dataset for a session. I dont...
gary adams
gershonadams
Offline Send Email
Jun 8, 2009
2:28 pm
1774
Normally you start your sessions at the top level where a request comes in. But you can call session.hasBegun() to find out. Anthony ... Spreadsheet Detective,...
berglas@...
Send Email
Jun 24, 2009
8:35 am
1775
Hello Garry, I am confused by your use case. If you just want to have a record set of cached values that is not really part of the transaction, then just don't...
anthony@...
aberglas
Offline Send Email
Jul 1, 2009
5:29 am
1776
How do you feel about having a findReferencing method in SRecordInstance, just like the existing findReference there? That'd make it just as easy to lazily...
spoerrij
Offline Send Email
Jul 6, 2009
11:54 pm
1777
A good question, and the answer is no. Suppose one performed a query to select Employees in Sales where Salary > 100000 order by Name What would you expect...
berglas@...
Send Email
Jul 7, 2009
12:45 am
1778
OK. Should we then widen the SSessionI interface? It's nice to be able to write fully testable code that doesn't depend on the concrete SSessionJdbc. But you...
spoerrij
Offline Send Email
Jul 7, 2009
3:21 am
1779
I haven't bothered putting abstract classes on things like SSessionJdbc because I'm not sure that it is useful. Mocking out the database essentially mocks out...
berglas@...
Send Email
Jul 7, 2009
6:08 am
1780
Hello to you all. Just wanted to find out whether it is possible to work with more than one data source with simple-orm and if so hwo it can be done....
asbirya
Offline Send Email
Jul 20, 2009
11:57 am
1781
Yes, easy. It is just an initial parameter when opening a connection. Can swap connections too, see LongTransactionTest. Anthony ... Spreadsheet Detective, ...
berglas@...
Send Email
Jul 25, 2009
4:22 am
1782
Hi Anthony, it's been a long time since I said I would rename SAggregateQuery to SQuerySelect, as soon as... well. I'm ready now :) I just come back to make...
Franck Routier
routier_franck
Offline Send Email
Jul 28, 2009
4:46 pm
1783
Hello Franck, Good to hear that you are back on this. Producing a new release is way over due. I have also been busy. The reasoning is that aggregates is...
anthony@...
aberglas
Offline Send Email
Jul 29, 2009
3:09 am
1784
Hi, there is a point I don't get... there are big differences between SRecordGeneric and SRecordInstance, that make me think it would be hard to unify them: ...
Franck Routier
routier_franck
Offline Send Email
Jul 29, 2009
9:16 am
1785
Hello Franck, Yes, I was thinking along similar lines after I posted. The primary key is the big issue. (And having multiple queries with different select...
berglas@...
Send Email
Jul 30, 2009
10:58 am
1786
Hello, so, I would go: SRecordGeneric as the base abstract class SRecordInstance... SRecordTransient for what is called SRecordGeneric now... I would also...
Franck Routier
routier_franck
Offline Send Email
Jul 30, 2009
2:20 pm
1787
Hello Franck, Sounds good. I would like the copied code pushed up into SRecordGeneric as private methods. Pushing getString(String) up as abstracts should also...
anthony@...
aberglas
Offline Send Email
Jul 31, 2009
3:57 am
1788
Hello Anthony, I finally commited my changes right now. So, I created a new SRecordGeneric, an abstract class that implements Map and has all the code related...
Franck Routier
routier_franck
Offline Send Email
Jul 31, 2009
7:05 pm
Messages 1759 - 1788 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