Skip to content

Postgres TIMESTAMP function support #981

Closed
@sqlalchemy-bot

Description

@sqlalchemy-bot
Collaborator

Migrated issue, originally created by Marlon Harrison (@mharrison)

Postgres TIMESTAMP function doesn't want parens....

http://www.postgresql.org/docs/8.0/static/datatype-datetime.html

Attached are patches and testcase diffs for it


Attachments: test.diff | timestampPG.diff

Activity

sqlalchemy-bot

sqlalchemy-bot commented on Feb 27, 2008

@sqlalchemy-bot
CollaboratorAuthor

Michael Bayer (@zzzeek) wrote:

thanks for this ! I took a slightly different take with the patch in 9302f2b.

sqlalchemy-bot

sqlalchemy-bot commented on Feb 27, 2008

@sqlalchemy-bot
CollaboratorAuthor

Changes by Michael Bayer (@zzzeek):

  • changed status to closed
added this to the 0.4.6 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

          Postgres TIMESTAMP function support · Issue #981 · sqlalchemy/sqlalchemy