#5575 closed defect (duplicate)
After the update to svn 5734 database cannot be upgraded
| Reported by: | anonymous | Owned by: | Eli Carter | 
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | general | Version: | devel | 
| Severity: | normal | Keywords: | NoneType, iterable, upgrade, postgresql | 
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Attachments (0)
Change History (7)
comment:1 by , 18 years ago
| Owner: | changed from to | 
|---|---|
| Status: | new → assigned | 
comment:2 by , 18 years ago
comment:3 by , 18 years ago
| Keywords: | upgrade postgresql added | 
|---|
Guesses of where this might be (but no way to check yet):
comment:4 by , 18 years ago
retracile asked me to try reproducing this by creating a DB in 0.10.4 and upgrading it to 0.11dev. As I expected, the report was:
Database is up to date, no upgrade necessary.
comment:5 by , 18 years ago
I checked the db21 update that came with this svn revision. I noticed that it tries to update reports that have been changed by me already. I manually did an update of the database version number. Now everything works as expected.
comment:6 by , 18 years ago
| Resolution: | → duplicate | 
|---|---|
| Status: | assigned → closed | 
Same as #5593.
Given
list(None)
Python 2.5 now errors with: TypeError: 'NoneType' object is not iterable instead of: TypeError: iteration over non-sequence as it did with 2.3 and 2.4.
comment:7 by , 11 years ago
| Keywords: | NoneType iterable upgrade postgresql → NoneType, iterable, upgrade, postgresql | 
|---|



  
Thank you for the report!
If you could provide a bit more detail, it'll help me solve this quicker: