Changes between Version 49 and Version 50 of BetterErrorMessages
- Timestamp:
- Apr 20, 2013, 4:00:48 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BetterErrorMessages
v49 v50 78 78 ProgrammingError: ERROR: current transaction is aborted, commands ignored until end of transaction block 79 79 }}} 80 [http://bit.ly/UXJ87l ][http://bit.ly/10jCXxd ] 80 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. 81 82