]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2009-01-05  Mike Bayer- Generalized the IdentityManagedState._instance_dict...
2009-01-04  Michael TrierCorrected a few docs and didn't realize we put pyodbc...
2009-01-03  Mike Bayerdocstrings for the hated fold_equivalents argument...
2009-01-03  Mike Bayeradded teardown_instance() to complement setup_instance().
2009-01-03  Mike Bayer- query.order_by() accepts None which will remove any...
2009-01-03  Mike Bayeradded the significant test for #1247
2009-01-03  Michael TrierCorrected an issue on mssql where Numerics would not...
2009-01-03  Mike Bayeradded order_by test coverage as per [ticket:1218]
2009-01-03  Mike Bayerone more typo
2009-01-03  Mike Bayerfixed critical errors in assocationproxy docs while...
2009-01-03  Mike Bayer- Fixed bug which was preventing out params of certain...
2009-01-03  Mike Bayeridentified the SQLite changes which affect default...
2009-01-03  Michael TrierAdded a note about mssql compatibility levels.
2009-01-03  Mike Bayersend a NASA probe to the buildbot
2009-01-03  Michael TrierFlagged two versioning tests as failing on MSSQL. The...
2009-01-03  Michael Triersqlite tests run fine locally but the buildbot seems...
2009-01-03  Michael TrierSome of the ordering fixes messed up MySQL. This should...
2009-01-03  Michael TrierModified DefaultTest in order to get passage on mssql...
2009-01-03  Michael TrierExcluded another failing test from the mssql dialect.
2009-01-03  Mike Bayer- Fixed some deep "column correspondence" issues which...
2009-01-03  Michael TrierA couple of ordering fixes for the tests.
2009-01-02  Michael Triersqlite reflection now stores the actual DefaultClause...
2009-01-02  Mike Bayer- mysql, postgres: "%" signs in text() constructs are...
2009-01-02  Michael TrierSwap out text_as_varchar on the mssql dialect for the...
2009-01-02  Michael TrierMarked a couple of unicode schema tests as failing...
2009-01-02  Mike Bayerfound some more _Function->Function
2009-01-02  Mike Bayer- sqlalchemy.sql.expression.Function is now a public
2009-01-02  Michael TrierMarked mssql test as failing since it cannot update...
2009-01-02  Michael TrierMapped char_length to the LEN() function for mssql.
2009-01-02  Michael TrierCorrected a UOW DefaultTest for mssql because it requir...
2009-01-02  Michael TrierAdded ability to use subselects within INSERTS on mssql.
2009-01-02  Michael TrierSpecialized trigger tests to accomodate mssql syntax.
2009-01-02  Michael TrierAdded note for mssql about using snapshot isolation...
2009-01-02  Michael TrierTurned off the implicit transaction behavior of MSSQL.
2009-01-02  Mike Bayer- Custom comparator classes used in conjunction with
2009-01-02  Michael TrierModified UOW so that a Row Switch scenario will not...
2009-01-02  Michael TrierCleanup of r5556. Makes the description_encoding less...
2008-12-31  Jonathan Ellisemacs
2008-12-31  Mike Bayeryes ive been watching the IRC channel. restored setup_...
2008-12-30  Mike Bayer- added an extremely basic illustration of a PostGIS
2008-12-30  Michael TrierModifications to the mssql dialect in order to to pass...
2008-12-30  Michael TrierAdded a new description_encoding attribute on the dialect.
2008-12-30  Michael TrierA few 2.3 cleanup items.
2008-12-29  Michael TrierAdded in MSGenericBinary to the mssql dialect tests.
2008-12-29  Mike Bayer- added another usage recipe for contains_eager()
2008-12-28  Mike Bayer - Added OracleNVarchar type, produces NVARCHAR2,...
2008-12-28  Mike Bayer- Can pass mapped attributes and column objects as...
2008-12-28  Michael TrierAdded in a new MSGenericBinary type.
2008-12-28  Mike Bayer- RowProxy objects can be used in place of dictionary...
2008-12-28  Mike Bayer- Fixed shard_id argument on ShardedSession.execute().
2008-12-28  Michael TrierCorrected reflection issue in mssql where include_colum...
2008-12-28  Michael TrierOn MSSQL if a field is part of the primary_key then...
2008-12-28  Michael TrierMSSQL refactoring of BINARY type and addition of MSVarB...
2008-12-27  Mike Bayer- added a full exercising test for all of #946, #947...
2008-12-27  Mike Bayer- Added a mutex for the initial pool creation when
2008-12-27  Mike Bayer- Added ScopedSession.is_active accessor. [ticket:976]
2008-12-27  Mike Bayer- NullPool supports reconnect on failure behavior.
2008-12-26  Mike Bayer- Reflected foreign keys will properly locate
2008-12-26  Mike Bayerfix imports for index reflection unit test
2008-12-24  Michael TrierFixed bugs in sqlalchemy documentation. Closes #1263.
2008-12-24  Mike Bayer- Exceptions raised during compile_mappers() are now
2008-12-23  Mike Bayeruse new anonymize style for the public _anonymize as...
2008-12-23  Michael TrierAdded MSSQL support for introspecting the default schem...
2008-12-23  Mike Bayersilly negative ID numbers on linux...
2008-12-23  Mike Bayer- Added Index reflection support to Postgres, using a
2008-12-23  Michael TrierMerge branch 'collation'
2008-12-23  Mike Bayer- Columns can again contain percent signs within their
2008-12-22  Michael TrierMajor refactoring of the MSSQL dialect. Thanks zzzeek.
2008-12-22  Mike Bayeralso check for primaryjoin/secondaryjoin that equates...
2008-12-22  Mike Bayer- CHANGES update
2008-12-21  Mike Bayer- Fixed mysql bug in exception raise when FK columns...
2008-12-21  Mike Bayerfix unittest import
2008-12-21  Michael TrierPulled callable into testlib because path fixup is...
2008-12-20  Michael TrierCorrected ColumnsTest for mssql's new explicit nullabil...
2008-12-19  Mike Bayerremoved the "create_execution_context()" method from...
2008-12-19  Mike Bayermore platform neutral way of getting at 'buffer'
2008-12-19  Mike Bayermissed an ordering on a set. attempting to nail down...
2008-12-19  Mike Bayerand try again
2008-12-19  Mike Bayer2.4 doesnt have hashlib....
2008-12-18  Mike Bayer*most* py3k warnings are resolved, with the exception...
2008-12-18  Mike Bayermerge the test/ directory from -r5438:5439 of py3k_warn...
2008-12-18  Mike Bayermerged -r5299:5438 of py3k warnings branch. this fixes...
2008-12-18  Jason Kirtlanddynamic_loader() accepts query_class= to mix in user...
2008-12-18  Jason KirtlandAssociation proxies no longer cloak themselves at the...
2008-12-18  Mike Bayer- Query() can be passed a "composite" attribute
2008-12-18  Mike Bayerdocument ConnectionProxy
2008-12-17  Mike Bayer- _execute_clauseelement() goes back to being
2008-12-17  Mike Bayer- sqlite types
2008-12-17  Mike Bayer- Fixed bug where many-to-many relation() with
2008-12-17  Mike Bayer- added sphinx handler to allow __init__ methods through
2008-12-17  Gaëtan de Mentenpolymorphic_fetch is deprecated. Mark it so in the...
2008-12-15  Mike Bayerok we need find_packages. fine.
2008-12-15  Mike Bayercorrections
2008-12-15  Mike Bayerremoved dependencies on setuptools. distutils will...
2008-12-12  Michael TrierCorrected output on docs and a missing {stop} that...
2008-12-12  Michael TrierSupport for three levels of column nullability: NULL...
2008-12-12  Michael TrierModified fails_on testing decorator to take a reason...
2008-12-12  Michael TrierCorrected and verified a few more mssql tests.
2008-12-12  Michael TrierBroke out a specific values test and indicated that...
2008-12-11  Mike Bayer- turn __visit_name__ into an explicit member.
next