v0.9.0
This release adds a new preference to control the default value of boolean fields. Since Salesforce does not like a null value to be pushed to those fields, just true or false, Salesforce2Sql will now set the checkbox default to false when none is provided by the field settings.
It also fixes a few small, but very annoying, bugs when re-running the process without restarting the program.
What's Changed
- Bump sqlite3 from 5.1.4 to 5.1.5 by @dependabot in #187
- Fix to re-fetch errors by @acrosman in #194
- Add checkbox default override by @acrosman in #197
- Add notes when recommending cases by @acrosman in #199
- Update message text after fetch by @acrosman in #200
- Fix failure tracking by @acrosman in #201
- Minor language tweak by @acrosman in #198
- Bump xml2js and jsforce by @dependabot in #202
- Prep v0.9.0 Release by @acrosman in #205
Full Changelog: v0.8.0...v0.9.0