summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* - select().as_scalar() will raise an exception if the select does not haveMike Bayer2007-12-186-27/+103
* fixed del historyMike Bayer2007-12-162-1/+14
* after_update called with state.obj()Mike Bayer2007-12-161-1/+1
* - more fixes to the LIMIT/OFFSET aliasing applied with Query + eagerloads,Mike Bayer2007-12-168-59/+127
* Fix bad example of Firebird test DBLele Gaifax2007-12-161-1/+1
* moved hide_froms and aggregate_hide_froms to be only on FromClauseMike Bayer2007-12-161-28/+19
* Revert to use default poolclass under FirebirdLele Gaifax2007-12-152-3/+31
* Remove some spurious spacesLele Gaifax2007-12-151-3/+7
* Fixed minor reST issueLele Gaifax2007-12-151-5/+4
* Documentation markup and a few typosLele Gaifax2007-12-151-241/+242
* Implemented FBDialect.server_version_info()Lele Gaifax2007-12-152-11/+46
* oof...unicode object still needs to return the value if it just warned...Mike Bayer2007-12-145-26/+34
* oof, history on collections were wrong. fixed byroot_tree test as wellMike Bayer2007-12-143-4/+35
* - simplified _mapper_registry further. its now just a weakkeydict of mapper-...Mike Bayer2007-12-1410-121/+277
* added an inheritance testMike Bayer2007-12-141-0/+51
* Firebird module documentationLele Gaifax2007-12-141-12/+125
* correction...Jason Kirtland2007-12-141-1/+1
* try to bang mysql tests to workMike Bayer2007-12-142-4/+4
* - merged instances_yields branch r3908:3934, minus the "yield" part which rem...Mike Bayer2007-12-1419-480/+839
* - Raise an error when assigning a bogusly keyed dictionary to one of the buil...Jason Kirtland2007-12-147-68/+283
* Fixed some __repr__'s attempting to %d their not-yet-assigned primary key ids.Jason Kirtland2007-12-131-2/+2
* Firebird does use qmark style paramsLele Gaifax2007-12-131-1/+1
* Use the external strlen UDF for func.length() under FirebirdLele Gaifax2007-12-132-0/+28
* - Removed @testing.supported. Dialects in development or maintained outsideJason Kirtland2007-12-1321-925/+1024
* Disabled some tests with INTERSECT, not handled by FirebirdLele Gaifax2007-12-121-6/+6
* Use an external UDF to implement the mod operator under FirebirdLele Gaifax2007-12-121-1/+8
* bug fixesChris Mcdonough2007-12-122-2/+2
* Some code-level docs for r3916Jason Kirtland2007-12-121-0/+5
* implemented many-to-one comparisons to None generate <column> IS NULL, with c...Mike Bayer2007-12-125-3/+38
* New simple test for Dialect.has_sequence()Lele Gaifax2007-12-121-1/+18
* - on mysql, emit inner joins as 'INNER JOIN ... ON' (for version 3.23)Jason Kirtland2007-12-121-0/+8
* Reflect Firebird PassiveDefaultsLele Gaifax2007-12-122-12/+35
* Cosmetic changes to the Firebird reflection queries.Lele Gaifax2007-12-111-59/+63
* - eagerload(), lazyload(), eagerload_all() take an optionalMike Bayer2007-12-118-28/+147
* - fix to cascades on polymorphic relations, such that cascadesMike Bayer2007-12-114-6/+81
* commentMike Bayer2007-12-101-0/+3
* refresh_instance becomes an InstanceState so boolean tests are OKMike Bayer2007-12-104-10/+10
* - more query testsMike Bayer2007-12-108-56/+124
* - Query.select_from() now replaces all existing FROM criterion withMike Bayer2007-12-097-72/+272
* Better reflection of Firebird data types.Lele Gaifax2007-12-093-19/+73
* fix...Mike Bayer2007-12-091-2/+2
* add pydoc for from_statement().Mike Bayer2007-12-091-0/+13
* - added a warning when a relation() is added to an inheriting mapper that is ...Mike Bayer2007-12-093-2/+9
* add some updates tooMike Bayer2007-12-091-0/+9
* - added a test for boolean saves/retrievesMike Bayer2007-12-092-1/+40
* - fix up the fixtures comparatorMike Bayer2007-12-092-51/+131
* only report true for source change if added + deleted, dont pick up insertsMike Bayer2007-12-091-1/+1
* mapper uses attributes to get non-cached historyMike Bayer2007-12-092-7/+3
* remove redundant identity map setMike Bayer2007-12-091-1/+2
* - mutable primary key support is added. primary key columns can beMike Bayer2007-12-0913-98/+638