add nullsfirst() / nullslast() to top-level imports

Change-Id: Ieefcc4c30c1c17f43f2908d961e00815bae862bb
Pull-request: https://github.com/zzzeek/sqlalchemy/pull/378
This commit is contained in:
Lele Gaifax
2017-11-15 18:11:05 -05:00
committed by Mike Bayer
parent 63ea6ef4fb
commit d507ea00a9
3 changed files with 11 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
.. change::
:tags: bug, sql
:versions: 1.2.0b4
Added :func:`.nullsfirst` and :func:`.nullslast` as top level imports
in the ``sqlalchemy.`` and ``sqlalchemy.sql.`` namespace. Pull request
courtesy Lele Gaifax.
+2
View File
@@ -38,6 +38,8 @@ from .sql import (
modifier,
not_,
null,
nullsfirst,
nullslast,
or_,
outerjoin,
outparam,
+2
View File
@@ -53,6 +53,8 @@ from .expression import (
modifier,
not_,
null,
nullsfirst,
nullslast,
or_,
outerjoin,
outparam,