mirror of
https://github.com/typeorm/typeorm.git
synced 2025-12-08 21:26:23 +00:00
Merge pull request #1000 from daniel-lang/websql-version
WebSQL version should be a string
This commit is contained in:
commit
e367abc8f8
@ -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
|
||||
|
||||
|
||||
@ -18,7 +18,7 @@ export interface WebSqlConnectionOptions extends BaseConnectionOptions {
|
||||
/**
|
||||
* Database version.
|
||||
*/
|
||||
readonly version: number;
|
||||
readonly version: string;
|
||||
|
||||
/**
|
||||
* Database description.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user