Changes between Version 44 and Version 45 of BetterErrorMessages
- Timestamp:
- Mar 31, 2013, 3:28:47 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BetterErrorMessages
v44 v45 78 78 ProgrammingError: ERROR: current transaction is aborted, commands ignored until end of transaction block 79 79 }}} 80 80 [http://bit.ly/UXJ87l ][http://bit.ly/10jCXxd ] 81 81 This pyscopg2 (PostgreSQL) error usually signifies that some ''previous'' database query was incorrect (e.g., you tried to {{{order_by()}}} a field that doesn't exist, or put a string in an integer column, etc.). That previous error aborted the transaction, causing all subsequent database access to fail with this message. 82 82