summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/util.py
Commit message (Expand)AuthorAgeFilesLines
* added __repr__ to HashSetMike Bayer2006-01-261-0/+2
* implemented better hash_key on select allowing proper comparisons, implementedMike Bayer2006-01-191-1/+42
* added some __repr__ functionalityMike Bayer2006-01-081-1/+5
* remove method on HashSetMike Bayer2006-01-081-0/+2
* copyright->2005,2006Mike Bayer2006-01-031-1/+1
* license switchMike Bayer2005-12-311-13/+2
* docstrings, who knewMike Bayer2005-12-161-2/+17
* small tweak to HistoryList to properly report "delete" success, new unit test...Mike Bayer2005-12-151-1/+3
* build in 'backref' property argumentMike Bayer2005-12-091-1/+37
* added rudimentary support for limit and offset (with the hack version in oracle)Mike Bayer2005-12-071-0/+2
* working the backref attributes thing. many-to-many unittest works now...Mike Bayer2005-12-061-0/+4
* first take at backreference handlersMike Bayer2005-12-061-6/+6
* added order_by to EagerLoader, LazyLoaderMike Bayer2005-12-041-0/+6
* rearranging mapper/objectstore into a subdirectory, breaking up files since t...Mike Bayer2005-12-031-3/+0
* added a third "mapper" to a many-to-many relationship that becomes the depend...Mike Bayer2005-12-031-1/+4
* added functionality to map columns to their aliased versions.Mike Bayer2005-12-021-0/+4
* migrated __ALL__ to __all__, oops, and reworked moduleMike Bayer2005-11-301-1/+1
* brand new topological sort library. woop.Mike Bayer2005-11-171-113/+3
* added "live" option to lazyloader, makes it load from DB on every hitMike Bayer2005-11-151-1/+6
* new attributes weren't propigating all arguments to the "create attribute his...Mike Bayer2005-11-151-1/+1
* docstring maintenanceMike Bayer2005-11-101-7/+12
* (no commit message)Mike Bayer2005-10-311-3/+4
* dependency sort....bleahMike Bayer2005-10-311-30/+39
* (no commit message)Mike Bayer2005-10-301-6/+25
* (no commit message)Mike Bayer2005-10-301-7/+0
* (no commit message)Mike Bayer2005-10-301-1/+9
* (no commit message)Mike Bayer2005-10-231-2/+2
* (no commit message)Mike Bayer2005-10-231-48/+28
* (no commit message)Mike Bayer2005-10-231-2/+2
* oids rows insert sort orders galoreMike Bayer2005-10-221-5/+3
* full mapper test suite works with postgresMike Bayer2005-10-221-6/+10
* (no commit message)Mike Bayer2005-10-181-1/+1
* (no commit message)Mike Bayer2005-10-141-5/+9
* (no commit message)Mike Bayer2005-10-031-0/+1
* (no commit message)Mike Bayer2005-10-021-0/+93
* (no commit message)Mike Bayer2005-10-021-9/+2
* (no commit message)Mike Bayer2005-10-011-1/+4
* (no commit message)Mike Bayer2005-09-201-0/+12
* (no commit message)Mike Bayer2005-09-201-2/+5
* cascading deletes !Mike Bayer2005-09-201-1/+3
* (no commit message)Mike Bayer2005-09-171-1/+10
* (no commit message)Mike Bayer2005-09-171-1/+1
* (no commit message)Mike Bayer2005-09-171-42/+0
* (no commit message)Mike Bayer2005-09-171-5/+6
* (no commit message)Mike Bayer2005-09-171-3/+20
* working thru test casesMike Bayer2005-09-171-1/+1
* (no commit message)Mike Bayer2005-09-161-2/+5
* (no commit message)Mike Bayer2005-09-161-3/+16
* foreign key relatinoships are defined primarily at the schema levelMike Bayer2005-09-151-0/+3
* (no commit message)Mike Bayer2005-09-071-0/+2