| 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 |
| 2008-02-29 |
Mike Bayer | - setting the relation()-level order by to a column... |
commit | commitdiff | tree | snapshot |
| 2008-02-28 |
Mike Bayer | some cleanup of TypeDecorator, moved PickleType / Inter... |
commit | commitdiff | tree | snapshot |
| 2008-02-27 |
Mike Bayer | - postgres TIMESTAMP renders correctly [ticket:981] |
commit | commitdiff | tree | snapshot |
| 2008-02-26 |
Mike Bayer | - implemented two-phase API for "threadlocal" engine, |
commit | commitdiff | tree | snapshot |
| 2008-02-25 |
Mike Bayer | - added exception wrapping/reconnect support to result set |
commit | commitdiff | tree | snapshot |
| 2008-02-24 |
Mike Bayer | silliness reduction |
commit | commitdiff | tree | snapshot |
| 2008-02-23 |
Jason Kirtland | - Invalid SQLite connection URLs now raise an error. |
commit | commitdiff | tree | snapshot |
| 2008-02-22 |
Jason Kirtland | C-u 66 C-x f M-q |
commit | commitdiff | tree | snapshot |
| 2008-02-22 |
Mike Bayer | - the value of a bindparam() can be a callable, in... |
commit | commitdiff | tree | snapshot |
| 2008-02-22 |
Jason Kirtland | - Converted MAGICCOOKIE=object() to a little symbol... |
commit | commitdiff | tree | snapshot |
| 2008-02-21 |
Mike Bayer | er, ok, dont do that (reversed last change). PG relies... |
commit | commitdiff | tree | snapshot |
| 2008-02-21 |
Mike Bayer | dont treat "listonly" objects as newly clean |
commit | commitdiff | tree | snapshot |
| 2008-02-21 |
Mike Bayer | - preventive code against a potential lost-reference |
commit | commitdiff | tree | snapshot |
| 2008-02-21 |
Mike Bayer | - added a new "higher level" operator called "of_type... |
commit | commitdiff | tree | snapshot |
| 2008-02-20 |
Mike Bayer | - fixed potential generative bug when the same Query was |
commit | commitdiff | tree | snapshot |
| 2008-02-19 |
Mike Bayer | - can again create aliases of selects against textual |
commit | commitdiff | tree | snapshot |
| 2008-02-17 |
Mike Bayer | - modernized cascade.py tests |
commit | commitdiff | tree | snapshot |
| 2008-02-17 |
Mike Bayer | get basic compilation working for [ticket:972] |
commit | commitdiff | tree | snapshot |
| 2008-02-17 |
Mike Bayer | - any(), has(), contains(), attribute level == and... |
commit | commitdiff | tree | snapshot |
| 2008-02-16 |
Mike Bayer | - remove some old cruft |
commit | commitdiff | tree | snapshot |
| 2008-02-15 |
Jason Kirtland | Bump. |
commit | commitdiff | tree | snapshot |
| 2008-02-14 |
Mike Bayer | fixing recent schema.py changes to work with oracle... rel_0_4_3 |
commit | commitdiff | tree | snapshot |
| 2008-02-14 |
Jason Kirtland | - comment typo |
commit | commitdiff | tree | snapshot |
| 2008-02-14 |
Jason Kirtland | - Made testlib's --unhashable and r3935's set changes... |
commit | commitdiff | tree | snapshot |
| 2008-02-14 |
Jason Kirtland | - Corrected __eq__ pragma drift. |
commit | commitdiff | tree | snapshot |
| 2008-02-14 |
Jason Kirtland | Restore 2.3 compat for the sharding test |
commit | commitdiff | tree | snapshot |
| 2008-02-14 |
Mike Bayer | fixed (still uncovered) incorrect variable name... |
commit | commitdiff | tree | snapshot |
| 2008-02-14 |
Jason Kirtland | - Fixed a couple pyflakes, cleaned up imports & whitespace |
commit | commitdiff | tree | snapshot |
| 2008-02-14 |
Rick Morrison | MSSQL now compiles func.now() to CURRENT_TIMESTAMP |
commit | commitdiff | tree | snapshot |
| 2008-02-14 |
Mike Bayer | - fixed bug in result proxy where anonymously generated |
commit | commitdiff | tree | snapshot |
| 2008-02-14 |
Rick Morrison | Added EXEC to MSSQL _is_select regexp; should now detec... |
commit | commitdiff | tree | snapshot |
| 2008-02-13 |
Mike Bayer | a TODO comment |
commit | commitdiff | tree | snapshot |
| 2008-02-12 |
Jason Kirtland | 0.4.3 edits |
commit | commitdiff | tree | snapshot |
| 2008-02-12 |
Mike Bayer | - fixed bug introduced in r4070 where union() and other... |
commit | commitdiff | tree | snapshot |
| 2008-02-12 |
Mike Bayer | add pk cols to assocaition table |
commit | commitdiff | tree | snapshot |
| next |