summaryrefslogtreecommitdiffstats
path: root/models/models_sqlite.go
Commit message (Collapse)AuthorAgeFilesLines
* Move database settings from models to setting (#7806)Lunny Xiao2019-08-241-16/+0
| | | | | | | | | | | | | | | | | | * move database settings from models to setting * update docs * fix checkout pr * fix tests * fix lint * remove unsupported tidb options * correct wrong variable name * remove tidb totally
* fix dump table name error and add some test for dump database (#6394)Lunny Xiao2019-03-201-0/+1
|
* go vetUnknown2014-04-131-2/+2
|
* Mirror fix on sqlite3 tagUnknown2014-04-121-2/+6
|
* Add sqlite build tagMichael Crosby2014-04-121-0/+11
This adds a sqlite build tag so that you don't have to have the sqlite import commented out in code and users can run: go build -tags sqlite if they want to have sqlite support enabled. It is disabled by default so nothing changes with the default go get or build commands.