External Issue
Details
Details
Assignee
Unassigned
UnassignedReporter
Karl Chu
Karl ChuComponents
Affects versions
Priority
Who's Looking?
Open Who's Looking?
Created December 6, 2007 at 7:59 PM
Updated July 9, 2008 at 11:39 PM
Resolved March 21, 2008 at 11:38 AM
Adding AbstractQueryImpl.ExecuteUpdate() caused FullTextQueryImpl to not compile. As a quick fix just so things will compile, ExecuteUpdate() was added to FullTextQueryImpl. It just throws a NotImplementedException for the time being. We need to decide whether to implement this with some sensible implementation, or just return a zero, or simple leave it as throwing a NotImplementedException.