Releases: GtakillerIV/IniToSql
Ini->Sql v1.2
Added comments support.
Better space handling.
Added decimal numbers support.
You can now change your column names.
Added hours/minutes/seconds to elapsed time.
Ability to save the .SQL file anywhere you like.
Ini->Sql v1.1
Your SQL Queries will now be escaped to protect you from any SQL injection attempts(if any). And not only SQL injections. For example: If your ban reason contained a quotation mark, it'll ruin the rest of the queries thus causing errors upon importing.
Added a limit to the files that are visible in the list box item so the application won't hang upon loading large amount of files on slower machines. Also removed some unnecessary code to improve speed.
Fixed progress bar bug.
You can now import your Query.sql file using PHPMyAdmin or any similar software.
Ini->Sql v1.0
The first official release of Ini->Sql converter!