Skip to content

Releases: GtakillerIV/IniToSql

Ini->Sql v1.2

09 May 13:52
Compare
Choose a tag to compare

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

07 May 12:34
Compare
Choose a tag to compare

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

03 May 10:11
Compare
Choose a tag to compare

The first official release of Ini->Sql converter!