]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2006-11-29  Mike Bayeroops, KeyError fix for [ticket:380]
2006-11-29  Mike Bayerfixed has_key exception to be KeyError [ticket:380]
2006-11-29  Mike Bayer- added extra check to "stop" cascading on save/update...
2006-11-27  Mike Bayeradded label() function to Select class, useable only...
2006-11-27  Mike Bayerremoved old function
2006-11-26  Mike Bayer- made kwargs parsing to Table strict; removed various...
2006-11-25  Mike Bayersome clenaup on the "correlation" API on the _Select...
2006-11-25  Mike Bayer- cleanup on some instance vars in Select (is_scalar...
2006-11-24  Mike Bayeradded mapper return value to assign_mapper
2006-11-21  Mike Bayerfix to oracle types test, added RAW type [ticket:378]
2006-11-21  Mike Bayerfix to previous checkin
2006-11-21  Mike Bayer[ticket:373]
2006-11-21  Mike Bayer[ticket:366]
2006-11-21  Mike Bayer[ticket:374] [ticket:377] [ticket:375], small fix to...
2006-11-21  Mike Bayercopyright date....
2006-11-17  Mike Bayeradded extra pickle unittest to insure update occurs...
2006-11-13  Mike Bayerreflect from table.fullname for schema support
2006-11-13  Mike Bayerits that time rel_0_3_1
2006-11-13  Mike Bayertweaks to get module functions links to work
2006-11-13  Mike Bayeredits
2006-11-12  Mike Bayerone of those non-2.3 generators got in there...
2006-11-12  Mike Bayeredits
2006-11-12  Mike Bayer- create_engine() reworked to be strict about incoming...
2006-11-11  Mike Bayerfurther refactoring of topological sort for clarity
2006-11-11  Mike Bayermore fixes to topological sort with regards to cycles...
2006-11-10  Mike Bayerpatched **kwargs enhancement for [ticket:361]
2006-11-10  Mike Bayerfix to query.count to use mapper-defined primary key...
2006-11-10  Mike Bayer- "delete-orphan" for a certain type can be set on...
2006-11-08  Mike Bayercreate_args->connect_args
2006-11-07  Rick Morrisonfix: auto_identity_insert was not working with non...
2006-11-05  Mike Bayerremoved 'redefine' from docstring
2006-11-04  Mike Bayer- fix to subtle condition in topological sort where...
2006-11-03  Mike Bayer- improvement to single table inheritance to load full...
2006-11-03  Mike Bayer- added an assertion within the "cascade" step of ORM...
2006-11-02  Mike BayerExtensionOption needed to extend from MapperOption
2006-11-02  Mike Bayer- implemented from_obj argument for query.count, improv...
2006-11-01  Mike Bayersome example cleanup
2006-11-01  Mike Bayeradded graphing example
2006-11-01  Jonathan Ellislink to SqlSoup docs on the wiki
2006-11-01  Mike Bayer- fixed bug in circular dependency sorting at flush...
2006-10-31  Mike Bayer- fixed bug where eagerload() (nor lazyload()) option...
2006-10-31  Mike Bayer- fixed direct execution of Compiled objects
2006-10-31  Jonathan Ellisraise InvalidRequest when asked to perform DDL on non...
2006-10-31  Jonathan Ellissmarter name generation (handles self-referencing Selec...
2006-10-31  Mike Bayerfigured out how a Select can be in its own _froms list...
2006-10-30  Mike Bayer- fix to postgres sequence quoting when using schemas
2006-10-30  Mike Bayerfixed binary types test to use two binary files specifi...
2006-10-29  Mike Bayerfurther fixes to sqlite booleans, weren't working as...
2006-10-29  Mike Bayeradded assertion to check that mappers only inherit...
2006-10-27  Mike Bayeradded system return code to base runtest
2006-10-26  Mike Bayerconverted imports to absolute
2006-10-24  Jonathan Ellisadd join explanation for myisam
2006-10-24  Mike Bayer- MySQL catches exception on "describe" and reports...
2006-10-24  Mike Bayeroops, removed pool debugging code
2006-10-24  Mike Bayer- SingletonConnectionPool must use the "threadlocal...
2006-10-24  Mike Bayer- some new Pool utility classes, updated docs
2006-10-24  Mike Bayerlog connection closes
2006-10-24  Mike Bayer- eager query generation adjustment, [ticket:355]
2006-10-23  Mike Bayerfixed the example, because my brain goes blank when...
2006-10-23  Mike Bayerassociation mappings are now simpler, updated docs
2006-10-23  Mike Bayerexpired instances will get mapper extension's populate_...
2006-10-23  Jonathan Ellisfully reST-ify doctests
2006-10-23  Mike Bayerset global 'sqlalchemy' log level to ERROR so it is...
2006-10-23  Mike Bayerintegrated coverage.py into unittest suite
2006-10-22  Mike Bayer"circular mapping" is out, SA figures that stuff out...
2006-10-22  Mike Bayerfixed some imports, transaction hanging open rel_0_3_0
2006-10-22  Mike Bayeradded string length to avoid LOB col type in oracle
2006-10-22  Mike Bayerupdating the cycles test
2006-10-22  Mike Bayerupdates to oracle
2006-10-22  Mike Bayermisc
2006-10-22  Mike Bayerdocstring
2006-10-22  Mike Bayer.
2006-10-22  Mike Bayermore on non-threadsafeness
2006-10-22  Mike Bayerdocs about objects not being threadsafe
2006-10-22  Mike Bayerrenamed Column/ColumnClause "hidden" to "_is_oid"
2006-10-22  Mike Bayeradded __getattr__() proxy to TypeDecorator
2006-10-22  Mike Bayer- attributes module and test suite moves underneath...
2006-10-21  Mike Bayer- docstring on polymorphic_mapping
2006-10-21  Mike Bayerre-implemented extension option
2006-10-21  Mike Bayertweak for Table.create() not having a return value
2006-10-21  Mike Bayerugh, restored brackets
2006-10-21  Mike Bayerdocstrings
2006-10-21  Mike Bayertook out unused formatting
2006-10-21  Mike Bayertake those 2.4 generators out....
2006-10-21  Mike Bayermerge of new documentation generation system
2006-10-20  Mike Bayersome docstring stuff
2006-10-20  Mike Bayerfixed pg reflection of timezones
2006-10-20  Mike Bayergot linking of classes to work. but what a mess the...
2006-10-20  Mike Bayermore doc
2006-10-20  Mike Bayerdev
2006-10-19  Mike Bayerfix for sqlite refection of names with weird quotes...
2006-10-19  Mike Bayer- cleanup to the last commit
2006-10-19  Mike Bayerprogress on [ticket:329]
2006-10-19  Mike Bayervarious huge fixes from [ticket:330], thanks to Lele...
2006-10-19  Mike Bayerfixed __repr__ style to be inline with python style...
2006-10-19  Mike Bayer- [ticket:346], session closing the connection on flush
2006-10-17  Mike Bayerif type is None it will be propigated from a ForeignKey
2006-10-17  Mike Bayertypo
2006-10-17  Mike Bayersynonym does not create the proxying behavior unless...
2006-10-17  Mike Bayerrestored "synonym" property
next