summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/exceptions.py
Commit message (Expand)AuthorAgeFilesLines
* r4695 merged to trunk; trunk now becomes 0.5.Mike Bayer2008-05-091-166/+0
* - an unfortunate naming conflictMike Bayer2008-05-021-1/+1
* - factored out the logic used by Join to create its join conditionMike Bayer2008-05-021-1/+3
* - Added PendingDeprecationWarning supportJason Kirtland2008-03-291-0/+3
* - Friendlier exception messages for unbound, implicit executionJason Kirtland2008-01-311-0/+2
* - Warnings are now issued as SAWarning instead of RuntimeWarning; util.warn()...Jason Kirtland2008-01-111-9/+16
* - fixed bug with session.dirty when using "mutable scalars"Mike Bayer2008-01-091-1/+4
* happy new yearMike Bayer2008-01-011-1/+1
* - auto-reconnect support improved; a Connection can now automaticallyMike Bayer2007-12-191-4/+9
* introductory docstring bonanzaMike Bayer2007-12-181-0/+3
* Added missing InternalError exception wrapper [ticket:854]Jason Kirtland2007-11-061-2/+2
* - Now guarding against broken DB-APIs when wrapping their exceptions.Jason Kirtland2007-10-221-2/+8
* - merged inline inserts branchMike Bayer2007-09-011-5/+5
* light docstring tweaks to the poolJason Kirtland2007-08-191-1/+1
* Added an exception hierarchy shadowing DB-API exc typesJason Kirtland2007-08-111-35/+75
* 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