Skip to content

support for SQL expressions associated with types #1534

Closed
@sqlalchemy-bot

Description

@sqlalchemy-bot

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

Activity

sqlalchemy-bot

sqlalchemy-bot commented on Sep 8, 2009

@sqlalchemy-bot
CollaboratorAuthor

Changes by Michael Bayer (@zzzeek):

  • changed milestone from "0.6.0" to "0.6.xx"
sqlalchemy-bot

sqlalchemy-bot commented on Aug 16, 2012

@sqlalchemy-bot
CollaboratorAuthor

Michael Bayer (@zzzeek) wrote:

this really shouldn't be that big of a deal. Postgis really needs it.

sqlalchemy-bot

sqlalchemy-bot commented on Aug 16, 2012

@sqlalchemy-bot
CollaboratorAuthor

Changes by Michael Bayer (@zzzeek):

  • added labels: high priority
  • changed milestone from "0.x.xx" to "0.8.0"
sqlalchemy-bot

sqlalchemy-bot commented on Aug 17, 2012

@sqlalchemy-bot
CollaboratorAuthor

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

sqlalchemy-bot commented on Aug 17, 2012

@sqlalchemy-bot
CollaboratorAuthor

Changes by Michael Bayer (@zzzeek):

  • attached file 1534.1.patch
sqlalchemy-bot

sqlalchemy-bot commented on Aug 17, 2012

@sqlalchemy-bot
CollaboratorAuthor

Michael Bayer (@zzzeek) wrote:

next patch, callcounts are OK, but we aren't meeting the "returning" use case. no tests yet.

sqlalchemy-bot

sqlalchemy-bot commented on Aug 17, 2012

@sqlalchemy-bot
CollaboratorAuthor

Changes by Michael Bayer (@zzzeek):

  • attached file 1534.2.patch
sqlalchemy-bot

sqlalchemy-bot commented on Aug 17, 2012

@sqlalchemy-bot
CollaboratorAuthor

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

sqlalchemy-bot commented on Aug 18, 2012

@sqlalchemy-bot
CollaboratorAuthor

Michael Bayer (@zzzeek) wrote:

last fix for now is in 515811e

sqlalchemy-bot

sqlalchemy-bot commented on Aug 18, 2012

@sqlalchemy-bot
CollaboratorAuthor

Changes by Michael Bayer (@zzzeek):

  • changed status to closed
added this to the 0.8.0b1 milestone on Nov 27, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @sqlalchemy-bot

        Issue actions

          support for SQL expressions associated with types · Issue #1534 · sqlalchemy/sqlalchemy