Bug #3858 | Bug in constructor of BlobFromLocator | ||
---|---|---|---|
Submitted: | 22 May 2004 14:41 | Modified: | 11 Nov 2009 2:35 |
Reporter: | Sean Radford | Email Updates: | |
Status: | Won't fix | Impact on me: | |
Category: | Connector / J | Severity: | S2 (Serious) |
Version: | 3.1-nightly-20040522 | OS: | Any (All) |
Assigned to: | Mark Matthews | CPU Architecture: | Any |
[22 May 2004 14:41]
Sean Radford
[8 Jun 2004 17:15]
Mark Matthews
This is as intended. To support MySQL servers that can not return the 'original' column name of an aliased column, the BlobFromLocator feature is desgined to be used by aliasing a string that refers to the real column name ('blobColumnName' AS FOO). However, your approach does have merit, and we will consider supporting more than one 'mode' of locator emulation (original column name, aliased column name as string, aliased column) in the future.