summaryrefslogtreecommitdiff
path: root/test/sql
Commit message (Expand)AuthorAgeFilesLines
* - Fixed a regression introduced by the join rewriting feature ofMike Bayer2013-11-011-0/+33
* - add migration notes for [ticket:2838]Mike Bayer2013-10-241-0/+16
* An overhaul of expression handling for special symbols particularlyMike Bayer2013-10-233-22/+265
* - A :func:`.bindparam` construct with a "null" type (e.g. no typeMike Bayer2013-10-211-1/+25
* - Fixed bug where :func:`.type_coerce` would not interpret ORMMike Bayer2013-10-211-0/+11
* - The typing system now handles the task of rendering "literal bind" values,Mike Bayer2013-10-201-0/+14
* - add a type_coerce() step within Enum, Boolean to the CHECK constraint,Mike Bayer2013-10-201-2/+68
* - The :meth:`.Table.tometadata` method now produces copies ofMike Bayer2013-10-181-1/+41
* The ``.unique`` flag on :class:`.Index` could be produced as ``None``Mike Bayer2013-10-141-0/+22
* - Fixed bug in default compiler plus those of postgresql, mysql, andMike Bayer2013-10-121-0/+21
* The ``default`` argument of :class:`.Column` now accepts a classMike Bayer2013-10-111-10/+20
* The "name" attribute is set on :class:`.Index` before the "attach"Mike Bayer2013-10-111-4/+9
* A :func:`.select` that is made to refer to itself in its FROM clause,Mike Bayer2013-10-081-0/+12
* Fixed bug where using an annotation such as :func:`.remote` orMike Bayer2013-10-081-0/+7
* - fix propagation of quote flag within _gen_label() so that if theMike Bayer2013-10-051-0/+13
* - Removed some now unneeded version checks [ticket:2829] courtesy alex gaynorMike Bayer2013-09-222-5/+0
* repair missing oracle skipMike Bayer2013-08-281-1/+1
* - these tests now fail on a normalize name DB, as they should! because we're ...Mike Bayer2013-08-281-0/+6
* callcountsMike Bayer2013-08-271-1/+1
* - cx_oracle seems to have a bug here though it is hard to track downMike Bayer2013-08-271-12/+14
* - A rework to the way that "quoted" identifiers are handled, in thatMike Bayer2013-08-272-16/+165
* - ensure rowcount is returned for an UPDATE with no implicit returningMike Bayer2013-08-251-1/+1
* - The ``version_id_generator`` parameter of ``Mapper`` can now be specifiedMike Bayer2013-08-251-0/+122
* forgot to add system to the copy() methodMike Bayer2013-08-251-0/+7
* added "system=True" to Column, so that we generally don't have to botherMike Bayer2013-08-251-0/+9
* Fixed regression dating back to 0.7.9 whereby the name of a CTE mightMike Bayer2013-08-181-0/+16
* - A large refactoring of the ``sqlalchemy.sql`` package has reorganizedMike Bayer2013-08-121-0/+176
* - The :meth:`.Operators.notin_` operator added in 0.8 now properlyMike Bayer2013-08-071-0/+11
* - Fixed bug in common table expression system where if the CTE wereMike Bayer2013-07-311-0/+29
* - fix issue in join rewriting whereby we need to ensure the .key and .nameMike Bayer2013-07-271-4/+83
* Fixed bug in :class:`.CheckConstraint` DDL where the "quote" flag from aMike Bayer2013-07-171-0/+23
* Fixed bug where the expression system relied upon the ``str()``Mike Bayer2013-07-122-0/+53
* - we dont actually need this unicode cast, on py3k + linux it seems theMike Bayer2013-07-091-0/+2
* - Added new method to the :func:`.insert` constructMike Bayer2013-07-051-1/+64
* Fixed bug when using multi-table UPDATE where a supplementalMike Bayer2013-07-021-0/+39
* add an ORDER BY hereMike Bayer2013-06-261-2/+2
* - rework of correlation, continuing on #2668, #2746Mike Bayer2013-06-262-12/+142
* tweak this for now, would need a testMike Bayer2013-06-231-11/+0
* The resolution of :class:`.ForeignKey` objects to theirMike Bayer2013-06-232-35/+321
* Provided a new attribute for :class:`.TypeDecorator`Mike Bayer2013-06-221-1/+33
* - tests for the alias() APIMike Bayer2013-06-081-1/+74
* fix testMike Bayer2013-06-061-0/+1
* genericize tests hereMike Bayer2013-06-041-5/+10
* Merge branch 'ticket_2587'Mike Bayer2013-06-042-15/+311
|\
| * - add coverage for result map rewritingMike Bayer2013-06-041-0/+6
| * - if the select() does not have use_labels on, then we just renderMike Bayer2013-06-041-0/+51
| * - support for a__b_dc, i.e. two levels of nestingMike Bayer2013-06-041-35/+131
| * repair these tests now that we allow join from selectable to fromgroupingMike Bayer2013-06-041-21/+26
| * - add a flag to DefaultDialect for this so that people will have someMike Bayer2013-06-041-1/+28
| * rewriting scheme now works.Mike Bayer2013-06-041-28/+21