Releases: hckhanh/pg2bigquery
Releases · hckhanh/pg2bigquery
v1.2.0
v1.1.1
1.1.1 (2020-12-12)
Bug Fixes
- cli: input and output cannot be the same path (e183436)
- cli: remove parents and children folders when clean flag is on (fda0ce2)
- core: ignore whitespace after date_part function (c8a7bec)
- core: ignore whitespace for time calculation (a3cd85e)
- core: reformat converted query (01b7a1e)
- core: remove whitespace and ignore brackets for ELSE EXTRACT() case (7bec0db)
- core: throw error for unknown cases (1ab9674)
Performance Improvements
- utils: use Dirent instead of string for file in cleanUp function (adda792)