summaryrefslogtreecommitdiff
path: root/test/sql
Commit message (Expand)AuthorAgeFilesLines
* - More issues with [ticket:2932] first resolved in 0.9.2 whereMike Bayer2014-02-051-0/+30
* - Fixed regression in new "naming convention" feature where conventionsMike Bayer2014-02-051-2/+20
* - Fixed bug where so-called "literal render" of :func:`.bindparam`Mike Bayer2014-02-051-0/+7
* - The behavior of :meth:`.Table.tometadata` has been adjusted such thatMike Bayer2014-02-021-168/+308
* - Fixed bug in new :class:`.TextAsFrom` construct where :class:`.Column`-Mike Bayer2014-02-021-0/+45
* - Added a new feature which allows automated naming conventions to beMike Bayer2014-02-011-8/+74
* add a skip for oracle on thisMike Bayer2014-02-011-0/+1
* - Added a new parameter :paramref:`.Operators.op.is_comparison`. ThisMike Bayer2014-01-311-0/+10
* - Fixed bug whereby SQLite compiler failed to propagate compiler argumentsMike Bayer2014-01-312-0/+17
* - Fixed regression whereby the "annotation" system used by the ORM was leakingMike Bayer2014-01-291-0/+5
* - better way to do itMike Bayer2014-01-291-2/+4
* - add TypeError handling to the tests here, ensure TypeErrorMike Bayer2014-01-291-8/+15
* - Fixed 0.9 regression where the new sortable support for :class:`.RowProxy`Mike Bayer2014-01-281-1/+25
* - Fixed an 0.9 regression where the automatic aliasing applied byMike Bayer2014-01-231-0/+23
* - Added new test coverage for so-called "down adaptions" of SQL types,Mike Bayer2014-01-221-3/+19
* - Fixed the multiple-table "UPDATE..FROM" construct, only usable onMike Bayer2014-01-201-17/+139
* - simplify the mechanics of PrimaryKeyConstraint with regards to reflection;Mike Bayer2014-01-201-1/+72
* - alter behavior such that dialect_kwargs is still immutable, butMike Bayer2014-01-191-18/+48
* - some test fixesMike Bayer2014-01-191-12/+5
* - implement kwarg validation and type system for dialect-specificMike Bayer2014-01-181-1/+245
* Merge branch 'patch-msql-pkc-clustered' of bitbucket.org:dharland/sqlalchemy ...Mike Bayer2014-01-181-0/+22
|\
| * Bug Fix: Stop generating bad sql if an empty UniqueConstraint() is givendonkopotamus2014-01-171-0/+22
* | cx_oracle is now "conditional" on py2kMike Bayer2014-01-171-3/+5
|/
* - 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