Closed
Bug 739878
Opened 13 years ago
Closed 13 years ago
Remove deprecated declarations of integer display width
Categories
(Cloud Services Graveyard :: Server: Sync, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: rfkelly, Unassigned)
Details
(Whiteboard: [qa-])
Attachments
(1 file)
|
1.48 KB,
patch
|
telliott
:
review+
|
Details | Diff | Splinter Review |
Latest SQLAlchemy as deprecated the Integer(N) syntax for declaring the display width of an integer column. Since this declaration doesn't affect the semantics of the column, I've just removed it.
Attachment #609995 -
Flags: review?(telliott)
Updated•13 years ago
|
Whiteboard: [qa-]
Comment 1•13 years ago
|
||
Comment on attachment 609995 [details] [diff] [review]
patch to remove display width declaration
I can't believe they had this function as a first class parameter :P
Attachment #609995 -
Flags: review?(telliott) → review+
| Reporter | ||
Comment 2•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Updated•13 years ago
|
Status: RESOLVED → VERIFIED
Updated•2 years ago
|
Product: Cloud Services → Cloud Services Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•