Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??
...the difference is mainly in column order...

I was thinking of not considering these significant. Well, not in the initial version (I was thinking hashes rather than diffs ;-).

...but also the id and status columns are not qualified as "unsigned"...

I would consider those significant. Database engines might just change a flag in the format instead of updating each field: that's their business.

...you could always create a new table and load it from the old one, then rename the results...

That would be the database independent fallback. But since renaming a table is not standard SQL (is it, it would involve:

  1. creating a temporary table
  2. dumping the table data in there
  3. drop the original table
  4. create with new schema
  5. copy the data back over
  6. drop the temporary table

Liz


In reply to Re: Re: Automatically altering tables from different schema's by liz
in thread Automatically altering tables from different schema's by liz

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post; it's "PerlMonks-approved HTML":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (2)
As of 2024-04-26 03:22 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found