| Commit message (Expand) | Author | Age | Files | Lines |
| * | - types.Binary is renamed to types.LargeBinary, it only | Mike Bayer | 2010-01-23 | 21 | -160/+125 |
| * | - association_proxy now has basic comparator methods .any(), | Mike Bayer | 2010-01-22 | 3 | -1/+194 |
| * | not applicable to zxjdbc | Philip Jenvey | 2010-01-22 | 1 | -0/+1 |
| * | arrange imports, cleanup | Philip Jenvey | 2010-01-22 | 1 | -12/+12 |
| * | send along the sqlsoup engine for encoding purposes. | Mike Bayer | 2010-01-21 | 1 | -6/+7 |
| * | - ensure correct session usage + tests | Mike Bayer | 2010-01-21 | 2 | -6/+20 |
| * | use issubclass here, allows lazy loads from a subclass to hit a loader that w... | Mike Bayer | 2010-01-21 | 1 | -1/+1 |
| * | add autoflush to the list of attributes exported on scoped_session | Mike Bayer | 2010-01-21 | 1 | -1/+1 |
| * | fixed the illegal_initial_chars collection + unit test, [ticket:1659] | Mike Bayer | 2010-01-21 | 2 | -3/+10 |
| * | base supports_native_enum on 8.3 or greater | Mike Bayer | 2010-01-21 | 1 | -2/+9 |
| * | - agnosticize checking for the two phase events | Mike Bayer | 2010-01-21 | 1 | -6/+6 |
| * | fix ResultProxy for SQLite truncated names | Gaƫtan de Menten | 2010-01-20 | 1 | -1/+1 |
| * | - query.select_from() also accepts mapped classes, aliased() | Mike Bayer | 2010-01-20 | 3 | -2/+44 |
| * | moved the metadata step of ResultProxy into a ResultMetaData object. this al... | Mike Bayer | 2010-01-20 | 4 | -192/+167 |
| * | lessons learned unpickling from an 0.5 cache | Mike Bayer | 2010-01-19 | 3 | -3/+65 |
| * | - mega example cleanup | Mike Bayer | 2010-01-19 | 50 | -510/+1029 |
| * | some cleanup | Mike Bayer | 2010-01-18 | 1 | -20/+33 |
| * | sorry, this example is just ridiculous | Mike Bayer | 2010-01-18 | 2 | -91/+0 |
| * | modernized "adjacencytree" example | Mike Bayer | 2010-01-18 | 3 | -129/+139 |
| * | updated the large_collection example to modern SQLA. | Mike Bayer | 2010-01-18 | 4 | -95/+100 |
| * | - added native INTERVAL type to the dialect. This supports | Mike Bayer | 2010-01-18 | 10 | -28/+167 |
| * | - raise error when unpickling non-mapped state, [ticket:1610] | Mike Bayer | 2010-01-17 | 3 | -11/+33 |
| * | - add a unit test for r6089 / [ticket:1438] | Mike Bayer | 2010-01-17 | 2 | -5/+35 |
| * | - implement dynamic type_affinity for Oracle.NUMBER | Mike Bayer | 2010-01-17 | 3 | -10/+15 |
| * | - remove the exclusion of cx_oracle.STRING from setinputsizes by | Mike Bayer | 2010-01-17 | 3 | -10/+33 |
| * | statement_options -> execution_options | Mike Bayer | 2010-01-17 | 8 | -85/+89 |
| * | - reorganized and re-documented Oracle schema tests to assume | Mike Bayer | 2010-01-17 | 7 | -99/+178 |
| * | update test_schema/test_schema_2 docs, per [ticket:1644] | Mike Bayer | 2010-01-17 | 1 | -38/+45 |
| * | doc updates partially from [ticket:1651] | Mike Bayer | 2010-01-17 | 3 | -10/+89 |
| * | - added "statement_options()" to Query, to so options can be | Mike Bayer | 2010-01-16 | 11 | -47/+267 |
| * | add a doc for query.delete() | Mike Bayer | 2010-01-16 | 1 | -0/+11 |
| * | - ConnectionProxy now has wrapper methods for all transaction | Mike Bayer | 2010-01-16 | 4 | -2/+142 |
| * | - sqlsoup objects no longer have the 'query' attribute - it's | Mike Bayer | 2010-01-16 | 3 | -5/+46 |
| * | reflect MSSQL cols that have descending markers [ticket:1629] | Mike Bayer | 2010-01-16 | 1 | -1/+2 |
| * | restore common_parent logic in correspoinds_to, fixes [ticket:1657] | Mike Bayer | 2010-01-15 | 2 | -2/+8 |
| * | local session caching example | Mike Bayer | 2010-01-13 | 2 | -0/+102 |
| * | add more examples, start basic | Mike Bayer | 2010-01-13 | 5 | -14/+80 |
| * | - replace the tip of the path info with the subclass mapper being used. | Mike Bayer | 2010-01-13 | 2 | -1/+38 |
| * | NamedTuple is pickleable ! no really with all the protocols too ! | Mike Bayer | 2010-01-13 | 4 | -19/+43 |
| * | OK, you can't merge NamedTuples and such. Fine. New query method. | Mike Bayer | 2010-01-12 | 2 | -1/+54 |
| * | yes you can even set_value(). I'm using it to prepopulate individual "by_id"... | Mike Bayer | 2010-01-12 | 1 | -1/+6 |
| * | have paths represented as their actual mapper, not the base mapper, allowing | Mike Bayer | 2010-01-11 | 4 | -27/+58 |
| * | add option to hardcode a cache key | Mike Bayer | 2010-01-11 | 1 | -4/+17 |
| * | compare class in the given path with our own class using issubclass, since paths | Mike Bayer | 2010-01-11 | 1 | -1/+1 |
| * | memcached wants this | Mike Bayer | 2010-01-11 | 1 | -0/+3 |
| * | ensure criterion is not None | Mike Bayer | 2010-01-11 | 1 | -1/+2 |
| * | - cut down on a few hundred method calls | Mike Bayer | 2010-01-11 | 11 | -30/+68 |
| * | - merge() will not issue a needless merge of attributes if the | Mike Bayer | 2010-01-10 | 17 | -236/+708 |
| * | happy new year | Mike Bayer | 2010-01-07 | 37 | -39/+39 |
| * | - Session.merge() is performance optimized, using half the | Mike Bayer | 2010-01-07 | 6 | -39/+190 |