]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2010-09-09  Mike Bayerdoc edits
2010-09-09  Mike Bayeryou'll all miss the last of the ASCII art
2010-09-08  Mike Bayeredits
2010-09-07  Mike Bayerarg, put the informix log in the wrong version
2010-09-07  Mike BayerAdded tag rel_0_6_4 for changeset 992dd2c055dcff7595369...
2010-09-07  Mike Bayer- Applied patches from [ticket:1904] to get rel_0_6_4
2010-09-07  Mike Bayer- Added a mutex to the identity map which mutexes
2010-09-07  Mike Bayeredits
2010-09-07  Mike Bayer- pending deprecation in 0.7 for the execute/scalar...
2010-09-06  Mike Bayer- Fixed FB bug whereby a column default would fail to
2010-09-06  Mike Bayerunify query.with_parent, util.with_parent, fix docs...
2010-09-06  Mike Bayerdoc updates
2010-09-06  Mike Bayermerge doc fixes from tip
2010-09-06  Mike Bayer- query.with_parent() now accepts transient objects
2010-09-06  Mike Bayermake the pooling docs less sucky
2010-09-05  Mike Bayerfixes
2010-09-05  Mike Bayermerge whatever
2010-09-05  Mike Bayernot sure why chrisw changed this but would like to...
2010-09-05  Mike Bayerdont need this
2010-09-05  Mike Bayermerge tip
2010-09-05  Mike Bayerfixup
2010-09-05  Mike Bayer - the versioning example works correctly now
2010-09-05  Mike Bayer- rewrote the "connections" section
2010-09-05  Mike Bayer- mapper _get_col_to_prop private method used
2010-09-05  Mike Bayerroughly the finished product.
2010-09-04  Mike Bayeralmost through.
2010-09-04  Mike Bayercontinued...
2010-09-04  Mike Bayerexperiment with removing the API section and putting...
2010-09-04  Mike Bayerrestore the deprecated docs
2010-09-03  Mike Bayermerge latest tip
2010-09-03  Mike Bayermerge from tip
2010-09-03  Mike Bayerpython 2.4
2010-09-03  Mike Bayerreduce callcounts
2010-09-03  Jason KirtlandApply more memoization to Mapper attributes & subject...
2010-09-03  Mike Bayer- AbstractType.__str__() produces the string version...
2010-09-03  Mike Bayer- get active_history to work, move attribute events...
2010-09-03  Mike Bayer- refinements to DDL events, including new execute_if...
2010-09-01  Mike Bayerdoh, forgot about ddl events. need some work with...
2010-08-31  Mike Bayer- a large hill to climb. Added declarative examples...
2010-08-30  Mike Bayer- The include_properties and exclude_properties arguments
2010-08-29  Mike Bayerdoc tweak
2010-08-29  Mike Bayer- The Session class is now present in sqlalchemy.orm.*.
2010-08-29  Mike Bayer- Oracle reflection of indexes has been tuned so
2010-08-29  Mike Bayer- move LIMIT/OFFSET rendering to be as bind parameters...
2010-08-29  Mike Bayerdocstring for query.correlate, [ticket:1889]
2010-08-29  Mike Bayer- Added ROWID type to the Oracle dialect, for those
2010-08-29  Mike Bayer- moved out to on_before_execute, on_after_execute...
2010-08-28  Mike Bayergoing back to the simple way, plus trying to make the...
2010-08-28  Mike Bayer- its probably worthwhile to make the primary listen...
2010-08-27  Mike Bayer- put a link to the wiki table config example
2010-08-27  Mike Bayerthis doesnt actually work
2010-08-27  Mike Bayermerge tip
2010-08-26  Mike Bayer- An object that's been deleted now gets a flag
2010-08-26  Mike Bayer- remove repr() from exception assertion, so that py3k...
2010-08-26  Mike Bayer- replaced all self.__connection.is_valid with
2010-08-25  Mike Bayer- hybrid_and
2010-08-25  Mike Bayermerge changes from alternate branch
2010-08-25  Mike Bayeradd a note
2010-08-24  Mike Bayermerge from tip
2010-08-24  Mike Bayermerge tip
2010-08-24  Mike Bayersome doc updates
2010-08-23  Mike Bayer- the history_meta versioning recipe sets "unique=False"
2010-08-21  Mike Bayer- Similarly, for relationship(), foreign_keys,
2010-08-18  Mike Bayer- object_session() raises the proper
2010-08-15  Mike Bayermerge tip
2010-08-15  Mike Bayermerge tip
2010-08-15  Mike Bayer- 79 chars for expression
2010-08-14  Mike Bayer- Another pass through the series of error messages
2010-08-13  Mike Bayer- Added basic math expression coercion for
2010-08-12  Mike Bayer- added much more verbiage about transactions and expir...
2010-08-11  Mike Bayerspelling arg
2010-08-11  Mike Bayer- a warning is emitted in mapper() if the polymorphic_on
2010-08-10  Mike Bayer- Fixed the psycopg2 dialect to use its
2010-08-10  Mike Bayerthis is not actually true
2010-08-10  Mike Bayer- reorganize events into cls->dispatch, which is an...
2010-08-10  Mike Bayerthis reorganizes things so the EventDescriptor and...
2010-08-10  Mike Bayerworking with how this will be documented and having...
2010-08-10  Mike Bayerget slightly better about deprecations in docstrings...
2010-08-09  Mike Bayer- modernizing examples
2010-08-09  Mike Bayermodernized the directed graph example
2010-08-09  Mike Bayerconfirmed we can get this to trigger if we apply heisen...
2010-08-08  Mike Bayerfixes, but still unsure of things
2010-08-08  Mike Bayergetting attributes to work
2010-08-08  Mike Bayer- add a check that prevents redundant AttributeImpls...
2010-08-08  Mike Bayermerge tip
2010-08-08  Mike Bayer- merge tip
2010-08-08  Mike Bayer- a few fixes
2010-08-08  Mike Bayer- some of the refinements from the sa_synonyms branch...
2010-08-08  Mike Bayerintroductions
2010-08-08  Mike Bayermark this as intermittent crashes on the buildbot ...
2010-08-08  Mike Bayer- the _Label construct, i.e. the one that is produced
2010-08-07  Mike Bayerdev
2010-08-07  Mike Bayersome cleanup, some screwing around with comparators...
2010-08-06  Mike Bayerfix declarative
2010-08-06  Mike Bayer- at long last have gotten the "proxy_property" keyword
2010-08-06  Mike Bayer- add hybrid extension
2010-08-06  Mike Bayer- step one, remove "resolve_synonyms" and start using...
2010-08-06  Mike Bayerformatting
2010-08-05  Mike Bayer- Dynamic attributes don't support collection
2010-08-05  Mike Bayer- Fixed bug whereby replacing composite foreign key
next