]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2007-07-13  Jason KirtlandRefinement for r2890, column names should remain unicode.
2007-07-13  Jason KirtlandSwap imports order, removed trailing whitespace from...
2007-07-13  Mike Bayer- a warning is issued by Mapper when two primary key...
2007-07-13  Mike Bayer- composite primary key is represented as a non-keyed...
2007-07-12  Jason Kirtland- Keep reflected strings in the connection encoding...
2007-07-12  Mike Bayer- the various "engine" arguments, such as "engine"...
2007-07-12  Jason KirtlandCorrect error message for concurrent delete exceptions...
2007-07-12  Mike Bayerdont cache reflected domains, lookup each time
2007-07-12  Mike Bayer- converted mapper.py unit test to 0.4's four separate...
2007-07-12  Jason Kirtland- Patch up MySQL reflection issues with old server...
2007-07-11  Paul Johnstonmssql: preliminary support for using scope_identity...
2007-07-11  Paul Johnstonmssql now able to reflect start and increment values...
2007-07-10  Mike Bayerfurther refinements to the previous session.expunge...
2007-07-10  Mike Bayerfixed small expunge() bug where object might not be...
2007-07-10  Mike Bayerchanged "_source_column" to simpler "_distance"
2007-07-10  Mike Bayermore "column targeting" enhancements..columns have...
2007-07-09  Rick MorrisonFix port option handling for mssql/pyodbc [ticket:634]
2007-07-08  Mike Bayer- ForeignKey to a table in a schema thats not the defau...
2007-07-07  Mike Bayerdiscourage usage of always_refresh
2007-07-07  Mike Bayeredits
2007-07-07  Mike Bayeroh wow, confused "implicit" with "connectionless"
2007-07-07  Mike Bayeredits
2007-07-07  Mike Bayermore edits
2007-07-06  Mike Bayerfixes
2007-07-06  Mike Bayer- rewrote dbengine doc
2007-07-06  Jason KirtlandTweak docs, very minor DMD compatability tweak
2007-07-06  Jason Kirtland- Deprecated DynamicMetaData- use ThreadLocalMetaData...
2007-07-05  Mike Bayer- replaced calls for mapper.props in Query with mapper...
2007-07-04  Mike Bayercss tweak
2007-07-04  Mike Bayerremoved superfluous reapplying of options to self
2007-07-03  Jason KirtlandMerged OrderedDict fixes from r2843 (0.4)
2007-06-30  Mike Bayerimproved handling of exceptions upon __init__(): will...
2007-06-30  Mike Bayer- adjustments to pool locking test to fail on OSX
2007-06-30  Mike Bayeradded proper cascade for deletes
2007-06-30  Mike Bayer- added a mutex to QueuePool's "overflow" calculation...
2007-06-30  Mike Bayer- MetaData and all SchemaItems are safe to use with...
2007-06-29  Mike Bayerpostgres:
2007-06-28  Mike Bayereek! wrong tranasctional command for like, years now....
2007-06-28  Mike Bayeradded extra session.clear() to enable example to work
2007-06-27  Mike Bayerfix to "populate_existing"
2007-06-27  Mike Bayer- fix to the "column_prefix" flag so that the mapper...
2007-06-27  Ants Aasmasome errors of droppedm mysql connections weren't being...
2007-06-26  Ants Aasmabetter error message for NoSuchColumnError, fix ticket...
2007-06-26  Ants Aasmaadd missing grouping for compound selects. fixes ticket...
2007-06-26  Ants Aasmafix #624, modulo operator escaping on mysql and postgres
2007-06-25  Ants Aasmafix precedence of between (ticket #621)
2007-06-25  Mike Bayer- fixed precedence of operators so that parenthesis...
2007-06-24  Mike Bayeradded test for correlation of scalar subqueries to...
2007-06-23  Mike Bayer- fixed "where"/"from" criterion of select() to accept...
2007-06-22  Mike Bayer- added dialect flag "auto_convert_lobs", defaults...
2007-06-21  Mike Bayer- added standalone distinct() function in addition...
2007-06-20  Mike Bayer- forwards-compatibility with 0.4: added one(), first...
2007-06-20  Mike Bayer- added synchronization to the mapper() construction...
2007-06-20  Mike Bayer- fixed very stupid bug when deleting items with many...
2007-06-20  Mike Bayerorig_set is a Set [ticket:614]
2007-06-19  Mike Bayer- finally figured out how to get setuptools version...
2007-06-17  Mike Bayer- added Interval type to types.py [ticket:595]
2007-06-17  Mike Bayer- result.last_inserted_ids() should return a list that...
2007-06-17  Mike Bayer- datetime fixes: got subsecond TIMESTAMP to work ...
2007-06-17  Mike Bayer- sqlite better handles datetime/date/time objects...
2007-06-16  Mike Bayertest case for oracle timestamp adaption
2007-06-16  Jason Kirtland- Fixed typo blocking some assoc proxy dict assignments...
2007-06-14  Jason Kirtland- Iteration over dict association proxies is now dict...
2007-06-13  Paul JohnstonMultiple MSSQL fixes; see ticket #581
2007-06-13  Jason Kirtland- MySQL TEXT-derived types weren't respecting convert_u...
2007-06-09  Mike Bayeradded StaticPool, stores just one connection.
2007-06-08  Mike Bayerdocumented eager load fix
2007-06-08  Mike Bayer- eager loader calls select_mapper so that poly ruleset...
2007-06-07  Mike Bayerextra test for corresponding column fix
2007-06-06  Mike Bayer- fixed bug where selectable.corresponding_column(selec...
2007-06-06  Rick Morrison(no commit message)
2007-06-05  Jason Kirtland- Rearrange placement of 'fields' (mysql 4.1 reserved...
2007-06-05  Mike Bayer- added 'fields' to reserved words [ticket:590]
2007-06-05  Mike Bayer- long-identifier detection fixed to use > rather than...
2007-06-02  Mike Bayerpg test wasnt really working with that particular defau... rel_0_3_8
2007-06-02  Mike Bayer- added filter(), filter_by() to assignmapper
2007-06-02  Mike Bayeradded reset_joinpoint() feature for query, interim...
2007-06-02  Mike Bayeradded interfaces package to orm
2007-06-01  Jonathan Ellisfix running tests on Windows
2007-06-01  Jonathan Ellisinclude current versions in warning messages. simplify...
2007-06-01  Jonathan Ellisadd a couple expository notes to docs; fix a couple...
2007-06-01  Jason Kirtland- Pulling pyformat test for MySQL-python, which fails...
2007-05-31  Jason Kirtland- Emit BOOL rather than BOOLEAN for MySQL booleans...
2007-05-31  Mike Bayer0.3.8 version, removed old runhtml script
2007-05-31  Mike Bayer- significant speed improvement to ResultProxy, pre...
2007-05-30  Mike Bayer- some execution fixes
2007-05-29  Mike Bayersome updates
2007-05-29  Mike Bayerfix to the backref primary join condition
2007-05-28  Mike Bayeradded "polymorphic assocaition" example, illustrates...
2007-05-27  Mike Bayerfixed two bad __init__ calls
2007-05-26  Mike Bayerremove unneeded division
2007-05-26  Mike Bayeradded hotshot points into unit test, localizes profilin...
2007-05-26  Mike Bayeranother object.__init__() call with args....might need...
2007-05-26  Mike Bayerremoved ClauseVisitor.__init__(), doesnt work with...
2007-05-26  Mike Bayernormalized PG test schema name to "alt_schema"
2007-05-26  Mike Bayer- mysql doesnt have + for concatenation, but pg doesnt...
2007-05-25  Jason Kirtland- Micro-documentation for why we set FOUND_ROWS flag...
2007-05-25  Jason Kirtland- Coerce 'local_infile' mysql connect argument into...
2007-05-25  Jason Kirtland- Nearly all MySQL column types are now supported for...
2007-05-25  Jason Kirtland- Don't use '+' for sql expr concatenation by default
next