2006-06-29 |
Mike Bayer | added a note about sqlite uris |
commit | commitdiff | tree |
2006-06-29 |
Mike Bayer | removed toengine() calls |
commit | commitdiff | tree |
2006-06-29 |
Mike Bayer | inserting './lib/' into sys.path since PYTHONPATH no... |
commit | commitdiff | tree |
2006-06-28 |
Mike Bayer | fixed endless loop bug in select_by(), if the traversal hit |
commit | commitdiff | tree |
2006-06-28 |
Mike Bayer | firebird patch with support for type_conv |
commit | commitdiff | tree |
2006-06-28 |
Jonathan LaCour | Updated ActiveMapper to support order_by parameters... |
commit | commitdiff | tree |
2006-06-27 |
Mike Bayer | fixes to pool_invalidate [ticket:224] rel_0_2_4 |
commit | commitdiff | tree |
2006-06-27 |
Mike Bayer | new MySQL types: MSEnum, MSTinyText, MSMediumText,... |
commit | commitdiff | tree |
2006-06-27 |
Mike Bayer | lazy load bind params properly propigate column type... |
commit | commitdiff | tree |
2006-06-26 |
Mike Bayer | cursor() method on ConnectionFairy allows db-specific... |
commit | commitdiff | tree |
2006-06-26 |
Mike Bayer | PG didnt like 'user' for a table name |
commit | commitdiff | tree |
2006-06-26 |
Mike Bayer | dont put SERIAL on a column if it has a ForeignKey |
commit | commitdiff | tree |
2006-06-26 |
Mike Bayer | fixed attribute manager's ability to traverse the full... |
commit | commitdiff | tree |
2006-06-26 |
Mike Bayer | 0.2.4... |
commit | commitdiff | tree |
2006-06-26 |
Mike Bayer | migrated Queue.Queue to its own module here, to assure... |
commit | commitdiff | tree |
2006-06-26 |
Mike Bayer | fix to the column properties to better compile the... |
commit | commitdiff | tree |
2006-06-26 |
Mike Bayer | some doc edits |
commit | commitdiff | tree |
2006-06-26 |
Mike Bayer | fix to timeout |
commit | commitdiff | tree |
2006-06-26 |
Mike Bayer | attempting to fix reentrant condition that can happen... |
commit | commitdiff | tree |
2006-06-26 |
Mike Bayer | when QueuePool times out it raises a TimeoutError inste... |
commit | commitdiff | tree |
2006-06-23 |
Mike Bayer | fixed bug when specifying explicit module to mysql... |
commit | commitdiff | tree |
2006-06-22 |
Mike Bayer | added *extra to mysql string type to consume extra... |
commit | commitdiff | tree |
2006-06-22 |
Mike Bayer | fixes to inheritance firing off dependency processors... |
commit | commitdiff | tree |
2006-06-22 |
Mike Bayer | identified another TLTransaction scenario, and adjusted... |
commit | commitdiff | tree |
2006-06-22 |
Mike Bayer | TLConnection insures that it is used to create a transa... |
commit | commitdiff | tree |
2006-06-22 |
Mike Bayer | still fixing compilation.....dum de dum..... |
commit | commitdiff | tree |
2006-06-22 |
Mike Bayer | removed non py2.3ish parenthesis |
commit | commitdiff | tree |
2006-06-22 |
Mike Bayer | more compilation fixes |
commit | commitdiff | tree |
2006-06-21 |
sean | Replaced tab spacing with plain spaces. |
commit | commitdiff | tree |
2006-06-21 |
sean | Changed mapper.get_session to compile mapper and thereb... |
commit | commitdiff | tree |
2006-06-20 |
Mike Bayer | some cleanup to the new compilation changes |
commit | commitdiff | tree |
2006-06-20 |
Mike Bayer | possible fix to deferred compilation, adds an extra... |
commit | commitdiff | tree |
2006-06-19 |
Mike Bayer | single space for MySQL appeasement |
commit | commitdiff | tree |
2006-06-19 |
Mike Bayer | more development on using eager loads/limit/offset... |
commit | commitdiff | tree |
2006-06-19 |
Mike Bayer | when Query does the "nested select" thing, it copies... |
commit | commitdiff | tree |
2006-06-19 |
Mike Bayer | added check for conflicting backrefs + unit test |
commit | commitdiff | tree |
2006-06-18 |
Robert Leftwich | Added some additional data to exception raised in Prope... |
commit | commitdiff | tree |
2006-06-18 |
Mike Bayer | lazy load and deferred load operations require the... |
commit | commitdiff | tree |
2006-06-17 |
Mike Bayer | try/except around init.__name__ = oldinit.__name__... |
commit | commitdiff | tree |
2006-06-17 |
Mike Bayer | cast converted into its own ClauseElement so that it... rel_0_2_3 |
commit | commitdiff | tree |
2006-06-17 |
Mike Bayer | if an object fails construction, doesnt get added to... |
commit | commitdiff | tree |
2006-06-16 |
Mike Bayer | updates |
commit | commitdiff | tree |
2006-06-16 |
Mike Bayer | unsupported unit test on mysql |
commit | commitdiff | tree |
2006-06-16 |
Mike Bayer | more intelligent "removal" of list items when a list... |
commit | commitdiff | tree |
2006-06-16 |
Mike Bayer | removed historyarray test |
commit | commitdiff | tree |
2006-06-16 |
Mike Bayer | fixed bug where if a many-to-many table mapped as ... |
commit | commitdiff | tree |
2006-06-15 |
Mike Bayer | fixed 'port' attribute of URL to be an integer if prese... |
commit | commitdiff | tree |
2006-06-15 |
Mike Bayer | some adjustments |
commit | commitdiff | tree |
2006-06-15 |
Mike Bayer | merged attributes rewrite |
commit | commitdiff | tree |
2006-06-15 |
Mike Bayer | if an item attached to a parent is found to be already... |
commit | commitdiff | tree |
2006-06-14 |
Mike Bayer | fixed bug where Column with redefined "key" property... |
commit | commitdiff | tree |
2006-06-14 |
Mike Bayer | fixed nested rollbacks |
commit | commitdiff | tree |
2006-06-14 |
Mike Bayer | unit tests for dangling subquery, many-to-many clear... |
commit | commitdiff | tree |
2006-06-12 |
Mike Bayer | adjustment to better allow textual from clauses |
commit | commitdiff | tree |
2006-06-10 |
Mike Bayer | "parent track" function needed to be more specific... |
commit | commitdiff | tree |
2006-06-08 |
Mike Bayer | separated standalone between(), column.between(), put... |
commit | commitdiff | tree |
2006-06-08 |
Mike Bayer | fixed typing for between() operator, [ticket:202] |
commit | commitdiff | tree |
2006-06-08 |
Mike Bayer | fixed module scoping for class_mapper [ticket:201] |
commit | commitdiff | tree |
2006-06-08 |
Mike Bayer | late compilation of mappers. now you can create mapper... |
commit | commitdiff | tree |
2006-06-07 |
Mike Bayer | possible fix to cascade_mappers |
commit | commitdiff | tree |
2006-06-07 |
Mike Bayer | fixed [ticket:200] |
commit | commitdiff | tree |
2006-06-06 |
Jonathan LaCour | Further improved the process_relationships function... |
commit | commitdiff | tree |
2006-06-06 |
Mike Bayer | fixed bug where tables with schema name werent getting... |
commit | commitdiff | tree |
2006-06-06 |
sean | Copy __name__ and __doc__ from oldinit. |
commit | commitdiff | tree |
2006-06-06 |
Mike Bayer | fix to backref when its none for one-to-one |
commit | commitdiff | tree |
2006-06-06 |
Mike Bayer | added "NonExistentTable" exception throw to reflection... |
commit | commitdiff | tree |
2006-06-06 |
Mike Bayer | factored out "inheriting_tasks" member of UOWTask.... |
commit | commitdiff | tree |
2006-06-05 |
Mike Bayer | HashSet is gone, uses set() for most sets in py2.4... |
commit | commitdiff | tree |
2006-06-05 |
Mike Bayer | "foreignkey" property of PropertyLoader is a sets.Set... |
commit | commitdiff | tree |
2006-06-05 |
sean | fixed InvalidRequestException -> InvalidRequestError... |
commit | commitdiff | tree |
2006-06-05 |
Mike Bayer | tweaks rel_0_2_2 |
commit | commitdiff | tree |
2006-06-05 |
Mike Bayer | 0.2.2 prep, added "pickler" option to Pickle type |
commit | commitdiff | tree |
2006-06-05 |
Mike Bayer | force_close... |
commit | commitdiff | tree |
2006-06-05 |
Mike Bayer | more fixes to transaction nesting, interacts better... |
commit | commitdiff | tree |
2006-06-05 |
Mike Bayer | reorganized unit tests into subdirectories |
commit | commitdiff | tree |
2006-06-05 |
Mike Bayer | improvements/fixes to session cascade iteration, |
commit | commitdiff | tree |
2006-06-03 |
Mike Bayer | added new polymorph test, todos for session/cascade |
commit | commitdiff | tree |
2006-06-03 |
Mike Bayer | dbengine doc: no support for pg1 |
commit | commitdiff | tree |
2006-06-02 |
Mike Bayer | doc for oracle fix |
commit | commitdiff | tree |
2006-06-02 |
Mike Bayer | confirmed that makedsn works with host/port/sid |
commit | commitdiff | tree |
2006-06-02 |
Mike Bayer | restored global_connect() function, default table metadata |
commit | commitdiff | tree |
2006-06-02 |
Mike Bayer | adjustment to datetime |
commit | commitdiff | tree |
2006-06-02 |
Mike Bayer | pool doesnt consume random **kwargs |
commit | commitdiff | tree |
2006-06-02 |
Mike Bayer | cleanup |
commit | commitdiff | tree |
2006-06-02 |
Mike Bayer | - got rudimental "mapping to multiple tables" functiona... |
commit | commitdiff | tree |
2006-06-01 |
Mike Bayer | update |
commit | commitdiff | tree |
2006-06-01 |
Mike Bayer | fixed host connector again, now for [ticket:197] |
commit | commitdiff | tree |
2006-06-01 |
Mike Bayer | switched generator to list comprehension |
commit | commitdiff | tree |
2006-06-01 |
Mike Bayer | create_connect_args can create DSN from host/port,... |
commit | commitdiff | tree |
2006-06-01 |
Mike Bayer | fixes half of [ticket:192], query.load()/get() with... |
commit | commitdiff | tree |
2006-06-01 |
Mike Bayer | "count" label changed to "rowcount", and default "count... |
commit | commitdiff | tree |
2006-06-01 |
Mike Bayer | implemented query string support in db urls, gets sent... |
commit | commitdiff | tree |
2006-06-01 |
Mike Bayer | more test adjustments for firebird |
commit | commitdiff | tree |
2006-06-01 |
Mike Bayer | brad clement's 0.2 firebird support ! |
commit | commitdiff | tree |
2006-06-01 |
Mike Bayer | some comments...more to come |
commit | commitdiff | tree |
2006-05-31 |
Mike Bayer | inherited synchronization behavior fixed to descend... |
commit | commitdiff | tree |
2006-05-31 |
Mike Bayer | simplification/improvement to circular dependency sort... |
commit | commitdiff | tree |
2006-05-31 |
Mike Bayer | tweak to join test |
commit | commitdiff | tree |
2006-05-30 |
Mike Bayer | further tweaks to polymorphic loading...getting double... |
commit | commitdiff | tree |
2006-05-30 |
Mike Bayer | further refinement of the polymorphic UOWTask idea... |
commit | commitdiff | tree |
next |