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