summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* added workaround for funny pragma behavior on windows pysqliteMike Bayer2006-07-093-8/+22
* small fix to relation compilationMike Bayer2006-07-091-1/+0
* 0.2.5rel_0_2_5Mike Bayer2006-07-082-2/+2
* took out that whole compilation dependency thing. just need to loop through ...Mike Bayer2006-07-084-96/+11
* made mapper compilation "check for remaining mappers" compile anything found,...Mike Bayer2006-07-073-13/+15
* removed debug lineMike Bayer2006-07-071-1/+1
* ordering of UPDATE and DELETE statements within groups is nowMike Bayer2006-07-035-13/+47
* fixed hyperlink to adv datamappingMike Bayer2006-07-021-1/+1
* change exception messageMike Bayer2006-07-021-2/+2
* got MS-SQL support largely working, including reflection, basic types, fair a...Mike Bayer2006-07-018-27/+59
* some adjustments to activemapper's objectstore to be composed against Session...Mike Bayer2006-07-013-9/+12
* fixes to attributes/related so that get_history with passive=True returns noMike Bayer2006-06-306-25/+114
* Put back in the foreign-key checking code in process_relationships forJonathan LaCour2006-06-301-6/+0
* There were two significant changes in this commit:Jonathan LaCour2006-06-292-8/+23
* added a note about sqlite urisMike Bayer2006-06-291-1/+10
* removed toengine() callsMike Bayer2006-06-291-7/+5
* inserting './lib/' into sys.path since PYTHONPATH no longer straightforward w...Mike Bayer2006-06-2921-31/+37
* fixed endless loop bug in select_by(), if the traversal hitMike Bayer2006-06-283-0/+17
* firebird patch with support for type_convMike Bayer2006-06-281-8/+16
* Updated ActiveMapper to support order_by parameters on all relationships.Jonathan LaCour2006-06-282-21/+20
* fixes to pool_invalidate [ticket:224]rel_0_2_4Mike Bayer2006-06-272-7/+10
* new MySQL types: MSEnum, MSTinyText, MSMediumText, MSLongText, etc.Mike Bayer2006-06-272-20/+138
* lazy load bind params properly propigate column type [ticket:225]Mike Bayer2006-06-273-10/+36
* cursor() method on ConnectionFairy allows db-specific extensionMike Bayer2006-06-262-2/+4
* PG didnt like 'user' for a table nameMike Bayer2006-06-262-3/+5
* dont put SERIAL on a column if it has a ForeignKeyMike Bayer2006-06-261-1/+1
* fixed attribute manager's ability to traverse the full set of managed attribu...Mike Bayer2006-06-263-4/+61
* 0.2.4...Mike Bayer2006-06-262-2/+2
* migrated Queue.Queue to its own module here, to assure RLock compatibilityMike Bayer2006-06-263-13/+191
* fix to the column properties to better compile the underlying mapper before a...Mike Bayer2006-06-261-2/+3
* some doc editsMike Bayer2006-06-262-3/+16
* fix to timeoutMike Bayer2006-06-261-1/+1
* attempting to fix reentrant condition that can happen with Queue.QueueMike Bayer2006-06-262-0/+12
* when QueuePool times out it raises a TimeoutError instead ofMike Bayer2006-06-264-4/+15
* fixed bug when specifying explicit module to mysql dialectMike Bayer2006-06-232-0/+3
* added *extra to mysql string type to consume extra unsupported arguments from...Mike Bayer2006-06-221-0/+2
* fixes to inheritance firing off dependency processors correctly + unittestMike Bayer2006-06-225-9/+72
* identified another TLTransaction scenario, and adjusted TLConnection/TLSessio...Mike Bayer2006-06-222-6/+28
* TLConnection insures that it is used to create a transaction via the session ...Mike Bayer2006-06-223-4/+40
* still fixing compilation.....dum de dum.....Mike Bayer2006-06-223-7/+6
* removed non py2.3ish parenthesisMike Bayer2006-06-221-3/+3
* more compilation fixesMike Bayer2006-06-223-10/+50
* Replaced tab spacing with plain spaces.sean2006-06-211-3/+3
* Changed mapper.get_session to compile mapper and thereby create thesean2006-06-211-1/+2
* some cleanup to the new compilation changesMike Bayer2006-06-204-23/+40
* possible fix to deferred compilation, adds an extra kick in case everything w...Mike Bayer2006-06-201-12/+40
* single space for MySQL appeasementMike Bayer2006-06-192-1/+7
* more development on using eager loads/limit/offset/join_via/order_by at the s...Mike Bayer2006-06-194-40/+68
* when Query does the "nested select" thing, it copies the ORDER BY to be place...Mike Bayer2006-06-193-0/+20
* added check for conflicting backrefs + unit testMike Bayer2006-06-195-2/+135