Menu

#401 Accessing the table headlines of empty tables not possible

v1.1.x
fixed
None
v1.1.1
Bug Fix
2019-01-22
2018-11-21
Erik Hänel
No

Accessing the table headlines of empty tables is not possible although they've been set before. It either raises an error or only shows Spalte 1 (leer) as headline.

Analysis:

This can be fixed, if one adds a new variable to the Memory object, which tracks the number of written headlines, which will be extractable.

Implementation:

  • Implementation: There were multiple changes in relation to the integration of the new counter variable.
  • Revision: [r427]
  • Implementation test: The original test case and also the show and edit commands were tested.

Documentation:

  • ChangesLog: updated
  • Comments: Not needed
  • Documentation articles: Not needed
  • Language files: Not needed

Tests:

A corresponding test case was created and the occured deviation implemented in [r438] was fixed in [r450] during the evaluation of the test case. Bug fix implemented successfully.

Related

Commit: [r427]
Commit: [r438]
Commit: [r450]

Discussion

  • Erik Hänel

    Erik Hänel - 2018-11-21
    • status: open --> accepted
     
  • Erik Hänel

    Erik Hänel - 2018-11-23
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1 +1,18 @@
     Accessing the table headlines of empty tables is not possible although they've been set before. It either raises an error or only shows `Spalte 1 (leer)` as headline.
    +
    +###Analysis:
    +(*Describe, what's the issue and which changes have to be made*)
    +
    +###Implementation:
    +* Implementation: (*Describe, what you've changed*) 
    +* Revision: [rXXX]
    +* Implementation test: (*Describe the type of test, which you performed, and if it was successful*)
    +
    +###Documentation:
    +* ChangesLog: (*Have you updated the changes log?*)
    +* Comments: (*Have you written comments in the code, which describe your change?*)
    +* Documentation articles: (*Have you updated the documentation articles?*)
    +* Language files: (*Have you updated the language files?*)
    +
    +###Tests:
    +(*Describe, which tests you performed and their outcome*)
    
    • status: accepted --> analyzing
     
  • Erik Hänel

    Erik Hänel - 2018-11-24
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1,7 +1,7 @@
     Accessing the table headlines of empty tables is not possible although they've been set before. It either raises an error or only shows `Spalte 1 (leer)` as headline.
    
     ###Analysis:
    -(*Describe, what's the issue and which changes have to be made*)
    +This can be fixed, if one adds a new variable to the  `Memory` object, which tracks the number of written headlines, which will be extractable.
    
     ###Implementation:
    
     * Implementation: (*Describe, what you've changed*) 
    
    • status: analyzing --> implementing
     
  • Erik Hänel

    Erik Hänel - 2018-11-24
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -4,15 +4,15 @@
     This can be fixed, if one adds a new variable to the  `Memory` object, which tracks the number of written headlines, which will be extractable.
    
     ###Implementation:
    -* Implementation: (*Describe, what you've changed*) 
    -* Revision: [rXXX]
    -* Implementation test: (*Describe the type of test, which you performed, and if it was successful*)
    +* Implementation: There were multiple changes in relation to the integration of the new counter variable.
    +* Revision: [r427]
    +* Implementation test: The original test case and also the `show` and `edit` commands were tested.
    
     ###Documentation:
    -* ChangesLog: (*Have you updated the changes log?*)
    -* Comments: (*Have you written comments in the code, which describe your change?*)
    -* Documentation articles: (*Have you updated the documentation articles?*)
    -* Language files: (*Have you updated the language files?*)
    +* ChangesLog: updated
    +* Comments: Not needed
    +* Documentation articles: Not needed
    +* Language files: Not needed
    
     ###Tests:
     (*Describe, which tests you performed and their outcome*)
    
    • status: implementing --> testing
     

    Related

    Commit: [r427]

  • Erik Hänel

    Erik Hänel - 2019-01-22
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -15,4 +15,4 @@
    
     * Language files: Not needed
    
     ###Tests:
    -(*Describe, which tests you performed and their outcome*)
    +A corresponding test case was created and the occured deviation implemented in [r438] was fixed in [r450] during the evaluation of the test case. Bug fix implemented successfully.
    
    • status: testing --> fixed
     

    Related

    Commit: [r438]
    Commit: [r450]

Anonymous
Anonymous

Add attachments
Cancel





MongoDB Logo MongoDB