]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2007-11-23  Mike Bayer- some clarifications and fixes to merge(instance,...
2007-11-20  Jason KirtlandTypo fix
2007-11-20  Mike Bayer- clarified the error message which occurs when you...
2007-11-19  Mike Bayer- fixed endless loop issue when using lazy="dynamic...
2007-11-19  Mike Bayeradd a polymorphic get() test
2007-11-18  Mike Bayerdoctest fixups rel_0_4_1
2007-11-18  Mike Bayer- added tests for [ticket:768]
2007-11-18  Mike Bayer- added op() operator to instrumented attributes; i.e.
2007-11-18  Mike Bayer- MSSQL anonymous labels for selection of functions...
2007-11-18  Mike Bayerrepaired FB functions, [ticket:862]
2007-11-18  Jason KirtlandTests for mysql casts and a couple adjustments.
2007-11-18  Jason Kirtland- Clarified use of python's Decimal
2007-11-18  Jason KirtlandMigrated Connection.properties to Connection.info ...
2007-11-18  Mike Bayer- added a little more checking for garbage-collection...
2007-11-18  Mike Bayeradded some ORDER BYs to appease the ever picky postgres
2007-11-18  Mike Bayer- PickleType will compare using `==` when set up with...
2007-11-18  Mike Bayertest cases were not fully testing contains_eager()...
2007-11-18  Mike Bayersome wide zoomark ranges...
2007-11-18  Mike Bayercut down a good deal of Join construction overhead
2007-11-18  Mike Bayerlogging fixes
2007-11-18  Mike Bayerfixed both group-deferred attributes and expired attrib...
2007-11-18  Mike Bayer- oracle will now reflect "DATE" as an OracleDateTime...
2007-11-18  Mike Bayerremoved is_expired() method since the meaning of "expir...
2007-11-18  Mike Bayeroops, print statements...
2007-11-18  Mike Bayertypos
2007-11-18  Mike Bayer- session.refresh() and session.expire() now support...
2007-11-15  Mike Bayerfixed further issues with row translation [ticket:868]
2007-11-14  Jason KirtlandRestored Python 2.3 compatibility (in IdentitySet)
2007-11-14  Mike Bayermodified last commit; the eager loader only undefers...
2007-11-14  Mike Bayer- DeferredColumnLoader checks row for column, if presen...
2007-11-14  Jason KirtlandRemoved some distractions, ala r3770.
2007-11-14  Jason KirtlandRemoved some distractions.
2007-11-13  Mike Bayer - added having() method to Query, applies HAVING...
2007-11-13  Jason KirtlandMore column type __repr__ corrections.
2007-11-13  Jason KirtlandAbstractType __repr__ robustification.
2007-11-11  Paul JohnstonRemove usage of deprecated in_ syntax
2007-11-10  Jason Kirtland- Pool listeners preserved on pool.recreate()
2007-11-10  Jason KirtlandRemoved out of date identity map language (thanks,...
2007-11-10  Mike Bayeradded self referential test
2007-11-10  Mike Bayer - anonymous column expressions are automatically...
2007-11-09  Jason Kirtland- mysql float types now do an end run around the base...
2007-11-09  Mike Bayermore searching for equiv columns
2007-11-09  Mike Bayer- fixed error where Query.add_column() would not accept...
2007-11-09  Mike Bayer- query doesn't throw an error if you use distinct...
2007-11-09  Mike Bayera tweak, still requiring test coverage, to add more...
2007-11-08  Mike Bayermore changes to traverse-and-clone; a particular elemen...
2007-11-08  Mike Bayer- identified some cases where Alias needs to be cloned...
2007-11-08  Ants Aasmaupdated zoomark test_1a_populate callcounts. if the...
2007-11-07  Mike Bayer- fixed remainder of [ticket:853]
2007-11-07  Mike Bayer - <Engine|Connection>._execute_clauseelement becomes...
2007-11-07  Mike Bayer - fix to compiled bind parameters to not mistakenly...
2007-11-07  Mike Bayerfixed the previous TLTransaction checkin
2007-11-07  Mike Bayer- fixed the close() method on Transaction when using...
2007-11-07  Mike Bayeradjusted "blank out primary key" rule to check for...
2007-11-07  Mike Bayer - fixed very hard-to-reproduce issue where by the...
2007-11-06  Mike Bayerfixed/added coverage for list extension; [ticket:855]
2007-11-06  Jason KirtlandAdded missing InternalError exception wrapper [ticket...
2007-11-06  Paul JohnstonCreate a storage field for arbitrary info on tables...
2007-11-05  Rick MorrisonAdded note about EXT_CONTINUE to 3.x -> 4.x migration...
2007-11-05  Jason KirtlandMigrated maxdb behavioral assumptions from unsupported...
2007-11-05  Jason KirtlandAdded testing.fails_on('db') failure-asserter.
2007-11-05  Mike Bayer- figured out a way to get previous oracle behavior...
2007-11-05  Mike Bayer- adjustments to oracle ROWID logic...recent oid change...
2007-11-05  Mike Bayer- oid_column proxies more intelligently off of Select...
2007-11-05  Jason KirtlandWhitespace cleanup
2007-11-05  Mike Bayer- base_columns on ColumnElement becomes a list; as...
2007-11-05  Jason Kirtland- SHOW CREATE TABLE output is slightly different if...
2007-11-05  Mike Bayer- rewrote and simplified the system used to "target...
2007-11-04  Mike Bayer - func. objects can be pickled/unpickled [ticket...
2007-11-03  Mike Bayer- eager loading with LIMIT/OFFSET applied no longer...
2007-11-03  Mike Bayer- rewritten ClauseAdapter merged from the eager_minus_j...
2007-11-03  Jason KirtlandAdded a profiled benchmark for orm attribute modificati...
2007-11-03  Jason Kirtland- Swap operator.eq for lambda x,y: x==y
2007-11-03  Jason KirtlandFormatting for 0.4.1
2007-11-03  Jason KirtlandAdded some more notes for maxdb
2007-11-03  Jason Kirtland- Removed equality, truth and hash() testing of mapped...
2007-11-03  Mike Bayer- removed "name" attribute from FromClause, Join, Selec...
2007-11-03  Rick Morrisonadded small clarification on single-table inheritance...
2007-11-02  Mike Bayerdoc updates for save_on_init=False, merge(...dont_save...
2007-11-02  Mike Bayer- extra merge test
2007-11-02  Mike Bayer- merge() includes a keyword argument "dont_load=True...
2007-11-02  Jason KirtlandMore improvements to testlib's mapper decorator
2007-11-01  Jason KirtlandTweaks for assert_unordered_result
2007-11-01  Jason KirtlandAdded AssertMixin.assert_unordered_result
2007-11-01  Mike Bayer- session checks more carefully when determining "objec...
2007-11-01  Jason KirtlandAdded rowset() testing helper.
2007-11-01  Jason KirtlandFixed truth-evaluation of mapped objects (part of ...
2007-11-01  Mike Bayer- merged factor_down_bindparams branch.
2007-10-31  Jason KirtlandAdded command line options to add tripwires for __hash_...
2007-10-31  Jason Kirtland- A more efficient IdentitySet
2007-10-31  Mike Bayer- split ScalarInstrumentedAttribute into a "scalar...
2007-10-31  Mike Bayerdont call up new session unless save_on_init
2007-10-31  Ants Aasma- also added proxying of save_or_update to scoped sessions.
2007-10-31  Mike Bayeradded REAL to reflection list
2007-10-31  Ants AasmaAdded proxying of __contains__ and __iter__ methods...
2007-10-31  Paul JohnstonFixup sp_columns call
2007-10-31  Jason KirtlandFixed a truncation error when re-assigning a subset...
2007-10-31  Jason KirtlandAdded util.IdentitySet to support [ticket:676] and...
2007-10-31  Jason KirtlandFormatting tweaks.
2007-10-31  Jason Kirtland- Removed unused util.hash()
next