]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
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
2007-08-16  Mike Bayeradded 'inherit_foreign_keys' arg to mapper()
2007-08-15  Jason Kirtlanduse threading.local if available
2007-08-15  Jason Kirtlandfix hasattr typo [ticket:744]
2007-08-15  Jason Kirtlandstopgap, need a general strategy for raising readable...
2007-08-15  Mike Bayer-removed print statements
2007-08-15  Mike Bayermass has_key->__contains__ migration, [ticket:738]
2007-08-15  Mike Bayer- moved unicode schema ORM tests to unitofwork.py tests...
2007-08-15  Mike Bayer- cleanup, converted unitofwork.py to standard fixtures
2007-08-15  Mike Bayerremoved init_attr() call, which has shown to not increa...
2007-08-14  Mike Bayer- merged "fasttypes" branch. this branch changes the...
2007-08-14  Mike Bayercleanup
2007-08-14  Paul Johnstonrevert previous change; had misunderstood context
2007-08-14  Paul Johnstonfudge to make SQL asserts work reliably with MSSQL
2007-08-14  Paul JohnstonMake versioningtest.test_basic only assert when the...
2007-08-14  Mike Bayeradded sqlite/sa "unprofiled" raw time tests
2007-08-14  Mike Bayeradded full fetching of result columns, cut overall...
2007-08-14  Mike Bayera mass insert/ select benchmarking test, from
2007-08-14  Mike Bayeradjustment to table_names test such that the DB can...
2007-08-14  Mike Bayerremoved assertion for "no tables in db" rel_0_4beta2
2007-08-14  Mike Bayercommented out unicode foriegn keys for now, not working...
2007-08-14  Mike Bayerattempt to get SessionTest to close transactions better
2007-08-14  Mike Bayer- fixed endless loop
2007-08-14  Mike Bayer- base_mapper() becomes a plain attribute
next