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

[RDBO] many to many to arbitrary tables?

2007-07-02 Thread Michael Lackhoff
Hello, I would like to have the possibility to link from one record to other records in many other tables, something like this: in table dates: id = 1 when = 2007-07-04 14:00 ... some more fields a mapping table would look like this: date_id = 1 link_id = 5 link_table = customers date_id = 1