summaryrefslogtreecommitdiff
path: root/test/orm/test_query.py
Commit message (Expand)AuthorAgeFilesLines
* - remove the "utf8_engine" concept; current MySQL + drivers don't haveMike Bayer2014-03-021-13/+11
* - 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
* - use from_statement() for the ORM column testMike Bayer2014-02-021-8/+7
* - Fixed bug in new :class:`.TextAsFrom` construct where :class:`.Column`-Mike Bayer2014-02-021-1/+38
* - Fixed regression whereby the "annotation" system used by the ORM was leakingMike Bayer2014-01-291-0/+14
* - add support for specifying tables or entities for "of"Mike Bayer2013-11-281-0/+1
* - Some refinements to the :class:`.AliasedClass` construct with regardsMike Bayer2013-11-231-3/+6
* - remove informix dialect, moved out to https://bitbucket.org/zzzeek/sqlalche...Mike Bayer2013-11-171-1/+0
* Fixed bug where usage of new :class:`.Bundle` object would causeMike Bayer2013-11-131-1/+12
* - Fixed a regression introduced by :ticket:`2818` where the EXISTSMike Bayer2013-10-301-4/+16
* - merge ticket_1418 branch, [ticket:1418]Mike Bayer2013-10-061-581/+0
* Fixed Query.exists() method for the case, when query doesn't have any filters...Vladimir Magamedov2013-09-041-1/+10
* - Added new method to the :func:`.insert` constructMike Bayer2013-07-051-1/+70
* - rework of correlation, continuing on #2668, #2746Mike Bayer2013-06-261-26/+68
* remove all remaining start/end py2k/py3k blocksMike Bayer2013-06-071-20/+12
* - the raw 2to3 runMike Bayer2013-04-271-41/+42
* adding convenience method exists() to Query (see # 2673)Diana Clarke2013-03-291-0/+15
* - clean up entity correlation tests in test_queryMike Bayer2013-03-091-12/+17
* Changed behavior of Select.correlate() to ignore correlations to froms that d...Luke Cyca2013-03-071-9/+15
* Fixed bug whereby :meth:`.Query.yield_per` would set the executionMike Bayer2013-02-081-0/+11
* - adding in requirementsMike Bayer2013-02-061-8/+15
* - refactor of pathing mechanics, to address #2614, #2617Mike Bayer2012-12-011-17/+28
* Fixed bug in type_coerce() whereby typing informationMike Bayer2012-11-121-2/+3
* - [feature] The Query can now load entity/scalar-mixedMike Bayer2012-10-151-3/+25
* - allow a __clause_element__() to be passed to query.filter() alsoMike Bayer2012-10-151-0/+9
* - [feature] "scalar" selects now have a WHERE methodMike Bayer2012-10-151-0/+20
* trying different approaches to test layout. in this one, the testing modulesMike Bayer2012-09-271-7/+6
* - got firebird runningMike Bayer2012-09-231-11/+1
* - [bug] Fixed a regression since 0.6 regardingMike Bayer2012-08-311-9/+49
* - [feature] The "required" flag is set toMike Bayer2012-08-271-2/+4
* - adjustments for py3.3 unit tests, [ticket:2542]Mike Bayer2012-08-111-17/+0
* - [feature] Added reduce_columns() methodMike Bayer2012-07-281-0/+17
* - some more interpret_as_fromsMike Bayer2012-07-231-0/+18
* - [feature] ORM entities can be passedMike Bayer2012-07-231-0/+74
* - with InstanceState more public, underscore all its methodsMike Bayer2012-07-181-61/+61
* - [feature] The of_type() construct on attributesMike Bayer2012-06-201-43/+47
* - [bug] Fixed bug in relationship comparisonsMike Bayer2012-04-251-0/+10
* - [bug] column.label(None) now produces anMike Bayer2012-04-241-3/+3
* - [bug] removed legacy behavior wherebyMike Bayer2012-04-241-2/+1
* merge patch for [ticket:2208]. This still needs documentation.Mike Bayer2012-04-231-39/+1
|\
| * begin implementing inspection system for #2208Mike Bayer2012-04-031-39/+1
* | - merged #1401 branch from bitbucketMike Bayer2012-04-221-0/+8
|\ \ | |/ |/|
| * - hooks in the new object to RelationshipProperty, restores the "local" annot...Mike Bayer2012-02-081-1/+1
| * initial annotations approach to join conditions. all tests pass, plus additi...Mike Bayer2012-02-061-0/+8
* | - 0.7.7Mike Bayer2012-03-201-0/+37
* | - [feature] Added the ability to query forMike Bayer2012-02-121-0/+26
|/
* - [bug] Raise an exception if xyzload_all() isMike Bayer2012-01-281-15/+34
* - [feature] query.filter() accepts multipleMike Bayer2012-01-071-0/+25
* - [bug] Fixed the error formatting raised whenMike Bayer2011-12-031-0/+7