summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Restore coercion to unicode with cx_Oracle.pr/74Christoph Zwerschke2014-02-271-2/+8
* restore the contracts of update/extend to the degree that the same column ide...Mike Bayer2014-02-271-0/+30
* - Fixed a regression in association proxy caused by :ticket:`2810` whichMike Bayer2014-02-271-1/+31
* - 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-262-1/+191
* - 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
* - Fixed bug where events set to listen at the classMike Bayer2014-02-251-5/+33
* - we're testing a query here with non-standard aliasing which fails on PG and...Mike Bayer2014-02-241-0/+6
* - Fixed regression from 0.8 where using an option likeMike Bayer2014-02-241-0/+14
* - 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
* - Added new MySQL-specific :class:`.mysql.DATETIME` which includesMike Bayer2014-02-191-3/+24
* Merge branch 'master' of https://bitbucket.org/50onred/sqlalchemy/overview in...Mike Bayer2014-02-191-0/+30
|\
| * Fixes MySQL dialect partitioningMarcus McCurdy2014-02-141-0/+30
* | - Fixed bug where calling :meth:`.Insert.values` with an empty listMike Bayer2014-02-191-0/+23
* | - Fixed a critical regression caused by :ticket:`2880` where the newlyMike Bayer2014-02-191-0/+38
* | - Support has been improved for Postgresql reflection behavior on very oldMike Bayer2014-02-184-7/+12
* | - dont need this import and it's not in 2.6 anywayMike Bayer2014-02-171-1/+0
* | - rewrite SQLite reflection tests into one consistent fixture, which testsMike Bayer2014-02-161-159/+144
* | - The SQLite dialect will now skip unsupported arguments when reflectingMike Bayer2014-02-161-4/+16
* | Merge branch 'master' of https://github.com/eblume/sqlalchemy into tMike Bayer2014-02-162-7/+71
|\ \ | |/ |/|
| * SQLite dialect - support relection from affinitypr/65Erich Blume2014-02-032-7/+71
* | - Fixed bug where :meth:`.in_()` would go into an endless loop ifMike Bayer2014-02-131-0/+33
* | - Fixed bug where :class:`.AbstractConcreteBase` would fail to beMike Bayer2014-02-111-0/+78
* | - for TextAsFrom, put the "inner" columns in the result map directly.Mike Bayer2014-02-102-5/+141
* | - dont need these extra conditions from the previous testMike Bayer2014-02-101-5/+0
* | - Fixed bug where :meth:`.Query.get` would fail to consistentlyMike Bayer2014-02-101-0/+18
* | - Fixed an 0.9 regression where ORM instance or mapper events appliedMike Bayer2014-02-091-0/+57
* | - Fixed bug where the :class:`.AutomapBase` class of theMike Bayer2014-02-081-0/+65
* | - 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
* | - Improved the initialization logic of composite attributes such thatMike Bayer2014-02-031-0/+13
* | - Added :paramref:`.MetaData.reflect.**dialect_kwargs`Mike Bayer2014-02-021-88/+175
* | - use from_statement() for the ORM column testMike Bayer2014-02-021-8/+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-022-1/+83
* | - Added a new feature which allows automated naming conventions to beMike Bayer2014-02-012-13/+76
* | add a skip for oracle on thisMike Bayer2014-02-012-0/+22
* | - Added a new directive used within the scope of an attribute "set" operationMike Bayer2014-01-311-0/+51
* | - Added a new parameter :paramref:`.Operators.op.is_comparison`. ThisMike Bayer2014-01-312-0/+49
* | - 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-292-0/+19
* - 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
* - repair the fixture/test here to make sure state isn't left over causing oth...Mike Bayer2014-01-271-1/+1