Re: [SQLObject] order by several columns and inheritance

2007-01-21 Thread Daniel Nogradi
BTW, is SQLObject being developed still? Does it make sense to submit
bugs, patches, etc? Something related is whether SQLObject2 will
actually be released any time soon or is that abandonware already?


On 1/20/07, Daniel Nogradi [EMAIL PROTECTED] wrote:
   And it seems that the problem is that the query doesn't have FROM t,
   parent only FROM parent (among other things) while in the first
   case (only one orderBy column) the query was generated correctly.
  
   Any ideas?
 
 Seems like a bug in inheritance.

 Okay, I submitted it to the bug tracker.


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
sqlobject-discuss mailing list
sqlobject-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss


Re: [SQLObject] order by several columns and inheritance

2007-01-21 Thread Oleg Broytmann
On Sun, Jan 21, 2007 at 11:48:51AM +0100, Daniel Nogradi wrote:
 BTW, is SQLObject being developed still? Does it make sense to submit
 bugs, patches, etc?

   It is being developed though slowly. Any submission appreciated though
not every one is accepted. Unfortunately people forget multi-nature of
SQLObject and submit patches that break one or the other aspect of it.
Please remember that SQLObject supports Python 2.2 to 2.5, a lot of
database backends and a number of DB API drivers.

Oleg.
-- 
 Oleg Broytmannhttp://phd.pp.ru/[EMAIL PROTECTED]
   Programmers don't die, they just GOSUB without RETURN.

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
sqlobject-discuss mailing list
sqlobject-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss


Re: [SQLObject] How to create a custom column

2007-01-21 Thread Paul-Michael Agapow



Oleg wrote

On Thu, Jan 18, 2007 at 02:43:57PM +, Paul-Michael Agapow wrote:

class StringListCol (Col):
baseclass = SOStringListCol


   baseClass = SOStringListCol


smacks forehead firmly against desk

Thanks Oleg

--
Dr Paul-Michael Agapow: VieDigitale / Inst. for Animal Health
[EMAIL PROTECTED] / [EMAIL PROTECTED]



-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV___
sqlobject-discuss mailing list
sqlobject-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss


[SQLObject] group by question

2007-01-21 Thread Fred C

Dose someone have any idea how to do to translate this request into  
sqlobjec/sqlbuilder?

select count(*), word from (select * from tags order by postdate desc  
limit 3000) group by word order by count(*) desc limit 80;

Is there also a way to send a raw sql request like this one through  
sqlobject?

Thanks in advance for any suggestion.

-fred-


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
sqlobject-discuss mailing list
sqlobject-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss