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
--
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
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