forked from deblan/database-anonymizer
add default type of string
This commit is contained in:
parent
50783c3a75
commit
6c9e1cfd06
2 changed files with 5 additions and 0 deletions
|
|
@ -1,5 +1,9 @@
|
|||
## [Unreleased]
|
||||
|
||||
## v1.2.1
|
||||
### Fixed
|
||||
- add default type of string
|
||||
|
||||
## v1.2.0
|
||||
### Added
|
||||
- add "lorem_word" faker
|
||||
|
|
|
|||
|
|
@ -73,6 +73,7 @@ func GetRows(db *sql.DB, query, table, dbType string) map[int]map[string]data.Da
|
|||
value := values[i]
|
||||
d := data.Data{
|
||||
IsVirtual: false,
|
||||
IsString: true,
|
||||
IsNull: value == nil,
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue