summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy
Commit message (Expand)AuthorAgeFilesLines
* added a hook in for 'binary operator', so sqlite can exchangeMike Bayer2005-12-312-2/+9
* shuffling to allow standard 'types' module inMike Bayer2005-12-311-6/+12
* fix to ansisql when it tries to determine param-based select clause that itsMike Bayer2005-12-314-20/+30
* license switchMike Bayer2005-12-3117-221/+34
* datetime introspection adjustmentMike Bayer2005-12-311-16/+6
* some doc changesMike Bayer2005-12-311-30/+29
* changes related to mapping against arbitrary selects, selects with labels or ...Mike Bayer2005-12-304-33/+71
* reworking concept of column lists, "FromObject", "Selectable";Mike Bayer2005-12-304-89/+141
* catching up oracle to current, some tweaks to unittests to work better with o...Mike Bayer2005-12-301-7/+12
* moved _match_primaries from properties to sql.join, so its generalized to all...Mike Bayer2005-12-292-23/+26
* removed assignmapperMike Bayer2005-12-291-25/+1
* select_by/get_by get SQL clauses as wellMike Bayer2005-12-291-5/+13
* comments re: partial ordering, association dependenciesMike Bayer2005-12-242-8/+54
* association object dependency glitchesMike Bayer2005-12-242-6/+26
* arg fix in create_engineMike Bayer2005-12-241-2/+1
* the 'column' function is optional to point a property to a column when constr...Mike Bayer2005-12-241-4/+5
* docstringsMike Bayer2005-12-243-39/+288
* mapper, when updating, only SET's those columns that have changed.Mike Bayer2005-12-232-10/+30
* added defer and undefer mapper optionsMike Bayer2005-12-232-2/+27
* remove debugging/commentsMike Bayer2005-12-231-3/+0
* refactor/cleanup to mapper options methodology to allow for incoming defer/un...Mike Bayer2005-12-234-33/+94
* move execute parameter processing from sql.ClauseElement to engine.execute_co...Mike Bayer2005-12-233-107/+108
* deferred property, checks for NULL primary key components and returns NoneMike Bayer2005-12-221-1/+4
* added 'deferred' keyword, allowing deferred loading of a particular columnMike Bayer2005-12-214-9/+73
* added "late WHERE" compilation to SELECT, adds where criterion based on extra...Mike Bayer2005-12-212-2/+28
* fix to parameter thing in insertMike Bayer2005-12-203-3/+3
* added assign_mapperMike Bayer2005-12-201-1/+17
* more complete commit when object list is specifiedMike Bayer2005-12-201-19/+23
* in_ clause uses bind params, for typing etc.Mike Bayer2005-12-201-5/+11
* typemap needs lower case keys since result set metadata is not always case-se...Mike Bayer2005-12-191-2/+7
* need to do before_insert before populating the insert rowMike Bayer2005-12-171-1/+3
* fix to oracle function select, users table in test should be non-sequenceMike Bayer2005-12-171-2/+5
* refactoring of execution path, defaults, and treatment of different paramstylesMike Bayer2005-12-178-106/+200
* indent..Mike Bayer2005-12-161-1/+1
* docstrings, who knewMike Bayer2005-12-162-20/+104
* factored "sequence" execution in postgres in oracle to be generalized to the ...Mike Bayer2005-12-169-119/+181
* small tweak to HistoryList to properly report "delete" success, new unit test...Mike Bayer2005-12-151-1/+3
* rethinking sequences model to allow any default valuesMike Bayer2005-12-153-4/+50
* added select_by, get_by, magic methodsMike Bayer2005-12-142-0/+109
* echo can now be False, True or 'debug'. result sets are printed only if echo ...Mike Bayer2005-12-121-2/+2
* added 'order_by' property to mapper constructorMike Bayer2005-12-122-5/+18
* build in 'backref' property argumentMike Bayer2005-12-093-19/+84
* fixes to the previous checkin with distinct etcMike Bayer2005-12-083-49/+23
* some enhancemnets to unions, unions and selects need to be more commonly deri...Mike Bayer2005-12-083-13/+44
* slight change to order by for limited eager selectMike Bayer2005-12-071-0/+1
* limit and offset support for mappers, insanity with eager loadingMike Bayer2005-12-072-21/+34
* added rudimentary support for limit and offset (with the hack version in oracle)Mike Bayer2005-12-078-11/+95
* working the backref attributes thing. many-to-many unittest works now...Mike Bayer2005-12-065-44/+68
* first take at backreference handlersMike Bayer2005-12-062-8/+50
* fallback on importing pysqlite2Mike Bayer2005-12-061-1/+4