Modify ↓
Opened 16 years ago
Closed 4 years ago
#4473 closed defect (wontfix)
Cannot access database views in SQLQueryMacro.
Reported by: | Owned by: | James Mills | |
---|---|---|---|
Priority: | normal | Component: | SqlQueryMacro |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
It seems that when a SQL statement accesses a view in the database (SQLite), the result is 'No results'. Is there a limitation on the database objects the macro accomodates?
Attachments (0)
Note: See
TracTickets for help on using
tickets.
wiki:TracDev/DatabaseApi#GuidelinesforSQLStatements says:
Please try after the patch in #12023 is committed.