| Commit message (Expand) | Author | Age | Files | Lines |
| * | added workaround for funny pragma behavior on windows pysqlite | Mike Bayer | 2006-07-09 | 3 | -8/+22 |
| * | small fix to relation compilation | Mike Bayer | 2006-07-09 | 1 | -1/+0 |
| * | 0.2.5rel_0_2_5 | Mike Bayer | 2006-07-08 | 2 | -2/+2 |
| * | took out that whole compilation dependency thing. just need to loop through ... | Mike Bayer | 2006-07-08 | 4 | -96/+11 |
| * | made mapper compilation "check for remaining mappers" compile anything found,... | Mike Bayer | 2006-07-07 | 3 | -13/+15 |
| * | removed debug line | Mike Bayer | 2006-07-07 | 1 | -1/+1 |
| * | ordering of UPDATE and DELETE statements within groups is now | Mike Bayer | 2006-07-03 | 5 | -13/+47 |
| * | fixed hyperlink to adv datamapping | Mike Bayer | 2006-07-02 | 1 | -1/+1 |
| * | change exception message | Mike Bayer | 2006-07-02 | 1 | -2/+2 |
| * | got MS-SQL support largely working, including reflection, basic types, fair a... | Mike Bayer | 2006-07-01 | 8 | -27/+59 |
| * | some adjustments to activemapper's objectstore to be composed against Session... | Mike Bayer | 2006-07-01 | 3 | -9/+12 |
| * | fixes to attributes/related so that get_history with passive=True returns no | Mike Bayer | 2006-06-30 | 6 | -25/+114 |
| * | Put back in the foreign-key checking code in process_relationships for | Jonathan LaCour | 2006-06-30 | 1 | -6/+0 |
| * | There were two significant changes in this commit: | Jonathan LaCour | 2006-06-29 | 2 | -8/+23 |
| * | added a note about sqlite uris | Mike Bayer | 2006-06-29 | 1 | -1/+10 |
| * | removed toengine() calls | Mike Bayer | 2006-06-29 | 1 | -7/+5 |
| * | inserting './lib/' into sys.path since PYTHONPATH no longer straightforward w... | Mike Bayer | 2006-06-29 | 21 | -31/+37 |
| * | fixed endless loop bug in select_by(), if the traversal hit | Mike Bayer | 2006-06-28 | 3 | -0/+17 |
| * | firebird patch with support for type_conv | Mike Bayer | 2006-06-28 | 1 | -8/+16 |
| * | Updated ActiveMapper to support order_by parameters on all relationships. | Jonathan LaCour | 2006-06-28 | 2 | -21/+20 |
| * | fixes to pool_invalidate [ticket:224]rel_0_2_4 | Mike Bayer | 2006-06-27 | 2 | -7/+10 |
| * | new MySQL types: MSEnum, MSTinyText, MSMediumText, MSLongText, etc. | Mike Bayer | 2006-06-27 | 2 | -20/+138 |
| * | lazy load bind params properly propigate column type [ticket:225] | Mike Bayer | 2006-06-27 | 3 | -10/+36 |
| * | cursor() method on ConnectionFairy allows db-specific extension | Mike Bayer | 2006-06-26 | 2 | -2/+4 |
| * | PG didnt like 'user' for a table name | Mike Bayer | 2006-06-26 | 2 | -3/+5 |
| * | dont put SERIAL on a column if it has a ForeignKey | Mike Bayer | 2006-06-26 | 1 | -1/+1 |
| * | fixed attribute manager's ability to traverse the full set of managed attribu... | Mike Bayer | 2006-06-26 | 3 | -4/+61 |
| * | 0.2.4... | Mike Bayer | 2006-06-26 | 2 | -2/+2 |
| * | migrated Queue.Queue to its own module here, to assure RLock compatibility | Mike Bayer | 2006-06-26 | 3 | -13/+191 |
| * | fix to the column properties to better compile the underlying mapper before a... | Mike Bayer | 2006-06-26 | 1 | -2/+3 |
| * | some doc edits | Mike Bayer | 2006-06-26 | 2 | -3/+16 |
| * | fix to timeout | Mike Bayer | 2006-06-26 | 1 | -1/+1 |
| * | attempting to fix reentrant condition that can happen with Queue.Queue | Mike Bayer | 2006-06-26 | 2 | -0/+12 |
| * | when QueuePool times out it raises a TimeoutError instead of | Mike Bayer | 2006-06-26 | 4 | -4/+15 |
| * | fixed bug when specifying explicit module to mysql dialect | Mike Bayer | 2006-06-23 | 2 | -0/+3 |
| * | added *extra to mysql string type to consume extra unsupported arguments from... | Mike Bayer | 2006-06-22 | 1 | -0/+2 |
| * | fixes to inheritance firing off dependency processors correctly + unittest | Mike Bayer | 2006-06-22 | 5 | -9/+72 |
| * | identified another TLTransaction scenario, and adjusted TLConnection/TLSessio... | Mike Bayer | 2006-06-22 | 2 | -6/+28 |
| * | TLConnection insures that it is used to create a transaction via the session ... | Mike Bayer | 2006-06-22 | 3 | -4/+40 |
| * | still fixing compilation.....dum de dum..... | Mike Bayer | 2006-06-22 | 3 | -7/+6 |
| * | removed non py2.3ish parenthesis | Mike Bayer | 2006-06-22 | 1 | -3/+3 |
| * | more compilation fixes | Mike Bayer | 2006-06-22 | 3 | -10/+50 |
| * | Replaced tab spacing with plain spaces. | sean | 2006-06-21 | 1 | -3/+3 |
| * | Changed mapper.get_session to compile mapper and thereby create the | sean | 2006-06-21 | 1 | -1/+2 |
| * | some cleanup to the new compilation changes | Mike Bayer | 2006-06-20 | 4 | -23/+40 |
| * | possible fix to deferred compilation, adds an extra kick in case everything w... | Mike Bayer | 2006-06-20 | 1 | -12/+40 |
| * | single space for MySQL appeasement | Mike Bayer | 2006-06-19 | 2 | -1/+7 |
| * | more development on using eager loads/limit/offset/join_via/order_by at the s... | Mike Bayer | 2006-06-19 | 4 | -40/+68 |
| * | when Query does the "nested select" thing, it copies the ORDER BY to be place... | Mike Bayer | 2006-06-19 | 3 | -0/+20 |
| * | added check for conflicting backrefs + unit test | Mike Bayer | 2006-06-19 | 5 | -2/+135 |