]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2007-11-03  Mike Bayer- rewritten ClauseAdapter merged from the eager_minus_j...
2007-11-03  Jason KirtlandAdded a profiled benchmark for orm attribute modificati...
2007-11-03  Jason Kirtland- Swap operator.eq for lambda x,y: x==y
2007-11-03  Jason KirtlandFormatting for 0.4.1
2007-11-03  Jason KirtlandAdded some more notes for maxdb
2007-11-03  Jason Kirtland- Removed equality, truth and hash() testing of mapped...
2007-11-03  Mike Bayer- removed "name" attribute from FromClause, Join, Selec...
2007-11-03  Rick Morrisonadded small clarification on single-table inheritance...
2007-11-02  Mike Bayerdoc updates for save_on_init=False, merge(...dont_save...
2007-11-02  Mike Bayer- extra merge test
2007-11-02  Mike Bayer- merge() includes a keyword argument "dont_load=True...
2007-11-02  Jason KirtlandMore improvements to testlib's mapper decorator
2007-11-01  Jason KirtlandTweaks for assert_unordered_result
2007-11-01  Jason KirtlandAdded AssertMixin.assert_unordered_result
2007-11-01  Mike Bayer- session checks more carefully when determining "objec...
2007-11-01  Jason KirtlandAdded rowset() testing helper.
2007-11-01  Jason KirtlandFixed truth-evaluation of mapped objects (part of ...
2007-11-01  Mike Bayer- merged factor_down_bindparams branch.
2007-10-31  Jason KirtlandAdded command line options to add tripwires for __hash_...
2007-10-31  Jason Kirtland- A more efficient IdentitySet
2007-10-31  Mike Bayer- split ScalarInstrumentedAttribute into a "scalar...
2007-10-31  Mike Bayerdont call up new session unless save_on_init
2007-10-31  Ants Aasma- also added proxying of save_or_update to scoped sessions.
2007-10-31  Mike Bayeradded REAL to reflection list
2007-10-31  Ants AasmaAdded proxying of __contains__ and __iter__ methods...
2007-10-31  Paul JohnstonFixup sp_columns call
2007-10-31  Jason KirtlandFixed a truncation error when re-assigning a subset...
2007-10-31  Jason KirtlandAdded util.IdentitySet to support [ticket:676] and...
2007-10-31  Jason KirtlandFormatting tweaks.
2007-10-31  Jason Kirtland- Removed unused util.hash()
2007-10-31  Jason Kirtland- Don't re-save objects in these tests (post r3681)
2007-10-31  Jason Kirtland- Refinements for maxdb's handling of SERIAL and FIXED...
2007-10-31  Jason Kirtland- Added the NUMERIC sql type alias
2007-10-30  Mike Bayer- fix to "row switch" behavior, i.e. when an INSERT...
2007-10-29  Mike Bayer- restored MapperExtension functionality for [ticket...
2007-10-28  Mike Bayer- fixed INSERT statements w.r.t. primary key columns...
2007-10-28  Mike Bayer- fixed expression translation of text() clauses; this...
2007-10-28  Mike Bayer- a little cleanup to deferred inheritance loading
2007-10-28  Mike Bayer- merged path_based_options branch
2007-10-27  Mike Bayer- inlined a couple of context variables
2007-10-27  Mike Bayer- removed regular expression step from most statement...
2007-10-27  Mike Bayerclear MapperStub ArgSingletons on clear_mappers() too...
2007-10-27  Mike Bayer- fixed eager calc endless loop, introduced by r3646...
2007-10-27  Mike Bayer- fixed clear_mappers() behavior to better clean up...
2007-10-26  Paul JohnstonMake access dao detecting more reliable #828
2007-10-25  Mike Bayerremove unused method
2007-10-25  Mike Bayer- removed needless 'continue'
2007-10-25  Mike Bayer- refactored _compile_properties/_compile_property...
2007-10-24  Mike Bayer- de-cruftified backref configuration code, backrefs...
2007-10-24  Jason KirtlandA --db alias for max.
2007-10-23  Jason Kirtland- Added initial version of MaxDB dialect.
2007-10-23  Jason KirtlandFixed assert_sql_count exception logic.
2007-10-23  Jason KirtlandUpdated for r3655.
2007-10-23  Jason KirtlandAdded support for dialects that have both sequences...
2007-10-23  Jason Kirtland- The post_exec() hook now gets invoked before autocomm...
2007-10-22  Jason KirtlandChanged some columns from TEXT to VARCHAR for sapdb.
2007-10-22  Jason Kirtland- Now guarding against broken DB-APIs when wrapping...
2007-10-22  Mike Bayer- sqlite will reflect "DECIMAL" as a numeric column
2007-10-22  Mike Bayerexception message, [ticket:826]
2007-10-21  Mike Bayerbumped sqlite version for empty insert test to 3.4
2007-10-21  Mike Bayer- the whole OperationContext/QueryContext/SelectionCont...
2007-10-20  Jason KirtlandExcluding older sqlite versions from the new insert...
2007-10-19  Gaëtan de Menten- Added contains operator (which generate a "LIKE ...
2007-10-19  Jason KirtlandFixed empty (zero column) sqlite inserts, allowing...
2007-10-18  Mike Bayer- added test coverage for unknown type reflection,...
2007-10-17  Mike Bayertypos, PassiveDefault likes "text()" otherwise the...
2007-10-17  Jason KirtlandBump!
2007-10-17  Mike Bayerput a little note at the top directing users to the... rel_0_4_0
2007-10-17  Jason KirtlandUpdate for 0.4.0
2007-10-17  Mike Bayertypo
2007-10-17  Mike Bayer- removed __len__ from "dynamic" collection as it would...
2007-10-17  Jason KirtlandIncluded 0.3.11 changelog
2007-10-17  Paul JohnstonMake ActiveMapper support viewonly property
2007-10-16  Jason Kirtland- Added support for UPDATE with LIMIT on mysql.
2007-10-16  Ants Aasmachange the in_ API to accept a sequence or a selectable...
2007-10-16  Mike Bayer- string-based query param parsing/config file parser...
2007-10-16  Jason KirtlandTypo fix (thanks Ben!)
2007-10-16  Mike Bayer- Fixed SQL compiler's awareness of top-level column...
2007-10-16  Jason KirtlandFixed a couple of typos & hardened against future simil...
2007-10-15  Mike Bayer- inline optimizations added to locate_dirty() which...
2007-10-15  Gaëtan de Mentenfix typo in examples
2007-10-15  Mike Bayer- much more query verbiage
2007-10-14  Mike Bayerdocumenting PropComparator behavior in orm tutorial
2007-10-14  Mike Bayer- PG reflection, upon seeing the default schema name...
2007-10-14  Jason KirtlandRestored unicode foreign key tests for [ticket:729].
2007-10-14  Mike Bayer - backref remove object operation doesn't fail if...
2007-10-14  Jason KirtlandAdded a missing @supported.
2007-10-14  Mike Bayer- attempted to add a test for #622 / #751, but cant...
2007-10-14  Jason KirtlandAdded test for DBAPIError exception wrapping.
2007-10-13  Jason KirtlandAdjusted zoomark ranges for 2.4 and 2.5.
2007-10-13  Jason KirtlandMoved author comment preventing python 2.3 from importi...
2007-10-13  Jason KirtlandSnipped another generator expression.
2007-10-13  Jason KirtlandConverted errant generator expression.
2007-10-13  Jason KirtlandAssorted unused imports from pyflakes, docstring tweaks...
2007-10-13  Jason KirtlandWinnowed __all__ for 'import * from sqlalchemy.engine'
2007-10-13  Jason KirtlandUnused imports.
2007-10-13  Jason Kirtlandset svn:eol-style native
2007-10-13  Jason KirtlandFixed reference bug in Connect, switched docstring...
2007-10-13  Jason KirtlandRemoved a tab.
2007-10-13  Jason Kirtland- sybase cleanups: unused imports, adjusted docstrings...
next