Re: custom filter on join

2009-06-23 Thread Alex Gaynor
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

Re: [ANN] Database Backend for SQL Anywhere available

2009-06-23 Thread Nathan Auch [Sybase]
> 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

custom filter on join

2009-06-23 Thread nevvkid
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'

Re: ANNOUNCE:- ibm_db_django - IBM Dataservers backend support for Django Application Framework.

2009-06-23 Thread Russell Keith-Magee
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

Re: [ANN] Database Backend for SQL Anywhere available

2009-06-23 Thread Russell Keith-Magee
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

ANNOUNCE:- ibm_db_django - IBM Dataservers backend support for Django Application Framework.

2009-06-23 Thread Tarun Pasrija
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