summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/exceptions.py
Commit message (Expand)AuthorAgeFilesLines
* copyright updateMike Bayer2007-01-051-1/+1
* - merged loader_strategies branch into trunk.Mike Bayer2006-10-031-1/+5
* ConcurrentModificationExecptionMike Bayer2006-09-111-1/+5
* DB connection errors wrapped in DBAPIErrorsMike Bayer2006-07-131-1/+3
* when QueuePool times out it raises a TimeoutError instead ofMike Bayer2006-06-261-0/+4
* added "NonExistentTable" exception throw to reflection, courtesy lbruno@repub...Mike Bayer2006-06-061-0/+5
* merged 0.2 branch into trunk; 0.1 now in sqlalchemy/branches/rel_0_1Mike Bayer2006-05-251-2/+2
* oracle is requiring dictionary params to be in a clean dict, added conversionMike Bayer2006-03-131-1/+3
* exception package added, support throughoutMike Bayer2006-02-191-0/+41