Ticket #490 (new defect)
Opened 11 months ago
SQLite: error when renaming folders
| Reported by: | reporter | Owned by: | mbonetti |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | BUGS | Version: | |
| Severity: | critical | Keywords: | SQLite |
| Cc: |
Description
When trying to rename a folder I get an error:
Failed to execute the SQL query select count(*) as cnt from folders where binary name='fnord' Error 1: SQL logic error or missing database : near "name": syntax error
SQLite doesn't seem to like the binary operator in the follwing select statements:
Note: See
TracTickets for help on using
tickets.
