summaryrefslogtreecommitdiff
path: root/test/sql
Commit message (Expand)AuthorAgeFilesLines
* - Adjusted the logic which applies names to the .c collection whenMike Bayer2014-02-262-3/+9
* - Some changes to how the :attr:`.FromClause.c` collection behavesMike Bayer2014-02-261-0/+35
* - Fixed issue in new :meth:`.TextClause.columns` method where the orderingMike Bayer2014-02-262-0/+39
* - The new dialect-level keyword argument system for schema-levelMike Bayer2014-02-251-0/+133
* - we're testing a query here with non-standard aliasing which fails on PG and...Mike Bayer2014-02-241-0/+6
* - More fixes to SQLite "join rewriting"; the fix from :ticket:`2967`Mike Bayer2014-02-201-2/+66
* skip this on oracleMike Bayer2014-02-191-0/+3
* - re: #2967, also fixed a somewhat related issue where join rewriting would failMike Bayer2014-02-191-1/+38
* - Fixed bug in SQLite "join rewriting" where usage of an exists() constructMike Bayer2014-02-191-4/+56
* - Fixed bug where calling :meth:`.Insert.values` with an empty listMike Bayer2014-02-191-0/+23
* - Fixed bug where :meth:`.in_()` would go into an endless loop ifMike Bayer2014-02-131-0/+33
* - for TextAsFrom, put the "inner" columns in the result map directly.Mike Bayer2014-02-102-5/+141
* - 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