| Commit message (Expand) | Author | Age | Files | Lines |
| * | - implemented "version check" logic in Query/Mapper, used | Mike Bayer | 2006-09-11 | 2 | -6/+10 |
| * | checks for invalid lockmode argument | Mike Bayer | 2006-09-10 | 1 | -1/+4 |
| * | - changed "for_update" parameter to accept False/True/"nowait" | Mike Bayer | 2006-09-10 | 1 | -9/+19 |
| * | fixup to printing of uow | Mike Bayer | 2006-09-07 | 2 | -142/+64 |
| * | - more rearrangements of unit-of-work commit scheme to better allow | Mike Bayer | 2006-09-07 | 2 | -46/+140 |
| * | - added basic 'zblog' test suite | Mike Bayer | 2006-09-05 | 1 | -1/+1 |
| * | restored "optimistic" behavior of hasparent. its generally disastrous withou... | Mike Bayer | 2006-09-05 | 1 | -1/+2 |
| * | cleanup/unit test fixes | Mike Bayer | 2006-09-03 | 1 | -4/+1 |
| * | - further changes to attributes with regards to "trackparent". the "commit" ... | Mike Bayer | 2006-09-02 | 2 | -5/+17 |
| * | futher fix to the "orphan state" idea. to avoid setting tons of | Mike Bayer | 2006-09-01 | 1 | -1/+2 |
| * | - fix to using query.count() with distinct, **kwargs with SelectResults | Mike Bayer | 2006-08-27 | 1 | -3/+10 |
| * | the "check for orphans" step will cascade the delete operation to child objects. | Mike Bayer | 2006-08-22 | 1 | -4/+10 |
| * | added a compile check to instances() | Mike Bayer | 2006-08-18 | 1 | -0/+1 |
| * | - unit-of-work does a better check for "orphaned" objects that are | Mike Bayer | 2006-08-18 | 4 | -4/+27 |
| * | commit should be outside of the try/except; else when commit fails, rollback ... | Mike Bayer | 2006-08-17 | 1 | -1/+1 |
| * | if a contextual session is established via MapperExtension.get_session | Mike Bayer | 2006-08-17 | 1 | -1/+4 |
| * | - eesh ! the tutorial doctest was broken for quite some time. | Mike Bayer | 2006-08-15 | 1 | -8/+13 |
| * | modifcation to unitofwork to not maintain ordering within therel_0_2_7 | Mike Bayer | 2006-08-12 | 2 | -3/+10 |
| * | improved error message when a backref conflicts with a column-based property | Mike Bayer | 2006-08-12 | 1 | -0/+2 |
| * | fixed construction of order_by with distinct query | Mike Bayer | 2006-08-12 | 1 | -1/+1 |
| * | [ticket:251] | Mike Bayer | 2006-08-11 | 1 | -1/+1 |
| * | inheritance check uses issubclass() instead of direct __mro__ check | Mike Bayer | 2006-08-11 | 1 | -1/+1 |
| * | fix to lazy loads when mapping to joins | Mike Bayer | 2006-08-08 | 1 | -3/+5 |
| * | - better check for ambiguous join conditions in sql.Join; propigates to a | Mike Bayer | 2006-08-03 | 2 | -9/+15 |
| * | typo fix noticed by R Munn | Jonathan Ellis | 2006-07-31 | 1 | -1/+1 |
| * | custom primary/secondary join conditions in a relation *will* be propigated | Mike Bayer | 2006-07-27 | 1 | -7/+14 |
| * | _selectable interface; allows sqlsoup to pass its classes to Join and have th... | Jonathan Ellis | 2006-07-21 | 1 | -3/+5 |
| * | added allow_null_pks option to Mapper, allows rows where some | Mike Bayer | 2006-07-21 | 1 | -5/+17 |
| * | assignmapper was setting is_primary=True, causing all sorts of mayhem | Mike Bayer | 2006-07-20 | 1 | -1/+1 |
| * | fixed [ticket:245]rel_0_2_6 | Mike Bayer | 2006-07-20 | 3 | -5/+14 |
| * | reduced bind param size in query._get to appease the picky oracle | Mike Bayer | 2006-07-19 | 1 | -2/+2 |
| * | mapper compilation work ongoing, someday it'll work....moved | Mike Bayer | 2006-07-19 | 2 | -60/+93 |
| * | added "synonym()" function, applied to properties to have a | Mike Bayer | 2006-07-18 | 3 | -8/+24 |
| * | remove print statement | Mike Bayer | 2006-07-18 | 1 | -2/+0 |
| * | overhaul to MapperExtension so they arent chained via "next"; this breaks all... | Mike Bayer | 2006-07-18 | 1 | -58/+57 |
| * | some cleanup on session/uow interaction, check for None | Mike Bayer | 2006-07-17 | 2 | -73/+52 |
| * | some cascade tweaks | Mike Bayer | 2006-07-14 | 4 | -5/+12 |
| * | deferred column load could screw up the connection status in | Mike Bayer | 2006-07-14 | 1 | -11/+11 |
| * | still having mappers not getting compiled...sigh... | Mike Bayer | 2006-07-12 | 1 | -1/+1 |
| * | primary key identifier is a list now, not param list, [ticket:236] | Mike Bayer | 2006-07-12 | 1 | -1/+1 |
| * | sqlite detects version and disables CAST if version < 3.2.3 | Mike Bayer | 2006-07-11 | 1 | -0/+3 |
| * | expunge wasnt de-associating the object with a session | Mike Bayer | 2006-07-10 | 1 | -0/+1 |
| * | fix to error message for object with mismatched session | Mike Bayer | 2006-07-10 | 1 | -1/+1 |
| * | took out that whole compilation dependency thing. just need to loop through ... | Mike Bayer | 2006-07-08 | 3 | -95/+10 |
| * | made mapper compilation "check for remaining mappers" compile anything found,... | Mike Bayer | 2006-07-07 | 2 | -13/+14 |
| * | ordering of UPDATE and DELETE statements within groups is now | Mike Bayer | 2006-07-03 | 2 | -9/+39 |
| * | 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 | 1 | -1/+1 |
| * | fixes to attributes/related so that get_history with passive=True returns no | Mike Bayer | 2006-06-30 | 3 | -13/+15 |
| * | fixed endless loop bug in select_by(), if the traversal hit | Mike Bayer | 2006-06-28 | 1 | -0/+4 |