]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2007-09-01  Mike Bayeradded zoomark profile
2007-09-01  Mike Bayeradjusting firebird, obviously needs someone to test
2007-09-01  Mike Bayerfix to oracle sequence exec
2007-09-01  Mike Bayersequence pre-executes dont create an ExecutionContext...
2007-09-01  Mike Bayerfactored out uses_sequences_for_inserts() into
2007-09-01  Mike Bayer- got all examples working
2007-09-01  Mike Bayerwhats a big commit without some errant print statements...
2007-09-01  Mike Bayer- merged inline inserts branch
2007-08-31  Mike Bayerupdate on pool status
2007-08-30  Mike Bayer- fixed bugs in determining proper sync clauses from...
2007-08-30  Mike Bayerremove() should issue a close() on existing session
2007-08-29  Jason KirtlandExtended 'engine_from_config' coercion for QueuePool...
2007-08-29  Jason Kirtlandengine.url cleanups [ticket:742]
2007-08-29  Jason KirtlandFix for scoped_session's `mapper(extension=<scalar...
2007-08-28  Jason KirtlandCatch-up entries for b5.
2007-08-28  Jason Kirtland- Restored reflection for mysql VIEWs [ticket:748]
2007-08-28  Jason KirtlandFixed OrderedProperties pickling [ticket:762]
2007-08-27  Jason KirtlandFixed signature for orm's BETWEEN operator.
2007-08-27  Gaëtan de Mentenfix typos in assoc_proxy doc
2007-08-23  Jason KirtlandExpand custom assocproxy getter/setter support to scala...
2007-08-23  Jason KirtlandAllow custom getter/setters to be specified for a stand...
2007-08-22  Jason KirtlandFix for reflecting mysql keys that have USING
2007-08-22  Mike Bayerbump
2007-08-22  Mike Bayer- ugh ! beta4 is double logging....fixed that....
2007-08-22  Mike Bayerchangeset about connection pool rel_0_4beta4
2007-08-22  Mike Bayerrestored WeakValueDict for threadlocal connections...
2007-08-22  Mike Bayer- a "collection-holding" InstrumentedAttribute is now...
2007-08-22  Mike Bayer- tightened down the screws on logging a little bit
2007-08-22  Mike Bayer- added **modifiers to _get_from_objects
2007-08-22  Mike Bayer- restored engine.echo flag
2007-08-22  Jason KirtlandAdjusted ColumnDefault default function fitness check...
2007-08-22  Jason KirtlandHousekeeping.
2007-08-22  Jason KirtlandAdded a test for the SELECT DISTINCT ON postgresqlism.
2007-08-22  Jason KirtlandDeleting an entity having a dynamic loader with cascade...
2007-08-22  Jason KirtlandAssociation example updates, round two.
2007-08-22  Jason Kirtlandbasic 0.4 update
2007-08-22  Jason KirtlandFor sqlite NUMERIC, send Decimal bind values as strings...
2007-08-21  Mike Bayerfixed imports
2007-08-21  Mike Bayer-removed echo_property() function, moved logging checks to
2007-08-21  Jason Kirtland`from foo import (name, name)` isn't valid syntax for...
2007-08-21  Jason KirtlandUpdated adjencytree examples
2007-08-21  Mike Bayerfixed generative behavior to copy collections, [ticket...
2007-08-21  Mike Bayeradded first profile tests per [ticket:753]
2007-08-21  Mike Bayerchanging Pool to use weakref callback for auto-cleanup...
2007-08-21  Jason KirtlandInlined ClauseParameters.set_parameter (simple assignme...
2007-08-21  Mike Bayerfixed "SmallInteger"
2007-08-21  Mike Bayer- implemented __len__() accessor on RowProxy
2007-08-21  Jason Kirtlandtweak that construct_params optimization, one of the...
2007-08-21  Jason KirtlandA couple critical path optimizations
2007-08-21  Jason Kirtland- omitted 'table' and 'column' from 'from sqlalchemy...
2007-08-21  Jason Kirtlandadded stub/import tests for all dialects
2007-08-21  Jason Kirtlandfix line ending svn prop
2007-08-20  Mike Bayerpool_threadlocal on by default
2007-08-20  Mike Bayerremoved unnecessary _branch calls
2007-08-20  Mike Bayer- method call removal
2007-08-20  Mike Bayer- Engine and TLEngine assume "threadlocal" behavior...
2007-08-19  Ants Aasmaan early out processing insert/update column parameters...
2007-08-19  Jason Kirtlandlight docstring tweaks to the pool
2007-08-19  Jason KirtlandCHANGES for r3372
2007-08-19  Jason Kirtland- Connection.begin() no longer accepts nested=True...
2007-08-19  Jason KirtlandReST docstring fix
2007-08-19  Paul Johnstonmssql unit test fixes
2007-08-19  Paul JohnstonOne more change of preparer() to identifier_preparer
2007-08-19  Jason Kirtlandpyflakes mop-up
2007-08-19  Paul JohnstonUse identifier_preparer instead of preparer()
2007-08-19  Paul JohnstonFix broken imports
2007-08-18  Mike Bayerdocstring compile fixup
2007-08-18  Mike Bayeradding an "already exists" catch for CREATE DOMAIN
2007-08-18  Mike Bayer1. Module layout. sql.py and related move into a packa...
2007-08-18  Jason Kirtland- fixed prefixes= argument to select()
2007-08-18  Mike Bayer- modified SQL operator functions to be module-level...
2007-08-17  Mike Bayer- Added a "legacy" adapter to types, such that user...
2007-08-17  Mike Bayeradd a test for dupe tables in MetaData
2007-08-17  Mike Bayer- added close() method to Transaction. closes out...
2007-08-17  Mike Bayertransactional session rolls back bound connection
2007-08-17  Mike Bayer- threadlocal TLConnection, when closes for real, force...
2007-08-17  Jason Kirtlandupdate activemapper backrefs for r3340
2007-08-17  Mike Bayerdont commandeer warnings into logger
2007-08-17  Mike Bayer- turned twophase=True on in test
2007-08-17  Mike Bayerreinstated two_phase test. currently it passes on...
2007-08-17  Paul Johnstonmerge changset [3347] into trunk
2007-08-17  Mike Bayer- added extra argument con_proxy to ConnectionListener...
2007-08-17  Paul JohnstonMerge [3345] into trunk. Unit test still TODO
2007-08-17  Paul JohnstonDisable MSSQL unicode statements on UCS-4 platforms...
2007-08-17  Jason Kirtland- session transaction closing tweak for threadlocal
2007-08-17  Jason Kirtlandadded a testing decorator that mops up wayward connections
2007-08-16  Mike Bayerremoved ridiculous LOrderedProp object
2007-08-16  Mike Bayerrevert the _DefaultExtension thing, it added function...
2007-08-16  Mike Bayer- moved test/orm/fixtures.py to testlib
2007-08-16  Jason Kirtlandit's a non-stop formatting fiesta
2007-08-16  Jason Kirtlandformatting fiesta
2007-08-16  Jason KirtlandAdded session.prune(), releases unused objects in stron...
2007-08-16  Mike Bayer- fix to bind param processing such that "False" values...
2007-08-16  Mike Bayernew changelog with betas
2007-08-16  Mike Bayerbump
2007-08-16  Mike Bayerneeded orm import
2007-08-16  Mike Bayerbump rel_0_4beta3
2007-08-16  Mike Bayeradded remove() coverage....
2007-08-16  Mike Bayeradd length to str for pk usage
2007-08-16  Mike Bayeradded support for string date passthru in sqlite
next