v0.12.0
- (#1) Support SQLite3. For windows-386, use "mattn/go-sqlite3" and for others, "glebarez/go-sqlite".
- Fix: error was not displayed even when not supported driver name was given
- (Fixed the problem that the test script was not compatible with the latest specifications and moved it to ./test)
- (#1) SQLite3 をサポート。windows-386向けには "mattn/go-sqlite3" を、他の組合せには "glebarez/go-sqlite" を使うようにした。
- サポートしていないドライバー名が与えられた時、エラーにならない問題を修正
- ( テストスクリプトが最新仕様に対応していなかった点を修正し、./test へ移動 )
Thanks to @emisjerry and @spiegel-im-spiegel for their valuable contributions.