Closed
Bug 562787
Opened 16 years ago
Closed 16 years ago
Fix getResultByName idl description to specify it needs an AS clause
Categories
(Core :: SQLite and Embedded Database Bindings, defect)
Core
SQLite and Embedded Database Bindings
Tracking
()
RESOLVED
FIXED
mozilla1.9.3a5
People
(Reporter: mak, Assigned: mak)
Details
Attachments
(1 file)
|
1.01 KB,
patch
|
asuth
:
review+
|
Details | Diff | Splinter Review |
getResultByName is guaranteed working correctly only if columns are aliased.
See http://www.sqlite.org/c3ref/column_name.html
I should fix current usage and add a note in Storage idl.
| Assignee | ||
Comment 1•16 years ago
|
||
after a second check in expiration sounds like I already used the correct AS form, so i'm only going to fix the idl.
Assignee: mak77 → nobody
Component: Places → Storage
QA Contact: places → storage
Summary: Fix getResultByName use in expiration → Fix getResultByName idl description to specify it needs an AS clause
| Assignee | ||
Updated•16 years ago
|
Assignee: nobody → mak77
| Assignee | ||
Comment 2•16 years ago
|
||
I used a slightly modified version of the original SQLite documentation comment
Attachment #443062 -
Flags: review?(bugmail)
Updated•16 years ago
|
Attachment #443062 -
Flags: review?(bugmail) → review+
| Assignee | ||
Comment 3•16 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla1.9.3a5
Updated•1 year ago
|
Product: Toolkit → Core
You need to log in
before you can comment on or make changes to this bug.
Description
•