-
Notifications
You must be signed in to change notification settings - Fork 112
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Functions returning Box types now return None types instead of Geomet…
…ry types (#375) * Fix to stop Box2D being wrapped with ST_AsEWKB Version 0.9.0 broke my code. My query was returning a string from Box2D(), since version 0.9.0 the call to Box2D() gets wrapped by ST_AsEWKB. This change fixes my problem so I can get a string back from Box2D(). * Update geoalchemy2/_functions.py Co-authored-by: Adrien Berchet <adrien.berchet@gmail.com> * Remove all box types from functions * Fix tests Co-authored-by: Adrien Berchet <adrien.berchet@gmail.com>
- Loading branch information
1 parent
2a47808
commit b226208
Showing
2 changed files
with
11 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters