Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 1.2.3
-
Fix Version/s: None
-
Component/s: Query
-
Labels:None
-
Environment:XP Xamp
Description
When you call a stored procedure from a schema other than that of the current connection: [schema_name].[stored_procedure_name]([stored_procedure_arguments]) doctrine miss understands the string and throws a "Couldn't get short alias for" exception.
I fixed this by adding some more regex to the getExpressionOwner method of the Query Class.
I will post the patch shortly.
Will Ferrer
Fixed an issue where the code wouldn't work with calls to stored procedure that were nestted in groups in selects.