| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | - starting to groom the branch for its inclusion | Mike Bayer | 2010-04-10 | 1 | -0/+84 |
| * | - converted all lazy=True|False|None to 'select'|'joined'|'noload' | Mike Bayer | 2010-03-24 | 3 | -5/+5 |
| * | - To accomodate the fact that there are now two kinds of eager | Mike Bayer | 2010-03-24 | 2 | -5/+5 |
| * | - The official name for the relation() function is now | Mike Bayer | 2010-03-17 | 7 | -16/+16 |
| * | timings should use getitem syntax and not the slow getattr one | Gaëtan de Menten | 2010-03-03 | 1 | -4/+4 |
| * | - Added an optional C extension to speed up the sql layer by | Gaëtan de Menten | 2010-02-13 | 2 | -0/+400 |
| * | - reduced a bit of overhead in attribute expiration, particularly | Mike Bayer | 2010-02-13 | 1 | -1/+36 |
| * | misc cleanups in tests (courtesy of Michael Bayer's revisiting of my | Gaëtan de Menten | 2010-02-13 | 2 | -3/+3 |
| * | - For those who might use debug logging on | Mike Bayer | 2010-02-13 | 1 | -2/+2 |
| * | merge 0.6 series to trunk. | Mike Bayer | 2009-08-06 | 12 | -53/+45 |
| * | - removed test.testing.ORMTest, test.fixtures, and all | Mike Bayer | 2009-06-02 | 1 | -4/+5 |
| * | Global propigate -> propagate change to correct spelling. Additionally found ... | Michael Trier | 2008-11-09 | 1 | -1/+1 |
| * | - In addition to expired attributes, deferred attributes | Mike Bayer | 2008-06-21 | 1 | -1/+2 |
| * | Columns now have default= and server_default=. PassiveDefault fades away. | Jason Kirtland | 2008-05-14 | 1 | -1/+1 |
| * | r4695 merged to trunk; trunk now becomes 0.5. | Mike Bayer | 2008-05-09 | 1 | -0/+1 |
| * | - updated the naming scheme of the base test classes in test/testlib/testing.py; | Mike Bayer | 2008-02-11 | 3 | -3/+3 |
| * | test for session close efficiency | Mike Bayer | 2008-02-08 | 1 | -0/+96 |
| * | - testbase is gone, replaced by testenv | Jason Kirtland | 2008-01-12 | 14 | -115/+109 |
| * | Added a profiled benchmark for orm attribute modification & flush | Jason Kirtland | 2007-11-03 | 1 | -0/+93 |
| * | change the in_ API to accept a sequence or a selectable [ticket:750] | Ants Aasma | 2007-10-16 | 1 | -2/+2 |
| * | - Expanded insert speed test to cover execute as well as executemany | Jason Kirtland | 2007-10-08 | 1 | -22/+72 |
| * | Tightened up time measurement. | Jason Kirtland | 2007-09-26 | 1 | -2/+8 |
| * | Added. | Jason Kirtland | 2007-09-22 | 1 | -0/+104 |
| * | merged current entity_management brach r3457-r3462. cleans up | Mike Bayer | 2007-09-05 | 1 | -1/+1 |
| * | added sqlite/sa "unprofiled" raw time tests | Mike Bayer | 2007-08-14 | 1 | -1/+28 |
| * | added full fetching of result columns, cut overall size to 50000 | Mike Bayer | 2007-08-14 | 1 | -2/+4 |
| * | a mass insert/ select benchmarking test, from | Mike Bayer | 2007-08-14 | 1 | -0/+31 |
| * | - fixed endless loop | Mike Bayer | 2007-08-14 | 1 | -1/+0 |
| * | merging 0.4 branch to trunk. see CHANGES for details. 0.3 moves to maintena... | Mike Bayer | 2007-07-27 | 11 | -110/+324 |
| * | - a new mutex that was added in 0.3.9 causes the pool_timeout | Mike Bayer | 2007-07-20 | 1 | -22/+23 |
| * | - Deprecated DynamicMetaData- use ThreadLocalMetaData or MetaData instead | Jason Kirtland | 2007-07-06 | 7 | -11/+12 |
| * | - added synchronization to the mapper() construction step, to avoid | Mike Bayer | 2007-06-20 | 1 | -33/+37 |
| * | remove unneeded division | Mike Bayer | 2007-05-26 | 1 | -2/+2 |
| * | added hotshot points into unit test, localizes profiling to just the query.se... | Mike Bayer | 2007-05-26 | 1 | -8/+14 |
| * | - mysql doesnt have + for concatenation, but pg doesnt have concat() (nor doe... | Mike Bayer | 2007-05-26 | 1 | -4/+6 |
| * | - added a mutex to the mapper compilation step. ive been reluctant to add an... | Mike Bayer | 2007-01-06 | 1 | -0/+70 |
| * | - fix to connection pool _close() to properly clean up, fixes | Mike Bayer | 2006-12-08 | 1 | -0/+53 |
| * | added mass eagerloading profile, debug log in EagerLoader conditional based o... | Mike Bayer | 2006-12-01 | 1 | -0/+54 |
| * | added conditional flag to debug log statements in mapper so that string forma... | Mike Bayer | 2006-12-01 | 1 | -10/+10 |
| * | - added extra check to "stop" cascading on save/update/save-update if | Mike Bayer | 2006-11-29 | 1 | -0/+90 |
| * | - added profiling to massave | Mike Bayer | 2006-10-01 | 1 | -5/+22 |
| * | mass saver for profiling mem usage.... | Mike Bayer | 2006-09-29 | 1 | -0/+39 |
| * | tweaks for mysql | Mike Bayer | 2006-09-29 | 1 | -2/+2 |
| * | adjustments to pool stemming from changes made for [ticket:224]. | Mike Bayer | 2006-08-04 | 1 | -0/+36 |
| * | inserting './lib/' into sys.path since PYTHONPATH no longer straightforward w... | Mike Bayer | 2006-06-29 | 3 | -1/+9 |
| * | merged attributes rewrite | Mike Bayer | 2006-06-15 | 1 | -9/+10 |
| * | if an item attached to a parent is found to be already in the session, then t... | Mike Bayer | 2006-06-15 | 1 | -0/+73 |
| * | reorganized unit tests into subdirectories | Mike Bayer | 2006-06-05 | 3 | -0/+142 |