DB prefix in JOIN clauses returns |
|||
|---|---|---|---|
| Date: | 07/21/2007 | Severity: | Major |
| Status: | Duplicate | Reporter: | champs |
| Version: | 1.5.4 | ||
| Keywords: | |||
Description
Code Igniter is putting the table prefix into JOIN clauses again.
This was put into 1.5.2, then taken out in 1.5.3 because it doesn’t work with table aliases, which may be necessary when joining to the same table on multiple fields, etc.
Code Sample
Please see the discussion here:
<a href="http://codeigniter.com/forums/viewthread/48161/">http://codeigniter.com/forums/viewthread/48161/</a>
