Changes between Version 50 and Version 51 of BetterErrorMessages
- Timestamp:
- Jun 23, 2013, 3:05:23 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BetterErrorMessages
v50 v51 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 ]81 80 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 81