Fossil SCM
SQL syntax error checking out a branch
Fixed
62c84f3e604a06f…
· opened 17 years, 3 months ago
- Type
- Incident
- Priority
- —
- Severity
- Severe
- Resolution
- Fixed
- Subsystem
- —
- Created
- Dec. 20, 2008 1:08 a.m.
I tried to check out the branch tip of '1.0-branch' in the repository at http://kbk.is-a-geek.net:2301/ Fossil aborted with the following:
$ fossil checkout 1.0-branch fossil: near "HERE": syntax error UPDATE vfile SET mtime=NULL HERE vid=361 AND mrid>0 $ fossil version This is fossil version [ba837fd294] 2008-12-16 18:39:29 UTC
anonymous claiming to be [email protected] added on 2008-12-20 01:29:52:
The obvious fix of changing HERE to WHERE at line 253 of vfile_.c appears to get around the problem.
drh added on 2008-12-20 02:24:14:
Fixed by check-in [491b2c69ec500c643df1d82e5bd59e3eefaa2f28].