Menu

#1954 (ok 2.9.0) DROP VIEW instead of DROP TABLE ...

2.7.0-pl1
fixed
1
2013-06-11
2006-01-10
Lippe-Net
No

Hallo again,

I think it would be fine if the export script could
generate a DROP VIEW Statement and not a DROP TABLE
Statement if it is working on VIEW Objects ... wouldn't
it.

Maybe lem would think it's not really nesessary ... but
I do think it is!

BTW: The database structure link in left frame is still
missing!! (#1373804)

Discussion

  • Marc Delisle

    Marc Delisle - 2006-01-10

    Logged In: YES
    user_id=210714

    Please wait until I express my opinion before putting words
    in my mouth.

     
  • Marc Delisle

    Marc Delisle - 2006-01-10

    Logged In: YES
    user_id=210714

    BTW: the database structure link has been readded in the CVS
    HEAD version so it will appear in 2.7.1.

     
  • Marc Delisle

    Marc Delisle - 2006-02-19

    Logged In: YES
    user_id=210714

    Note to devs: for a version after 2.8.0, we could add a
    generic message
    $strAddClause = 'Add %s';
    and use it to replace many $strAdd... messages, since the
    exact clause ("DROP VIEW" or others) must remain in English.
    In this case, for the Export dialog of a specific view, the
    message would be completed by DROP VIEW. In database export,
    it could become "DROP TABLE / DROP VIEW".

     
  • Marc Delisle

    Marc Delisle - 2006-02-28
    • assigned_to: nobody --> lem9
     
  • Marc Delisle

    Marc Delisle - 2006-03-02
    • assigned_to: lem9 --> nobody
     
  • Marc Delisle

    Marc Delisle - 2006-03-23
    • assigned_to: nobody --> lem9
     
  • Marc Delisle

    Marc Delisle - 2006-03-25
    • priority: 5 --> 1
    • summary: DROP VIEW instead of DROP TABLE ... --> (ok 2.9.0) DROP VIEW instead of DROP TABLE ...
    • status: open --> open-fixed
     
  • Marc Delisle

    Marc Delisle - 2006-03-25

    Logged In: YES
    user_id=210714

    Fixed in CVS

     
  • Marc Delisle

    Marc Delisle - 2006-09-20
    • status: open-fixed --> closed-fixed
     
  • Michal Čihař

    Michal Čihař - 2013-06-11
    • Status: closed-fixed --> fixed