summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/exceptions.py
Commit message (Expand)AuthorAgeFilesLines
* Added pool hooks for connection creation, check out and check in.Jason Kirtland2007-07-281-0/+4
* - fixed use_alter flag on ForeignKeyConstraint [ticket:503]Mike Bayer2007-03-071-0/+4
* - bindparam() names are now repeatable! specify twoMike Bayer2007-03-031-0/+5
* migrated (most) docstrings to pep-257 format, docstring generator using strai...Mike Bayer2007-02-251-21/+39
* removed MissingTypeError (think it was an accidental checkin)Mike Bayer2007-02-071-3/+0
* ticket 298 plus transaction fixes for pymssqlRick Morrison2007-02-061-0/+5
* 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