-
-
Notifications
You must be signed in to change notification settings - Fork 6.2k
Closed
Labels
Description
- Gitea version (or commit ref): 1.6.0+rc1-105-g4c1f1f964 (ref: 4c1f1f9)
- Git version: Alpine git
- Operating system: Alpine Linux
- Database (use
[x]):- PostgreSQL
- MySQL
- MSSQL
- SQLite
- Can you reproduce the bug at https://try.gitea.io:
- Yes (provide example URL)
- No
- Not relevant
- Log gist:
Description
build a docker image from the master today which is integrated with our MsSQL Database.
The database schema is Latin1_General_CI_AI.
The return code is 500 "Internal Server Error".
Do we use the wrong schema?
{
"message":"arg timestamp as int: strconv.ParseInt: parsing \"2018-11-13T00:00:00Z\": invalid syntax",
"url":"https://godoc.org/github.com/go-gitea/go-sdk/gitea"
}