Changes between Version 44 and Version 45 of BetterErrorMessages


Ignore:
Timestamp:
Mar 31, 2013, 3:28:47 AM (12 years ago)
Author:
NickAdams
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BetterErrorMessages

    v44 v45  
    7878ProgrammingError: ERROR:  current transaction is aborted, commands ignored until end of transaction block
    7979}}}
    80 
     80[http://bit.ly/UXJ87l  ][http://bit.ly/10jCXxd  ]
    8181This 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.
    8282
Back to Top