select bug |
|||
|---|---|---|---|
| Date: | 05/11/2008 | Severity: | Minor |
| Status: | Not a Bug | Reporter: | redips |
| Version: | 1.6.2 SVN | ||
| Keywords: | Libraries, Database Class | ||
Description
Undesirable ` quotes
I suggest not to quote digital column names
Code Sample
$this->db->select( 'SUM( percentage / 100 * price )' );
Expected Result
SELECT SUM( `percentage` / `100` * `price` )
Actual Result
SELECT SUM( `percentage` / 100 * `price` )
Comment on Bug Report
| Posted by: Derek Allard on 11 May 2008 8:15am | |
|
|
Greetings, I do not see a forum thread associated with this bug report, and it looks like it may not be a bug. Have you first read the bug reporting guidelines and used the Bug Report Forum to get help confirming that this is a bug before reporting? Thanks! |
