I use Firebird SQL, and "like" has a pretty bad performance compared to "starting with", as the later uses an index if one is available.

When using "someklass.somecolumn.startswith('value') SA uses "like", what would have to be done to use "starting with" instead for the Firebird dialect?

Werner

--
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