summaryrefslogtreecommitdiff
path: root/test/sql
Commit message (Expand)AuthorAgeFilesLines
* - conjunctions like and_() and or_() can now accept generators as arguments.Mike Bayer2014-01-051-0/+11
* a few oracle test failuresMike Bayer2013-12-281-0/+6
* - adjust the behavior of cast() to only provide a type for the bindparam()Mike Bayer2013-12-281-104/+208
* - Fixed issue where a primary key column that has a Sequence on it,Mike Bayer2013-12-201-0/+28
* - Fixed bug with :meth:`.Insert.from_select` method where the orderMike Bayer2013-12-191-0/+29
* - Improvements to the system by which SQL types generate withinMike Bayer2013-12-181-0/+8
* - skip this test for oracleMike Bayer2013-12-181-0/+2
* - remove very ancient TypeEngine constructor, not used by anythingMike Bayer2013-12-171-8/+0
* - The :func:`.cast` function, when given a plain literal value,Mike Bayer2013-12-171-15/+37
* - for [ticket:2651], leaving CheckConstraint alone, preferring to keepMike Bayer2013-12-161-1/+2
* - implement "literal binds" for the text() clause, [ticket:2882]Mike Bayer2013-12-111-0/+11
* - The :class:`.ForeignKey` class more aggressively checks the givenMike Bayer2013-12-111-1/+40
* - The precedence rules for the :meth:`.ColumnOperators.collate` operatorMike Bayer2013-12-052-52/+52
* - add support for bindparam() called from AsFromTextMike Bayer2013-11-291-0/+12
* - New improvements to the :func:`.text` construct, includingMike Bayer2013-11-293-169/+351
* - add support for specifying tables or entities for "of"Mike Bayer2013-11-281-0/+7
* - fix up rendering of "of"Mike Bayer2013-11-282-71/+61
* - work in progress, will squashMike Bayer2013-11-281-0/+6
* - Fixed bug where SQL statement would be improperly ASCII-encodedMike Bayer2013-11-221-1/+1
* fix [ticket:2868] some moreMike Bayer2013-11-211-2/+4
* - Fixed a regression caused by :ticket:`2812` where the repr() forMike Bayer2013-11-211-1/+13
* - The :class:`.RowProxy` object is now sortable in Python as a regularMike Bayer2013-11-191-0/+13
* - remove informix dialect, moved out to https://bitbucket.org/zzzeek/sqlalche...Mike Bayer2013-11-174-12/+4
* - 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