| 2008-03-25 |
Mike Bayer | - fixed SQL function truncation of trailing underscores |
commit | commitdiff | tree | snapshot |
| 2008-03-25 |
Jason Kirtland | - Added generic func.random (non-standard SQL) |
commit | commitdiff | tree | snapshot |
| 2008-03-25 |
Mike Bayer | a few more tweaks |
commit | commitdiff | tree | snapshot |
| 2008-03-24 |
Mike Bayer | removed AbstractClauseProcessor, merged its copy-and... |
commit | commitdiff | tree | snapshot |
| 2008-03-23 |
Mike Bayer | - already-compiled mappers will still trigger compiles of |
commit | commitdiff | tree | snapshot |
| 2008-03-22 |
Mike Bayer | added nicer error message to dependent class not found |
commit | commitdiff | tree | snapshot |
| 2008-03-22 |
Mike Bayer | - the "owner" keyword on Table is now deprecated,... |
commit | commitdiff | tree | snapshot |
| 2008-03-22 |
Mike Bayer | - inheritance in declarative can be disabled when sending |
commit | commitdiff | tree | snapshot |
| 2008-03-22 |
Mike Bayer | reverted r4315 - a basic test works the way it was... |
commit | commitdiff | tree | snapshot |
| 2008-03-21 |
Mike Bayer | - made some fixes to the "from_joinpoint" argument to |
commit | commitdiff | tree | snapshot |
| 2008-03-21 |
Mike Bayer | - adjusted the definition of "self-referential" to be |
commit | commitdiff | tree | snapshot |
| 2008-03-20 |
Catherine Devlin | Undoing patch #994, for now; more testing needed. ... |
commit | commitdiff | tree | snapshot |
| 2008-03-20 |
Catherine Devlin | adding zzzeek's patch from ticket #994, which fixed... |
commit | commitdiff | tree | snapshot |
| 2008-03-20 |
Catherine Devlin | bugfix: preserving remote_owner during reflecttable... |
commit | commitdiff | tree | snapshot |
| 2008-03-19 |
Catherine Devlin | added a runtime-incrementing counter for default primar... |
commit | commitdiff | tree | snapshot |
| 2008-03-19 |
Mike Bayer | added escape kw arg to contains(), startswith(), endswi... |
commit | commitdiff | tree | snapshot |
| 2008-03-19 |
Mike Bayer | - like() and ilike() take an optional keyword argument |
commit | commitdiff | tree | snapshot |
| 2008-03-19 |
Jason Kirtland | - symbols now depickle properly |
commit | commitdiff | tree | snapshot |
| 2008-03-19 |
Gaëtan de Menten | typo |
commit | commitdiff | tree | snapshot |
| 2008-03-18 |
Mike Bayer | test not supported on sqlite |
commit | commitdiff | tree | snapshot |
| 2008-03-18 |
Mike Bayer | some fixup to one-to-many delete cascade |
commit | commitdiff | tree | snapshot |
| 2008-03-18 |
Mike Bayer | - fixed/added coverage for various cascade scenarios |
commit | commitdiff | tree | snapshot |
| 2008-03-18 |
Mike Bayer | - added support for declarative deferred(Column(...)) |
commit | commitdiff | tree | snapshot |
| 2008-03-18 |
Jason Kirtland | - Column._set_parent will complete the key==name contra... |
commit | commitdiff | tree | snapshot |
| 2008-03-18 |
Jason Kirtland | - reST fixes |
commit | commitdiff | tree | snapshot |
| 2008-03-18 |
Mike Bayer | mapper double checks that columns in _compile_property... |
commit | commitdiff | tree | snapshot |
| 2008-03-18 |
Jason Kirtland | - Start coverage for Class.prop = Column(), promote... |
commit | commitdiff | tree | snapshot |
| 2008-03-18 |
Jason Kirtland | - Declarative will complete setup for Columns lacking... |
commit | commitdiff | tree | snapshot |
| 2008-03-18 |
Mike Bayer | - fixed order_by calculation in Query to properly alias |
commit | commitdiff | tree | snapshot |
| 2008-03-18 |
Jason Kirtland | - 'name' is no longer a require constructor argument... |
commit | commitdiff | tree | snapshot |
| 2008-03-17 |
Jason Kirtland | - Declarative gains @synonym_for and @comparable_using... |
commit | commitdiff | tree | snapshot |
| 2008-03-17 |
Jason Kirtland | - Added comparable_property(), adds query Comparator... |
commit | commitdiff | tree | snapshot |
| 2008-03-17 |
Jason Kirtland | - trailing whitespace... |
commit | commitdiff | tree | snapshot |
| 2008-03-17 |
Jason Kirtland | - DEFAULT VALUES again. |
commit | commitdiff | tree | snapshot |
| 2008-03-16 |
Mike Bayer | - fixed "cascade delete" operation of dynamic relations, |
commit | commitdiff | tree | snapshot |
| 2008-03-16 |
Mike Bayer | fix datatypes #2 |
commit | commitdiff | tree | snapshot |
| 2008-03-16 |
Mike Bayer | fix insert() to have values (supports buildbot's SQLite) |
commit | commitdiff | tree | snapshot |
| 2008-03-16 |
Jason Kirtland | - Fixed descriminator col type for poly test |
commit | commitdiff | tree | snapshot |
| 2008-03-15 |
Jason Kirtland | Issue a warning when a declarative detects a likely... |
commit | commitdiff | tree | snapshot |
| 2008-03-15 |
Mike Bayer | - the "synonym" function is now directly usable with |
commit | commitdiff | tree | snapshot |
| 2008-03-12 |
Ants Aasma | Session.execute can now find binds from metadata |
commit | commitdiff | tree | snapshot |
| 2008-03-12 |
Mike Bayer | - fixed bug which was preventing synonym() attributes |
commit | commitdiff | tree | snapshot |
| 2008-03-12 |
Mike Bayer | typo |
commit | commitdiff | tree | snapshot |
| 2008-03-12 |
Jason Kirtland | - fixed missing import [ticket:989] |
commit | commitdiff | tree | snapshot |
| 2008-03-12 |
Jonathan Ellis | add relate(), entity() methods |
commit | commitdiff | tree | snapshot |
| 2008-03-12 |
Mike Bayer | - fixed/covered case when using a False value as a |
commit | commitdiff | tree | snapshot |
| 2008-03-12 |
Mike Bayer | - when attributes are expired on a pending instance, an |
commit | commitdiff | tree | snapshot |
| 2008-03-12 |
Jason Kirtland | - Retroactive textmate damage control |
commit | commitdiff | tree | snapshot |
| 2008-03-12 |
Jason Kirtland | Bump. |
commit | commitdiff | tree | snapshot |
| 2008-03-12 |
Mike Bayer | more edits rel_0_4_4 |
commit | commitdiff | tree | snapshot |
| 2008-03-11 |
Mike Bayer | fix a typo.... |
commit | commitdiff | tree | snapshot |
| 2008-03-11 |
Jason Kirtland | (Whoops,) |
commit | commitdiff | tree | snapshot |
| 2008-03-11 |
Jason Kirtland | - Take broken mysql 4.1 column defaulting into account. |
commit | commitdiff | tree | snapshot |
| 2008-03-11 |
Jason Kirtland | - Don't create implicit DDL column defaults |
commit | commitdiff | tree | snapshot |
| 2008-03-11 |
Jason Kirtland | - increased assert_tabels_equal failure verbosity |
commit | commitdiff | tree | snapshot |
| 2008-03-11 |
Mike Bayer | filled in some of the types documentation |
commit | commitdiff | tree | snapshot |
| 2008-03-11 |
Mike Bayer | updated SQL output, fixed String/Text type |
commit | commitdiff | tree | snapshot |
| 2008-03-11 |
Mike Bayer | reflection tests require foreign key reflection support |
commit | commitdiff | tree | snapshot |
| 2008-03-10 |
Ants Aasma | - fix expunging of orphans with more than one parent |
commit | commitdiff | tree | snapshot |
| 2008-03-10 |
Mike Bayer | remove redundant test_rekey() test method |
commit | commitdiff | tree | snapshot |
| 2008-03-10 |
Jason Kirtland | - Test autoload with a FK override |
commit | commitdiff | tree | snapshot |
| 2008-03-10 |
Jason Kirtland | - Added a primaryjoin= test |
commit | commitdiff | tree | snapshot |
| 2008-03-10 |
Jason Kirtland | eh, that __autoload_with__ idea was half baked. |
commit | commitdiff | tree | snapshot |
| 2008-03-10 |
Jason Kirtland | - Added __autoload__ = True for declarative |
commit | commitdiff | tree | snapshot |
| 2008-03-10 |
Mike Bayer | removed the "__main__" code from below |
commit | commitdiff | tree | snapshot |
| 2008-03-10 |
Mike Bayer | - a new super-small "declarative" extension has been... |
commit | commitdiff | tree | snapshot |
| 2008-03-10 |
Mike Bayer | - relation() can accept a callable for its first argument, |
commit | commitdiff | tree | snapshot |
| 2008-03-09 |
Mike Bayer | - dynamic_loader() / lazy="dynamic" now accepts and... |
commit | commitdiff | tree | snapshot |
| 2008-03-09 |
Mike Bayer | added sanity test for order_by |
commit | commitdiff | tree | snapshot |
| 2008-03-07 |
Jason Kirtland | Added support for vendor-extended INSERT syntax like... |
commit | commitdiff | tree | snapshot |
| 2008-03-07 |
Mike Bayer | weed whacking is not Nones |
commit | commitdiff | tree | snapshot |
| 2008-03-07 |
Mike Bayer | - moved property._is_self_referential() to be more... |
commit | commitdiff | tree | snapshot |
| 2008-03-06 |
Mike Bayer | corrected assert_raises to be consistent with existing... |
commit | commitdiff | tree | snapshot |
| 2008-03-06 |
Mike Bayer | - added assert_raises() to TestBase class |
commit | commitdiff | tree | snapshot |
| 2008-03-06 |
Mike Bayer | check the isinsert/isupdate flags before calling __proc... |
commit | commitdiff | tree | snapshot |
| 2008-03-06 |
Mike Bayer | - adjusted generative.py test for revised error message |
commit | commitdiff | tree | snapshot |
| 2008-03-06 |
Jason Kirtland | Import fixup & trailing whitespace |
commit | commitdiff | tree | snapshot |
| 2008-03-06 |
Jason Kirtland | - Synonyms riding on top of existing descriptors are... |
commit | commitdiff | tree | snapshot |
| 2008-03-05 |
Jason Kirtland | - constraint constructor docstring fiesta |
commit | commitdiff | tree | snapshot |
| 2008-03-04 |
Jason Kirtland | - More docs for r4223 |
commit | commitdiff | tree | snapshot |
| 2008-03-04 |
Jason Kirtland | - Tweaked error messaging for unbound DDL().execute() |
commit | commitdiff | tree | snapshot |
| 2008-03-04 |
Jason Kirtland | - Gave DDL() statements the same .bind treatment as... |
commit | commitdiff | tree | snapshot |
| 2008-03-04 |
Jason Kirtland | - whitespace/docstring/linewrap freakout |
commit | commitdiff | tree | snapshot |
| 2008-03-04 |
Jason Kirtland | - Updated exception messaging for r4220 |
commit | commitdiff | tree | snapshot |
| 2008-03-04 |
Mike Bayer | - added "bind" keyword argument to insert(), update... |
commit | commitdiff | tree | snapshot |
| 2008-03-04 |
Mike Bayer | unit test for mutable PGArray, thanks to AlexB !!! |
commit | commitdiff | tree | snapshot |
| 2008-03-04 |
Mike Bayer | check for None |
commit | commitdiff | tree | snapshot |
| 2008-03-04 |
Mike Bayer | - postgres PGArray is a "mutable" type by default; |
commit | commitdiff | tree | snapshot |
| 2008-03-04 |
Mike Bayer | fixed negated self-referential m2m contains(), [ticket... |
commit | commitdiff | tree | snapshot |
| 2008-03-04 |
Mike Bayer | - fixed bug which was preventing UNIONS from being... |
commit | commitdiff | tree | snapshot |
| 2008-03-04 |
Mike Bayer | fix markdown bug |
commit | commitdiff | tree | snapshot |
| 2008-03-03 |
Mike Bayer | - repaired behavior of == and != operators at the relat... |
commit | commitdiff | tree | snapshot |
| 2008-03-03 |
Gaëtan de Menten | (very) minor speed optimization to ResultProxy fetchall... |
commit | commitdiff | tree | snapshot |
| 2008-03-02 |
Mike Bayer | added dispose() for StaticPool |
commit | commitdiff | tree | snapshot |
| 2008-03-02 |
Mike Bayer | fix maddening ReST bug |
commit | commitdiff | tree | snapshot |
| 2008-03-02 |
Mike Bayer | document with_polymorphic() |
commit | commitdiff | tree | snapshot |
| 2008-03-02 |
Jason Kirtland | - Raise a friendly error when assigning an unmapped... |
commit | commitdiff | tree | snapshot |
| 2008-03-01 |
Mike Bayer | - state.commit() and state.commit_all() now reconcile... |
commit | commitdiff | tree | snapshot |
| 2008-03-01 |
Mike Bayer | add note about global metadata removed [ticket:983] |
commit | commitdiff | tree | snapshot |
| 2008-03-01 |
Mike Bayer | - fixed bug whereby session.expire() attributes were not |
commit | commitdiff | tree | snapshot |
| next |