The code that chokes with SA 0.5.0rc1 is as follows:

filteredRecords =
theChildClass.query().filter(filterString).join(relationshipToParentName,
aliased=requiresAliased).filter(parentFilterString).order_by(orderByString)
[start:(start+limit)]

where:
  theChildClass: blnver
  filterString: '1=1'
  relationshipToParentName: 'childblnvers'
  requiresAliased: True
  parentFilterString: 'blnver.id=1'
  orderByString: u'blnver.name ASC'

(In debugging I noted that the orderByString is a unicode string
(unintentional), whereas all the others are plain strings)

I have just checked that SA version 0.4.5 does not have this problem
on Linux either.

Please let me know if you need more information.

Many thanks for your time,

Tim

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to