Jump to content

SQLUpdate Merging Tool


Guest Mythli

Recommended Posts

I have written this tool long time ago for personal use and learning reasons (first c# programm i have ever wrote)

SQLUpdate Merging Tool

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:

1. 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)

2. Grouping

3. Editing

4. Drag& Drop

5. Apply filter

Screenshots& Explanation:

4bf568aecc65a_apply_filter_sqlmerge.PNG

Feel free to comment this tool/ post feedback.

regards Mythli <3

Download: http://mythli.ath.cx/websvn/wsvn/Downloads/sqlupdatemerge_1.0/?op=dl&isdir=1&

Changelog: http://mythli.ath.cx/websvn/wsvn/sqlMerge/trunk/?op=log&isdir=1&

RSS: http://mythli.ath.cx/websvn/wsvn/sqlMerge/trunk/?op=rss&isdir=1&

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