summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/orm
Commit message (Expand)AuthorAgeFilesLines
* - implemented "version check" logic in Query/Mapper, usedMike Bayer2006-09-112-6/+10
* checks for invalid lockmode argumentMike Bayer2006-09-101-1/+4
* - changed "for_update" parameter to accept False/True/"nowait"Mike Bayer2006-09-101-9/+19
* fixup to printing of uowMike Bayer2006-09-072-142/+64
* - more rearrangements of unit-of-work commit scheme to better allowMike Bayer2006-09-072-46/+140
* - added basic 'zblog' test suiteMike Bayer2006-09-051-1/+1
* restored "optimistic" behavior of hasparent. its generally disastrous withou...Mike Bayer2006-09-051-1/+2
* cleanup/unit test fixesMike Bayer2006-09-031-4/+1
* - further changes to attributes with regards to "trackparent". the "commit" ...Mike Bayer2006-09-022-5/+17
* futher fix to the "orphan state" idea. to avoid setting tons ofMike Bayer2006-09-011-1/+2
* - fix to using query.count() with distinct, **kwargs with SelectResultsMike Bayer2006-08-271-3/+10
* the "check for orphans" step will cascade the delete operation to child objects.Mike Bayer2006-08-221-4/+10
* added a compile check to instances()Mike Bayer2006-08-181-0/+1
* - unit-of-work does a better check for "orphaned" objects that areMike Bayer2006-08-184-4/+27
* commit should be outside of the try/except; else when commit fails, rollback ...Mike Bayer2006-08-171-1/+1
* if a contextual session is established via MapperExtension.get_sessionMike Bayer2006-08-171-1/+4
* - eesh ! the tutorial doctest was broken for quite some time.Mike Bayer2006-08-151-8/+13
* modifcation to unitofwork to not maintain ordering within therel_0_2_7Mike Bayer2006-08-122-3/+10
* improved error message when a backref conflicts with a column-based propertyMike Bayer2006-08-121-0/+2
* fixed construction of order_by with distinct queryMike Bayer2006-08-121-1/+1
* [ticket:251]Mike Bayer2006-08-111-1/+1
* inheritance check uses issubclass() instead of direct __mro__ checkMike Bayer2006-08-111-1/+1
* fix to lazy loads when mapping to joinsMike Bayer2006-08-081-3/+5
* - better check for ambiguous join conditions in sql.Join; propigates to aMike Bayer2006-08-032-9/+15
* typo fix noticed by R MunnJonathan Ellis2006-07-311-1/+1
* custom primary/secondary join conditions in a relation *will* be propigatedMike Bayer2006-07-271-7/+14
* _selectable interface; allows sqlsoup to pass its classes to Join and have th...Jonathan Ellis2006-07-211-3/+5
* added allow_null_pks option to Mapper, allows rows where someMike Bayer2006-07-211-5/+17
* assignmapper was setting is_primary=True, causing all sorts of mayhemMike Bayer2006-07-201-1/+1
* fixed [ticket:245]rel_0_2_6Mike Bayer2006-07-203-5/+14
* reduced bind param size in query._get to appease the picky oracleMike Bayer2006-07-191-2/+2
* mapper compilation work ongoing, someday it'll work....movedMike Bayer2006-07-192-60/+93
* added "synonym()" function, applied to properties to have aMike Bayer2006-07-183-8/+24
* remove print statementMike Bayer2006-07-181-2/+0
* overhaul to MapperExtension so they arent chained via "next"; this breaks all...Mike Bayer2006-07-181-58/+57
* some cleanup on session/uow interaction, check for NoneMike Bayer2006-07-172-73/+52
* some cascade tweaksMike Bayer2006-07-144-5/+12
* deferred column load could screw up the connection status inMike Bayer2006-07-141-11/+11
* still having mappers not getting compiled...sigh...Mike Bayer2006-07-121-1/+1
* primary key identifier is a list now, not param list, [ticket:236]Mike Bayer2006-07-121-1/+1
* sqlite detects version and disables CAST if version < 3.2.3Mike Bayer2006-07-111-0/+3
* expunge wasnt de-associating the object with a sessionMike Bayer2006-07-101-0/+1
* fix to error message for object with mismatched sessionMike Bayer2006-07-101-1/+1
* took out that whole compilation dependency thing. just need to loop through ...Mike Bayer2006-07-083-95/+10
* made mapper compilation "check for remaining mappers" compile anything found,...Mike Bayer2006-07-072-13/+14
* ordering of UPDATE and DELETE statements within groups is nowMike Bayer2006-07-032-9/+39
* change exception messageMike Bayer2006-07-021-2/+2
* got MS-SQL support largely working, including reflection, basic types, fair a...Mike Bayer2006-07-011-1/+1
* fixes to attributes/related so that get_history with passive=True returns noMike Bayer2006-06-303-13/+15
* fixed endless loop bug in select_by(), if the traversal hitMike Bayer2006-06-281-0/+4