Part of the EllisLab Network

Bug Report

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 wink

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

Page 1 of 1 pages
Posted by: Derek Allard on 11 May 2008 8:15am
Derek Allard's avatar

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!

Name:

Email:

Location:

URL:

Remember my personal information

Notify me of follow-up comments?