| 2008-04-01 |
Jason Kirtland | - Squashed 2.4 generators. |
commit | commitdiff | tree | snapshot |
| 2008-04-01 |
Mike Bayer | added an order by to fix potential mysql test failure |
commit | commitdiff | tree | snapshot |
| 2008-04-01 |
Mike Bayer | seems like the recent itertools add to select()._get_di... |
commit | commitdiff | tree | snapshot |
| 2008-04-01 |
Mike Bayer | fix up some unit tests |
commit | commitdiff | tree | snapshot |
| 2008-04-01 |
Mike Bayer | - merge() may actually work now, though we've heard... |
commit | commitdiff | tree | snapshot |
| 2008-04-01 |
Jason Kirtland | - Tighten up r4399 _set_iterable docs |
commit | commitdiff | tree | snapshot |
| 2008-04-01 |
Jason Kirtland | - Light collections refactor, added public collections... |
commit | commitdiff | tree | snapshot |
| 2008-04-01 |
Mike Bayer | weird, old cruft |
commit | commitdiff | tree | snapshot |
| 2008-04-01 |
Mike Bayer | - removed redundant get_history() method |
commit | commitdiff | tree | snapshot |
| 2008-03-31 |
Jason Kirtland | C-u 66 C-x f M-q |
commit | commitdiff | tree | snapshot |
| 2008-03-31 |
Rick Morrison | MSSQL adjustments to pyodbc connection string building |
commit | commitdiff | tree | snapshot |
| 2008-03-31 |
Rick Morrison | Add a new 'driver' keyword to the MSSQL pyodbc Dialect. |
commit | commitdiff | tree | snapshot |
| 2008-03-30 |
Mike Bayer | - reverted previous "strings instead of tuples" change... |
commit | commitdiff | tree | snapshot |
| 2008-03-30 |
Jason Kirtland | *whistle* |
commit | commitdiff | tree | snapshot |
| 2008-03-30 |
Jason Kirtland | - Removed cache decorator. |
commit | commitdiff | tree | snapshot |
| 2008-03-30 |
Mike Bayer | some cache decorator calls... |
commit | commitdiff | tree | snapshot |
| 2008-03-30 |
Mike Bayer | using concatenated strings as keys in generated_ids... |
commit | commitdiff | tree | snapshot |
| 2008-03-30 |
Mike Bayer | - schema-qualified tables now will place the schemaname |
commit | commitdiff | tree | snapshot |
| 2008-03-30 |
Rick Morrison | MSSQL fixes for tickets 979, 916, 884 |
commit | commitdiff | tree | snapshot |
| 2008-03-30 |
Mike Bayer | - added _from_self() |
commit | commitdiff | tree | snapshot |
| 2008-03-30 |
Mike Bayer | - rearranged LoaderStrategies a bit |
commit | commitdiff | tree | snapshot |
| 2008-03-29 |
Mike Bayer | turned starargs conversion to a decorator, per jek... |
commit | commitdiff | tree | snapshot |
| 2008-03-29 |
Jason Kirtland | - Added PendingDeprecationWarning support |
commit | commitdiff | tree | snapshot |
| 2008-03-29 |
Mike Bayer | - declarative_base() takes optional kwarg "mapper"... |
commit | commitdiff | tree | snapshot |
| 2008-03-29 |
Mike Bayer | - merged with_polymorphic branch, which was merged... |
commit | commitdiff | tree | snapshot |
| 2008-03-28 |
Mike Bayer | - can now allow selects which correlate all FROM clauses |
commit | commitdiff | tree | snapshot |
| 2008-03-25 |
Jason Kirtland | - Notes for r4338 |
commit | commitdiff | tree | snapshot |
| 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 |
| next |