English | 中文
0.8.0
New additions:
- Added PostgreSQL data types support
- Added MongoDB data source support
- Added custom primary key types (str_pk, hash_pk, composite_pk, random_str_pk)
Improvements:
- Improved code structure by splitting fakedata.py into modular components
- Improved test coverage from 31% to 63%
- Updated documentation with accurate English translations
- Updated dependency versions to improve security and performance
Fixes:
- Fixed fake_bigint function logic error
- Fixed fake_timestamp function to return actual timestamp
- Fixed PostgreSQL fake_money function
- Fixed StoppableThread class to be compatible with threading.Thread
- Fixed compat_input function for Python 3 compatibility
0.7.0
The restoration of
-
Some fields generated above Python 3.7 are none problems
-
Error reporting of writing data to Oracle
0.6.1
New addition:
- order_enum tag: used to generate enumeration values in circular order. It is often used to associate multiple columns to generate values. For example, one column is the city code and one column is the city name. The city code needs to correspond to the city name one by one
The restoration of
- When multiple records are generated by multiple threads, the number of records is not accurate (too many records will be generated)
Renewal of the new era
- Update instruction documents and data construction rule documents