Merge pull request #1000 from daniel-lang/websql-version

WebSQL version should be a string
This commit is contained in:
Umed Khudoiberdiev 2017-10-05 18:36:35 +05:00 committed by GitHub
commit e367abc8f8
2 changed files with 2 additions and 2 deletions

View File

@ -174,7 +174,7 @@ See [SSL options](https://github.com/mysqljs/mysql#ssl-options).
* `database` - Database name
* `version` - Version number of the database
* `version` - Version string of the database
* `description` - Database description

View File

@ -18,7 +18,7 @@ export interface WebSqlConnectionOptions extends BaseConnectionOptions {
/**
* Database version.
*/
readonly version: number;
readonly version: string;
/**
* Database description.