summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/engine/default.py
Commit message (Expand)AuthorAgeFilesLines
...
* - postgres no longer uses client-side cursors, uses more efficient server sideMike Bayer2007-01-101-0/+2
* copyright updateMike Bayer2007-01-051-1/+1
* - made kwargs parsing to Table strict; removed various obsoluete "redefine=Tr...Mike Bayer2006-11-261-3/+24
* - create_engine() reworked to be strict about incoming **kwargs. all keywordMike Bayer2006-11-121-25/+2
* converted imports to absoluteMike Bayer2006-10-261-4/+4
* - added auto_setinputsizes=False to oracle dialect. if true, all executions ...Mike Bayer2006-10-031-2/+2
* - removed "extension()" MapperOptionMike Bayer2006-10-031-0/+23
* moved "c.name" to "c.key" for processing defaults since bind params use colum...Mike Bayer2006-09-121-6/+6
* - cleanup on connection methods + documentation. custom DBAPIMike Bayer2006-08-251-1/+4
* [ticket:280] statement execution supports using the same BindParamMike Bayer2006-08-181-2/+2
* moved rollback catch to mysql module...Mike Bayer2006-08-101-4/+1
* fix mysql borkageJonathan Ellis2006-08-101-1/+4
* DB connection errors wrapped in DBAPIErrorsMike Bayer2006-07-131-1/+6
* removed debug lineMike Bayer2006-07-071-1/+1
* got MS-SQL support largely working, including reflection, basic types, fair a...Mike Bayer2006-07-011-0/+1
* fixed InvalidRequestException -> InvalidRequestError typosean2006-06-051-1/+1
* merged 0.2 branch into trunk; 0.1 now in sqlalchemy/branches/rel_0_1Mike Bayer2006-05-251-0/+213