Patch for JetDriver

Description

JetDriver is not building a correct SqlString. After FinalizeJoins is called, only the FROM clause is returned.

This patch fixes the issue.

Environment

None

Attachments

1

Activity

Show:

Former user 
October 12, 2006 at 9:39 PM

Committed with a change: SqlStringBuilder takes number of parts as parameter, not length of the string, so I changed sqlString.Count + transformedFrom.Length to sqlString.Count + 1.

Former user 
October 12, 2006 at 7:38 PM

I forgot to change the priority. It's blocker.

Fixed

Details

Assignee

Reporter

Components

Affects versions

Priority

Who's Looking?

Open Who's Looking?
Created October 12, 2006 at 7:37 PM
Updated August 20, 2008 at 1:32 PM
Resolved October 12, 2006 at 9:44 PM
Who's Looking?