Jump to content

SQLUpdate Merging Tool


Guest Mythli

Recommended Posts

This is my little tool for merging various sql-updates to one big update.

i have written this in .net (c#) but dont look at the code it's horrible ;)

Features:

* Support SD2, Mangos, UDB and many other SQL Update formats

           "^\\\\d+_{1}(\\\\d+)_{1}\\\\d+_{1}([A-Z]|[a-z]+)_{1}(.*)$",     //match mangos update style (provide revision number, databasename, tablename)
           "^r{1}(\\\\d+)_{1}(\\\\w+).*$",                               //match SD2 Update style with some on official style (provide revision number& database name)   
           "^r{1}(\\\\d+)_{1}(.*)$",                                   //match SD2 update style (provide revision number& database name)

* Grouping

* Editing

* Drag& Drop

* Apply filter

Screenshots& Explanation:

updatenkn.png

Feel free to comment this tool/ post feedback.

regards Mythli <3

Source: http://filebeam.com/6bd3af107f09ff920c44be5dd3779862

Binary: http://filebeam.com/40a671bbe6924adbaa694dfab3863ee7

requires .net framework 2.0 or newest mono release.

Link to comment
Share on other sites

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use