-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
support for SQL expressions associated with types #1534
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Changes by Michael Bayer (@zzzeek):
|
Michael Bayer (@zzzeek) wrote: this really shouldn't be that big of a deal. Postgis really needs it. |
Changes by Michael Bayer (@zzzeek):
|
Michael Bayer (@zzzeek) wrote: first patch. gets the basic idea and the postgis example working. lots of new overhead needs to be reduced. |
Changes by Michael Bayer (@zzzeek):
|
Michael Bayer (@zzzeek) wrote: next patch, callcounts are OK, but we aren't meeting the "returning" use case. no tests yet. |
Changes by Michael Bayer (@zzzeek):
|
Changes by Michael Bayer (@zzzeek):
|
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
The text was updated successfully, but these errors were encountered: