summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* -removed useless log statement (merge garbage?)Mike Bayer2008-05-181-2/+0
* put a cleanup handler on the "echo" property to try preventing log garbage in...Mike Bayer2008-05-181-4/+12
* - added test for threadlocal not supporting begin_nested()Mike Bayer2008-05-181-10/+5
* begin() pre-issues a flush() in all cases, better fix for [ticket:1046] and a...Mike Bayer2008-05-161-9/+1
* dont raise assertions when in autocommit mode [ticket:1046]Mike Bayer2008-05-161-1/+1
* - added some help for a heavily flush-order-dependent testMike Bayer2008-05-161-1/+3
* added an assertion to prevent against the use in [ticket:1048]Mike Bayer2008-05-162-1/+4
* auto exists remembers to alias in the case of explicit selectable with of_typ...Mike Bayer2008-05-161-2/+4
* Don't blat Table.quote= when resolving foreign keys.Jason Kirtland2008-05-151-6/+12
* Followup to [4760]: forward **kwargs on TableClause.delete()Lele Gaifax2008-05-151-2/+2
* Fix typoLele Gaifax2008-05-151-1/+1
* Augment expression.Delete() with a kwargs, like Insert() and Update()Lele Gaifax2008-05-151-2/+4
* Eep.Jason Kirtland2008-05-141-1/+0
* raise NotImplemented for begin_nested()Mike Bayer2008-05-141-1/+7
* Query.one() raises either NoResultFound or MultipleResultsFound, [ticket:1034]Jason Kirtland2008-05-142-5/+17
* Columns now have default= and server_default=. PassiveDefault fades away.Jason Kirtland2008-05-1415-82/+157
* Support Firebird 2.0+ RETURNINGLele Gaifax2008-05-141-2/+85
* - renamed query.slice_() to query.slice()Mike Bayer2008-05-132-72/+86
* - LIMIT/OFFSET of zero is detected within compiler and is countedMike Bayer2008-05-133-27/+58
* - fixed propagation of operate() for aliased relation descriptorsMike Bayer2008-05-133-2/+9
* Removed declared_synonym(), pep-8 clean ups.Jason Kirtland2008-05-131-78/+82
* scaled back the equivalents determined in _equivalent_columns to just current...Mike Bayer2008-05-121-26/+5
* - clause adaption hits _raw_columns of a select() (though no ORM tests need t...Mike Bayer2008-05-122-11/+3
* Check for the presence of the Firebird generator, when creating/dropping a se...Lele Gaifax2008-05-121-4/+6
* Add another exception case to Firebird' is_disconnect()Lele Gaifax2008-05-121-1/+3
* TypoLele Gaifax2008-05-121-1/+1
* Use a BLOB when asked for a [VAR]CHAR without a length under FirebirdLele Gaifax2008-05-121-2/+8
* merged r4720 from 04 branch for [ticket:1036]Mike Bayer2008-05-101-2/+3
* backref() function uses primaryjoin/secondaryjoin of the parent relation() if...Mike Bayer2008-05-102-29/+15
* - fixed a fairly critical bug in clause adaption/corresponding column in conj...Mike Bayer2008-05-095-31/+26
* add target_fullname as a public property for _get_colspecGaƫtan de Menten2008-05-091-0/+2
* - more portable tests for eager/inheritance joinsMike Bayer2008-05-091-1/+3
* MSText no longer implicitly creates TEXT for string with no lengthMike Bayer2008-05-091-1/+1
* added query.subquery() as shorthand for query.statement.alias()Mike Bayer2008-05-091-0/+5
* identified case where pending upon commit() is needed; since attribute rollba...Mike Bayer2008-05-091-0/+1
* move the definition of sessions public methods closer to the sourceAnts Aasma2008-05-092-1/+3
* added "add", "add_all", "expire_all" to SSMike Bayer2008-05-091-1/+1
* - warnings about Query invalid operations become InvalidRequestErrorsMike Bayer2008-05-091-8/+5
* r4695 merged to trunk; trunk now becomes 0.5.Mike Bayer2008-05-0961-5548/+6335
* doc update on quoteMike Bayer2008-05-081-10/+9
* remove **kwargs from execute(), scalar(), connection(), and get_bind(). docu...Mike Bayer2008-05-081-24/+35
* - backported 0.5's contains_eager() behavior such that rendering of eager cla...Mike Bayer2008-05-081-2/+23
* - Fixed "concatenate tuple" bug which could occur withMike Bayer2008-05-071-2/+3
* Query.select() wont call filter() if arg is NoneMike Bayer2008-05-061-1/+3
* Added missing argument check on CheckConstraintJason Kirtland2008-05-061-1/+4
* - _Label adds itself to the proxy collection so that it works in correspoindi...Mike Bayer2008-05-061-3/+8
* - added "after_begin()" hook to SessionMike Bayer2008-05-061-1/+11
* Adjusted inplace-binops on set-based collections and association proxies toJason Kirtland2008-05-052-13/+35
* Fixed duplicate append event emission on repeated instrumented set.add() oper...Jason Kirtland2008-05-051-5/+4
* Renamed rollback_returned to reset_on_return. Future, dialect-aware pools ca...Jason Kirtland2008-05-051-8/+13