]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
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
2006-10-17  Mike Bayerlazy clause generation can handle comparisons of column...
2006-10-17  Mike Bayerok, TableClause should be public
2006-10-17  Mike Bayerreorganizing classnames a bit, flagging "private" class...
2006-10-17  Mike Bayerlatest markdown, added "bold link" style to doc generator
2006-10-16  Mike Bayer- added "column_prefix=None" argument to mapper; prepen...
2006-10-16  Mike Bayerquote function names
2006-10-16  Mike Bayerstrings and unicodes are compared via == rather than...
2006-10-16  Mike Bayerdocstrings etc
2006-10-16  Mike Bayerapparently re.S makes things go b00m
2006-10-16  Mike Bayertweaks...
2006-10-16  Mike Bayerde-cruftification
2006-10-15  Mike Bayerdoc tweaks
2006-10-15  Mike Bayerdev
2006-10-15  Mike Bayerdoc stuff regarding engine strategies
2006-10-15  Mike Bayer- ForeignKey(Constraint) supports "use_alter=True"...
2006-10-14  Mike Bayerfixup of the tutorial, doc tester with the new logging...
2006-10-14  Mike Bayer- a fair amount of cleanup to the schema package, remov...
2006-10-14  Mike Bayera simplification to syncrule generation, which also...
2006-10-14  Jonathan Ellismake OrderedDict consructor, update more dict-like
2006-10-13  Mike Bayer- remove spurious semicomma from Firebird SQL statement...
2006-10-13  Mike Bayer- sync checks destination column for primary key status...
2006-10-13  Mike Bayeradded 'ntext' reflected type
2006-10-13  Mike Bayersome cleanup submitted by Lele Galifax
2006-10-12  Mike Bayeradded docstrings for url, added to compiled documentation
2006-10-12  Mike Bayersome logging tweaks....its a little squirrely
2006-10-12  Mike Bayeroops, double row echo removed
2006-10-12  Mike Bayeradded debug-level row echoing to RowProxy (moved from...
2006-10-12  Mike Bayer - ResultProxy.fetchall() internally uses DBAPI fetcha...
2006-10-12  Mike Bayer- fixes to Date/Time (SLDate/SLTime) types; works as...
2006-10-12  Mike Bayer_sort_tables uses local tables [ticket:322]
2006-10-11  Mike Bayeradded PGBigInteger type
next