summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* - types.Binary is renamed to types.LargeBinary, it onlyMike Bayer2010-01-2321-160/+125
* - association_proxy now has basic comparator methods .any(),Mike Bayer2010-01-223-1/+194
* not applicable to zxjdbcPhilip Jenvey2010-01-221-0/+1
* arrange imports, cleanupPhilip Jenvey2010-01-221-12/+12
* send along the sqlsoup engine for encoding purposes.Mike Bayer2010-01-211-6/+7
* - ensure correct session usage + testsMike Bayer2010-01-212-6/+20
* use issubclass here, allows lazy loads from a subclass to hit a loader that w...Mike Bayer2010-01-211-1/+1
* add autoflush to the list of attributes exported on scoped_sessionMike Bayer2010-01-211-1/+1
* fixed the illegal_initial_chars collection + unit test, [ticket:1659]Mike Bayer2010-01-212-3/+10
* base supports_native_enum on 8.3 or greaterMike Bayer2010-01-211-2/+9
* - agnosticize checking for the two phase eventsMike Bayer2010-01-211-6/+6
* fix ResultProxy for SQLite truncated namesGaƫtan de Menten2010-01-201-1/+1
* - query.select_from() also accepts mapped classes, aliased()Mike Bayer2010-01-203-2/+44
* moved the metadata step of ResultProxy into a ResultMetaData object. this al...Mike Bayer2010-01-204-192/+167
* lessons learned unpickling from an 0.5 cacheMike Bayer2010-01-193-3/+65
* - mega example cleanupMike Bayer2010-01-1950-510/+1029
* some cleanupMike Bayer2010-01-181-20/+33
* sorry, this example is just ridiculousMike Bayer2010-01-182-91/+0
* modernized "adjacencytree" exampleMike Bayer2010-01-183-129/+139
* updated the large_collection example to modern SQLA.Mike Bayer2010-01-184-95/+100
* - added native INTERVAL type to the dialect. This supportsMike Bayer2010-01-1810-28/+167
* - raise error when unpickling non-mapped state, [ticket:1610]Mike Bayer2010-01-173-11/+33
* - add a unit test for r6089 / [ticket:1438]Mike Bayer2010-01-172-5/+35
* - implement dynamic type_affinity for Oracle.NUMBERMike Bayer2010-01-173-10/+15
* - remove the exclusion of cx_oracle.STRING from setinputsizes byMike Bayer2010-01-173-10/+33
* statement_options -> execution_optionsMike Bayer2010-01-178-85/+89
* - reorganized and re-documented Oracle schema tests to assumeMike Bayer2010-01-177-99/+178
* update test_schema/test_schema_2 docs, per [ticket:1644]Mike Bayer2010-01-171-38/+45
* doc updates partially from [ticket:1651]Mike Bayer2010-01-173-10/+89
* - added "statement_options()" to Query, to so options can beMike Bayer2010-01-1611-47/+267
* add a doc for query.delete()Mike Bayer2010-01-161-0/+11
* - ConnectionProxy now has wrapper methods for all transactionMike Bayer2010-01-164-2/+142
* - sqlsoup objects no longer have the 'query' attribute - it'sMike Bayer2010-01-163-5/+46
* reflect MSSQL cols that have descending markers [ticket:1629]Mike Bayer2010-01-161-1/+2
* restore common_parent logic in correspoinds_to, fixes [ticket:1657]Mike Bayer2010-01-152-2/+8
* local session caching exampleMike Bayer2010-01-132-0/+102
* add more examples, start basicMike Bayer2010-01-135-14/+80
* - replace the tip of the path info with the subclass mapper being used.Mike Bayer2010-01-132-1/+38
* NamedTuple is pickleable ! no really with all the protocols too !Mike Bayer2010-01-134-19/+43
* OK, you can't merge NamedTuples and such. Fine. New query method.Mike Bayer2010-01-122-1/+54
* yes you can even set_value(). I'm using it to prepopulate individual "by_id"...Mike Bayer2010-01-121-1/+6
* have paths represented as their actual mapper, not the base mapper, allowingMike Bayer2010-01-114-27/+58
* add option to hardcode a cache keyMike Bayer2010-01-111-4/+17
* compare class in the given path with our own class using issubclass, since pathsMike Bayer2010-01-111-1/+1
* memcached wants thisMike Bayer2010-01-111-0/+3
* ensure criterion is not NoneMike Bayer2010-01-111-1/+2
* - cut down on a few hundred method callsMike Bayer2010-01-1111-30/+68
* - merge() will not issue a needless merge of attributes if theMike Bayer2010-01-1017-236/+708
* happy new yearMike Bayer2010-01-0737-39/+39
* - Session.merge() is performance optimized, using half theMike Bayer2010-01-076-39/+190