]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
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
2006-10-08  Mike Bayerremove unused set
2006-10-08  Mike Bayerdont create dependency processor if viewonly=True
2006-10-08  Mike Bayerlogging of syncrules
2006-10-08  Mike Bayermore adjustments to #321
2006-10-08  Mike Bayeradd table name to save_obj log
2006-10-08  Mike Bayerrow-switch test should be per-instance, not per table...
2006-10-08  Mike Bayeradded correct insert ordering
2006-10-08  Mike Bayer- mapper.save_obj() now functions across all mappers...
2006-10-08  Mike Bayermore fixup to self referential composite primary key...
2006-10-08  Mike Bayerthis test works better with session clears in between
2006-10-08  Mike Bayer- the "foreign_key" attribute on Column and ColumnEleme...
2006-10-07  Mike Bayerassorted firebird fixes from Lele Gaifax
2006-10-07  Mike Bayersome cleanup
2006-10-07  Mike Bayerimproved exceptions for closed connections
2006-10-06  Mike Bayerfix "no engine found" to raise explicit error, [ticket...
2006-10-06  Mike Bayerrollback last change until we figure out how to check...
2006-10-06  Mike Bayerbetter error message for unconnected DynamicMetaData...
2006-10-05  Jonathan Ellisadd compound-where example
2006-10-05  Mike Bayer[ticket:324]
2006-10-04  Jonathan Ellisr/m sqlsoup.NoSuchTableError (SA proper takes care...
2006-10-04  Mike Bayercontinued cleanup
2006-10-04  Mike Bayervarious cleanup etc.
2006-10-03  Mike Bayer - "custom list classes" is now implemented via the...
2006-10-03  Mike Bayer - Function objects know what to do in a FROM clause...
2006-10-03  Mike Bayerformatting fixup, etc.
2006-10-03  Mike Bayer- added auto_setinputsizes=False to oracle dialect...
2006-10-03  Mike Bayerfixed super call
2006-10-03  Mike Bayer- removed "extension()" MapperOption
2006-10-03  Mike Bayer- merged loader_strategies branch into trunk.
2006-10-01  Mike Bayer- added profiling to massave
2006-10-01  Mike Bayeradjustment to default timeout
2006-10-01  Mike Bayeredits
2006-10-01  Mike Bayerfurther str() on values that may come back as unicode
2006-10-01  Mike Bayer[ticket:318] has a user receiving back a unicode from...
2006-09-30  Mike Bayer - fixed condition that occurred during reflection...
2006-09-30  Mike Bayerlong changelist, adding some formatting
2006-09-30  Mike Bayer- internal refactoring to mapper instances() method...
2006-09-30  Mike Bayer- doc edit
2006-09-29  Mike Bayer- added some dependency logging
2006-09-29  Mike Bayerremove print statement
2006-09-29  Mike Bayermass saver for profiling mem usage....
2006-09-29  Mike Bayer[ticket:309]
2006-09-29  Mike Bayertweaks for mysql
2006-09-29  Rick Morrisonfix PK redefinition
2006-09-29  Mike Bayermore edits
2006-09-29  Mike Bayerrearrangement of docs for [ticket:310]
2006-09-28  Mike Bayerraise proper AttributeError
2006-09-28  Mike Bayer- more adjustments to the eager load table finder to...
next