Closed
Description
Migrated issue, originally created by Michael Bayer (@zzzeek)
i.e. geo types, date types, etc. basically the bindparam() produced by this type should instead be the desired SQL expression.
Attachments: 1534.1.patch | 1534.2.patch
Metadata
Metadata
Assignees
Type
Projects
Relationships
Development
No branches or pull requests
Activity
sqlalchemy-bot commentedon Sep 8, 2009
Changes by Michael Bayer (@zzzeek):
sqlalchemy-bot commentedon Aug 16, 2012
Michael Bayer (@zzzeek) wrote:
this really shouldn't be that big of a deal. Postgis really needs it.
sqlalchemy-bot commentedon Aug 16, 2012
Changes by Michael Bayer (@zzzeek):
sqlalchemy-bot commentedon Aug 17, 2012
Michael Bayer (@zzzeek) wrote:
first patch. gets the basic idea and the postgis example working. lots of new overhead needs to be reduced.
sqlalchemy-bot commentedon Aug 17, 2012
Changes by Michael Bayer (@zzzeek):
sqlalchemy-bot commentedon Aug 17, 2012
Michael Bayer (@zzzeek) wrote:
next patch, callcounts are OK, but we aren't meeting the "returning" use case. no tests yet.
sqlalchemy-bot commentedon Aug 17, 2012
Changes by Michael Bayer (@zzzeek):
sqlalchemy-bot commentedon Aug 17, 2012
Michael Bayer (@zzzeek) wrote:
the majority of the work with tests is in a2468c8. still need to improve the result map propagation though.
sqlalchemy-bot commentedon Aug 18, 2012
Michael Bayer (@zzzeek) wrote:
last fix for now is in 515811e
sqlalchemy-bot commentedon Aug 18, 2012
Changes by Michael Bayer (@zzzeek):