Re: [RDBO] missing column aliases in recent version(s)

2007-07-02 Thread John Siracusa
Okay, I've made the change in SVN. RDBO 0.765 will have tN table aliasing on by default, even for queries that only involve a single table. The new table_aliases Manager parameter can be used to force the old behavior. -John

Re: [RDBO] missing column aliases in recent version(s)

2007-07-02 Thread Michael Lackhoff
John Siracusa wrote: Okay, I've made the change in SVN. RDBO 0.765 will have tN table aliasing on by default, even for queries that only involve a single table. The new table_aliases Manager parameter can be used to force the old behavior. Thanks! -Michael

Re: [RDBO] missing column aliases in recent version(s)

2007-07-01 Thread John Siracusa
On 6/30/07 11:45 PM, Michael Lackhoff wrote: On 30 Jun 2007 at 17:10, John Siracusa wrote: Tables are only aliased as tN when more than one table is involved in the query. This more than one count does not include literal subqueries like yours, however. I'm thinking of changing it in 0.765

Re: [RDBO] missing column aliases in recent version(s)

2007-06-30 Thread John Siracusa
On 6/30/07, Michael Lackhoff [EMAIL PROTECTED] wrote: The subselect I use, relies on the aliasing of 'gruppen' to 't1'. Of course I can just change the definition to use the original table name but since I didn't find any mention in the change log, perhaps this is a bug? Tables are only