diff options
author | mattn <mattn.jp@gmail.com> | 2015-03-05 01:19:33 +0900 |
---|---|---|
committer | mattn <mattn.jp@gmail.com> | 2015-03-05 01:19:33 +0900 |
commit | 1b2a5560c2127947f8f4d49087320e0629031714 (patch) | |
tree | 2fbc24af98ec08b9e5c589f841f74af2e2114abc | |
parent | Fixed bug for loc parameter (diff) | |
download | golite-1b2a5560c2127947f8f4d49087320e0629031714.tar.gz golite-1b2a5560c2127947f8f4d49087320e0629031714.tar.xz |
Update README.md
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -41,6 +41,10 @@ FAQ > See: https://github.com/mattn/go-sqlite3/issues/106 > See also: http://www.limitlessfx.com/cross-compile-golang-app-for-windows-from-linux.html +* Want to get time.Time with current locale + + Use `loc=auto` in SQLite3 filename schema like `file:foo.db?loc=auto`. + License ------- |