From: | Jorge Godoy <jgodoy(at)gmail(dot)com> |
---|---|
To: | rihad <rihad(at)mail(dot)ru> |
Cc: | Scott Marlowe <scott(dot)marlowe(at)gmail(dot)com>, pgsql-general(at)postgresql(dot)org |
Subject: | Re: any way for ORDER BY x to imply NULLS FIRST in 8.3? |
Date: | 2007-11-11 11:03:27 |
Message-ID: | 200711110903.29111.jgodoy@gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Em Sunday 11 November 2007 04:51:20 rihad escreveu:
> pre-hydration, too. This all resulted in much effort not directly
> related to the business logic of my app, but rather on overriding
> Symfony's way of doing everyday web-programming tasks (like form
> validation, results listing, editing). Now I don't really want to work
> around further design inefficiencies of Symfony/Propel by trying
> updatable views. Really frustrating. Easier to just forgo any
> web-framework and write quality code yourself instead, like
> phpclasses.org's Manuel Lemos once said in his article... That said,
> Symfony 1.1-DEV/Doctrine begin to look promising.
I hope it works in the next release then... It looks like this ORM is so
broken that ... I can't say how it was chosen for your project.
Anyway, you are trying to solve problems from your ORM inside your database
that has no problems. This makes things hard. And they get even harder when
you refuse to use advanced features of the database that would help solving
the problems...
I use ORMs in Python and I don't have this problem. I work with views,
functions, big tables, etc. and performance gets better and better every time
I optimize *any* of the two sides: application or database. It is always an
enhancement, as if I was coding things directly by hand.
--
Jorge Godoy <jgodoy(at)gmail(dot)com>
From | Date | Subject | |
---|---|---|---|
Next Message | Christian Schröder | 2007-11-11 17:34:40 | Re: (Never?) Kill Postmaster? |
Previous Message | hubert depesz lubaczewski | 2007-11-11 07:19:24 | plperl and regexps with accented characters - incompatible? |