Dave Cramer wrote:
> You're correct, does anyone know why getTableName is returning "",
>
> when getBaseTableName is implemented ?
See lengthy previous discussion in the archives. getTableName() needs to
return the table *alias* or the empty string if unknown. The backend
only gives us the actual table name (returned by getBaseTableName()); we
don't know what the alias is and return an empty string.
-O