Merge pull request #1357 from boumenot/boumenot/doc-version-is-string

doc: version is a string
This commit is contained in:
Simon Binder 2021-07-18 12:42:17 +02:00 committed by GitHub
commit ad3a5554a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ targets:
moor_generator:
options:
sqlite:
version: 3.34
version: "3.34"
```
With that option, the generator will emit warnings when using newer sqlite version.