On Tue, Jun 23, 2009 at 3:11 AM, nevvkid wrote:
>
> Hello together,
> i wonder if it's possible to add a custom filter to a join "ON". E.g.
> a query:
>
> SELECT * FROM `table` INNER JOIN `table_attribute` ON (`table`.`id` =
> `table_attribute`.`lamp_id` AND foo=bar);
>
> Please have a look at "f
> Open a ticket requesting this so the idea isn't forgotten. If you can
> work up a patch that contains some draft text, feel free to push the
> ticket onto the v1.1 milestone.
>
> If you're going to write some draft text, keep the following in mind:
> - Sybase isn't the only external backend, s
Hello together,
i wonder if it's possible to add a custom filter to a join "ON". E.g.
a query:
SELECT * FROM `table` INNER JOIN `table_attribute` ON (`table`.`id` =
`table_attribute`.`lamp_id` AND foo=bar);
Please have a look at "foo=bar".
There is a method "filter" for django models, but that'
On Tue, Jun 23, 2009 at 5:00 PM, Tarun Pasrija wrote:
>
> IBM DB2 backend support for Django application Framework is now
> available to the community. Right now it is in beta stage.
>
> ibm_db_django enables access to IBM databases from Django
> applications
> http://www.djangoproject.com/
>
> Th
On Mon, Jun 22, 2009 at 11:57 PM, Nathan Auch [Sybase] wrote:
>
> I am pleased to announce that a SQL Anywhere database backend for Django
> is publicly available from:
>
> http://code.google.com/p/sqlany-django
>
> The backend is currently only supported against Django 1.0.2. I'll take
> care of
IBM DB2 backend support for Django application Framework is now
available to the community. Right now it is in beta stage.
ibm_db_django enables access to IBM databases from Django
applications
http://www.djangoproject.com/
The adapter has been developed and is supported by this IBM team.
Downlo