summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql/default_comparator.py
Commit message (Expand)AuthorAgeFilesLines
* - merge of ticket_3499 indexed access branchMike Bayer2015-08-171-2/+26
* - copyright 2015Mike Bayer2015-03-101-1/+1
* - clean up default comparator which doesn't need to be a class,Mike Bayer2015-01-041-254/+257
* - start trying to move things into __slots__. This seems to reduce theslotsMike Bayer2015-01-041-42/+4
* - The :meth:`.Operators.match` operator is now handled such that theMike Bayer2014-12-041-5/+16
* - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects,Brian Jarrett2014-07-201-51/+56
* - break up the <authors> copyright comment as part of a passMike Bayer2014-07-091-1/+2
* - add postgresql_regconfig argument to PG dialect for match() operator,jonathan vanasco2014-07-081-1/+1
* - Fixed bug where the :meth:`.Operators.__and__`,Mike Bayer2014-05-241-1/+19
* - Added new flag :paramref:`.expression.between.symmetric`, when set to TrueMike Bayer2014-03-301-1/+6
* - Fixed bug where :meth:`.in_()` would go into an endless loop ifMike Bayer2014-02-131-3/+7
* - happy new yearMike Bayer2014-01-051-1/+1
* An overhaul of expression handling for special symbols particularlyMike Bayer2013-10-231-3/+3
* - A :func:`.bindparam` construct with a "null" type (e.g. no typeMike Bayer2013-10-211-4/+1
* - A large refactoring of the ``sqlalchemy.sql`` package has reorganizedMike Bayer2013-08-121-0/+281