Re: any way for ORDER BY x to imply NULLS FIRST in 8.3?

From: "Leif B(dot) Kristensen" <leif(at)solumslekt(dot)org>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: any way for ORDER BY x to imply NULLS FIRST in 8.3?
Date: 2007-11-09 11:33:32
Message-ID: 200711091233.32784.leif@solumslekt.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Friday 9. November 2007, rihad wrote:

>It's not an easy thing to do with for example Propel 1.2 ORM (written
> in PHP):
>
>$criteria->addDescendingOrderByColumn(myPeer::LAST_LOGIN); // no place
>to shove database-specific attributes in.
>
>which was my main point.

Which mainly goes to show that ORM is broken by design :-)
--
Leif Biberg Kristensen | Registered Linux User #338009
http://solumslekt.org/ | Cruising with Gentoo/KDE
My Jazz Jukebox: http://www.last.fm/user/leifbk/

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Márcio Geovani Jasinski 2007-11-09 11:52:14 Re: INSERT performance deteriorates quickly during a large import
Previous Message rihad 2007-11-09 11:17:53 Re: any way for ORDER BY x to imply NULLS FIRST in 8.3?