summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* - Added new generic function "next_value()", acceptsMike Bayer2011-03-206-41/+101
* - some doc reorgMike Bayer2011-03-1719-250/+250
* - Fixed bug in query.options() whereby a pathMike Bayer2011-03-171-18/+39
* - Fixed AssertionPool regression bug. A replacement of finalizeMike Bayer2011-03-161-7/+0
* - Rewrote the query used to get the definition of a view,Mike Bayer2011-03-161-10/+21
* - alex gaynor's latest batch of pypy test fixesMike Bayer2011-03-161-16/+18
* - The horizontal_shard ShardedSession class accepts the commonMike Bayer2011-03-161-52/+52
* - Improvements to the error messages emitted whenMike Bayer2011-03-161-10/+26
* - Firebird - the "implicit_returning" flag on create_engine() isMike Bayer2011-03-161-3/+3
* - Fixed the BIT type to allow a "length" parameter, "varying"Mike Bayer2011-03-161-4/+24
* double quote theseMike Bayer2011-03-161-2/+2
* - Added accessors to ResultProxy "returns_rows", "is_insert"Mike Bayer2011-03-161-0/+26
* Fix 3 errors in py32, from patch from lsblakk. There are still 8 failures. Se...Taavi Burns2011-03-161-0/+1
* - mergeMike Bayer2011-03-153-0/+145
|\
| * mergeTaavi Burns2011-03-152-0/+144
| |\
| | * MergeMichael Trier2011-03-152-0/+144
| | |\
| | | * Informix and postgresql reserved words changes -- almost done.Jim Phares2011-03-152-0/+144
| * | | Added required import (somehow we never seem to hit the unimported ref)Taavi Burns2011-03-151-0/+1
| |/ /
* | | initial work on column reflectMike Bayer2011-03-143-4/+76
|/ /
* | mergeMike Bayer2011-03-141-4/+6
|\ \
| * | - Arguments in __mapper_args__ that aren't "hashable"Mike Bayer2011-03-141-4/+6
| |/
* | Warn about unicode column having non-unicode default. See #2079.Diana Clarke2011-03-141-0/+8
* | corrected a bunch of spelling typosDiana Clarke2011-02-2821-47/+47
* | see #2060Diana Clarke2011-02-281-1/+2
|/
* fix "associated" at the source tooMike Bayer2011-03-141-1/+1
* Fixed doc problem. Thanks Toby Ho.Michael Trier2011-03-141-1/+1
* - Changed the underlying approach to query.count().Mike Bayer2011-03-091-69/+38
* Modifications for PyPy support from Alex Gaynor.Michael Trier2011-03-082-1/+2
* - A tweak to the unit of work causes it to orderMike Bayer2011-03-061-1/+3
* - some changes to the identity map regardingMike Bayer2011-03-042-88/+47
* - Added a fully descriptive error message for theMike Bayer2011-02-282-8/+27
* - establish an "insert" option for events to control ordering if needed (not ...Mike Bayer2011-02-253-3/+29
* 0.7b2rel_0_7b2Mike Bayer2011-02-191-1/+1
* - Fix error message referencing old @classpropertyMike Bayer2011-02-191-2/+2
* -adjust the fix for [ticket:2065] to not rely upon type affinity, revertMike Bayer2011-02-172-9/+3
* - use easy to recognize names for backref events [ticket:2066]Mike Bayer2011-02-171-6/+14
* - Fixed regression from 0.6 where SMALLINT andMike Bayer2011-02-171-0/+8
* - The Column.references() method now returns TrueMike Bayer2011-02-171-1/+1
* - rename EngineEvents to ConnectionEventsMike Bayer2011-02-175-148/+118
* - the dictionary at the end of the __table_args__Mike Bayer2011-02-171-14/+16
* - Fixed regression whereby composite() withMike Bayer2011-02-142-4/+10
* - Association proxy now has correct behavior forMike Bayer2011-02-131-20/+48
* - The Sequence() construct, when passed a MetaData()Mike Bayer2011-02-132-36/+169
* fix this directive for py3kMike Bayer2011-02-121-1/+1
* - Fixed bug whereby Session.merge() would call theMike Bayer2011-02-125-17/+33
* - remove some remaining sys.modules shenanigansrel_0_7b1Mike Bayer2011-02-1213-25/+18
* - Added an explicit check for the case that the nameMike Bayer2011-02-121-14/+20
* ugh. OK let is_modified accept true/falseMike Bayer2011-02-111-1/+7
* - fix long lines in test_attributesMike Bayer2011-02-112-21/+53
* - replace all usage of True and False for passive with PASSIVE_NO_INITIALIZE,Mike Bayer2011-02-1112-89/+121