summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Remove tables from metadata when autoload failspr/78Roman Podoliaka2014-03-121-0/+1
* :paramref:`.MetaData.naming_convention` feature will now alsoMike Bayer2014-03-121-0/+17
* - Fixed bug in new :paramref:`.MetaData.naming_convention` featureMike Bayer2014-03-121-1/+37
* - A warning is emitted if the :meth:`.MapperEvents.before_configured`Mike Bayer2014-03-111-0/+36
* - Added a new keyword argument ``once=True`` to :func:`.event.listen`Mike Bayer2014-03-111-0/+25
* put fails for these various things that don't work on pypy, not sure what app...Mike Bayer2014-03-081-1/+7
* - cx_oracle test for "unicode returns" needs to be cx_oracle only,Mike Bayer2014-03-061-0/+4
* Merge branch 'master' of https://github.com/Cito/sqlalchemy into tMike Bayer2014-03-051-2/+8
|\
| * Restore coercion to unicode with cx_Oracle.pr/74Christoph Zwerschke2014-02-271-2/+8
* | pytest calls all the descriptors. and we can't call this one unconditionallyMike Bayer2014-03-041-7/+6
* | - Fixed bug in association proxy where assigning an empty sliceMike Bayer2014-03-041-0/+7
* | fix the profiling ids hereMike Bayer2014-03-031-26/+6
* | fix pypy failuresMike Bayer2014-03-031-2/+1
* | - Support has been added for pytest to run tests. This runnerMike Bayer2014-03-0318-200/+111
* | - get util.get_callable_argspec() to be completely bulletproof for 2.6-3.4,Mike Bayer2014-03-021-1/+86
* | - Fixed some test/feature failures occurring in Python 3.4,Mike Bayer2014-03-021-20/+0
* | - Added a new option to :paramref:`.relationship.innerjoin` which isMike Bayer2014-02-281-5/+174
* | - Fixed bug in :func:`.tuple_` construct where the "type" of essentiallyMike Bayer2014-02-271-1/+21
|/
* 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