Uploaded image for project: 'Music'
  1. Music
  2. MUSIC-34

CreateTable,InsertIntoTable,UpdateTable,DeleteFromTable,DropTable don't check resource existence

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Medium Medium
    • Beijing Release
    • Beijing Release
    • None
    • None

      1) CreateTable: Create an already existent table Request is terminating with success , no warning/error is returned to the caller (neither traced in music.log file) about already existent table.

      2) InsertIntoTable: Add an already existent row request is terminating with success , no warning/error is returned to the caller (neither traced in music.log file) about already existent row.

      3) UpdateTable: Update a nonexistent row request is terminating with success , no warning/error is returned to the caller (neither traced in music.log file) about non-existence of row. Moreover Updatetable is adding the missing row.

      4) DeleteFromTable: Drop a nonexistent row request is terminating with success , no warning/error is returned to the caller (neither traced in music.log file) about non-existence of row.

      5) DropTable: Drop a nonexistent table request is terminating with success , no warning/error is returned to the caller (neither traced in music.log file) about non-existence of table.

            arthurdent3 arthurdent3
            arthurdent3 arthurdent3
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: