summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/mapper.py
Commit message (Collapse)AuthorAgeFilesLines
* rearranging mapper/objectstore into a subdirectory, breaking up files since ↵Mike Bayer2005-12-031-1388/+0
| | | | they are huge
* added a third "mapper" to a many-to-many relationship that becomes the ↵Mike Bayer2005-12-031-32/+55
| | | | | | | | dependency in the "middle", thus allowing circular many-to-many relationships added testcase to the 'double' test suite (whose name will change...) small fix to table.get_col_by_original added **kwargs to EagerLazyOption so other property options can be sent through
* added functionality to map columns to their aliased versions.Mike Bayer2005-12-021-20/+53
| | | | | added support for specifying an alias in a relation. added a new relation flag 'selectalias' which causes eagerloader to use a local alias name for its target table, translating columns back to the original non-aliased name as result rows come in.
* migrated __ALL__ to __all__, oops, and reworked moduleMike Bayer2005-11-301-2/+4
| | | | import scheme
* rowcount doesnt work on MySQL, so disabled concurrency check with mysqlMike Bayer2005-11-271-2/+2
|
* got round trip for multiple priamry keys to work with table ↵Mike Bayer2005-11-261-1/+1
| | | | | | create/reflection (postgres, sqlite) small fix to ORM get with multiple primary keys
* (no commit message)Mike Bayer2005-11-181-33/+66
|
* (no commit message)Mike Bayer2005-11-181-18/+67
|
* (no commit message)Mike Bayer2005-11-171-4/+13
|
* (no commit message)Mike Bayer2005-11-171-22/+31
|
* workin out the lazy/eager thingMike Bayer2005-11-171-42/+16
|
* needing to organize very clearly when attribute behavior is determined at ↵Mike Bayer2005-11-161-13/+21
| | | | | | the class level vs. the object instance level
* (no commit message)Mike Bayer2005-11-151-4/+4
|
* enhancements to lazyloader. now you can pickle objects with lazyload.Mike Bayer2005-11-151-5/+8
|
* (no commit message)Mike Bayer2005-11-151-4/+4
|
* added "live" option to lazyloader, makes it load from DB on every hitMike Bayer2005-11-151-6/+22
|
* (no commit message)Mike Bayer2005-11-151-16/+8
|
* lazyloader re-attaches lazy load upon new object createMike Bayer2005-11-151-5/+9
|
* tweak to lazy loading a right-directionMike Bayer2005-11-151-8/+15
|
* added thingy to allow adding properties after mapper is contstructedMike Bayer2005-11-141-0/+12
|
* (no commit message)Mike Bayer2005-11-141-18/+7
|
* working on lazyloading even before object is savedMike Bayer2005-11-141-21/+60
|
* added 'selectone' methodMike Bayer2005-11-131-1/+9
|
* docstring maintenanceMike Bayer2005-11-101-21/+22
|
* (no commit message)Mike Bayer2005-11-041-1/+1
|
* (no commit message)Mike Bayer2005-11-031-1/+1
|
* dependency sort....bleahMike Bayer2005-10-311-1/+1
|
* (no commit message)Mike Bayer2005-10-301-1/+1
|
* (no commit message)Mike Bayer2005-10-301-1/+7
|
* (no commit message)Mike Bayer2005-10-291-3/+13
|
* (no commit message)Mike Bayer2005-10-231-13/+17
|
* (no commit message)Mike Bayer2005-10-231-5/+6
|
* (no commit message)Mike Bayer2005-10-231-3/+4
|
* (no commit message)Mike Bayer2005-10-231-1/+1
|
* oid oid oid orderby lalaMike Bayer2005-10-221-0/+3
|
* oids rows insert sort orders galoreMike Bayer2005-10-221-10/+26
|
* (no commit message)Mike Bayer2005-10-221-4/+4
|
* (no commit message)Mike Bayer2005-10-221-7/+4
|
* postgres kickin my ass w00pMike Bayer2005-10-211-4/+16
|
* (no commit message)Mike Bayer2005-10-201-5/+17
|
* (no commit message)Mike Bayer2005-10-181-1/+1
|
* (no commit message)Mike Bayer2005-10-171-7/+2
|
* (no commit message)Mike Bayer2005-10-171-7/+5
|
* (no commit message)Mike Bayer2005-10-161-143/+127
|
* (no commit message)Mike Bayer2005-10-161-13/+77
|
* (no commit message)Mike Bayer2005-10-161-6/+8
|
* (no commit message)Mike Bayer2005-10-151-4/+5
|
* (no commit message)Mike Bayer2005-10-151-1/+1
|
* w00pMike Bayer2005-10-151-16/+6
|
* (no commit message)Mike Bayer2005-10-151-20/+29
|