Issue VACCUM SQL directive to prevent the DB from keeping old Seeds. - #89
Conversation
|
Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please visit https://cla.developers.google.com/ to sign. Once you've signed (or fixed any issues), please reply here (e.g. What to do if you already signed the CLAIndividual signers
Corporate signers
ℹ️ Googlers: Go here for more info. |
|
I signed it! |
|
CLAs look good, thanks! ℹ️ Googlers: Go here for more info. |
|
I'd consider this also a security issue (and if not, at least a matter of 'tidiness') to securely delete the seeds, see also the documentation of VACUUM (third bullet in the top list). |
|
Is that semicolon needed? The other instances of |
|
I've filed this internally as b/129332125 because… -- FYI: The version in Google Play Store / Apple App store is not the same as this opensource version. They've diverged. This opensource version is also unlikely to end up in the app stores. This open source version doesn't get much love, but I'll accept well-written pull requests. But don't expect this feature to be implemented by Google. |
|
(will merge this anyway after you confirm the semicolon thingy) |
|
The semicolon is actually optional, as it is only one single command in the statement. It'll work either way. It was just a matter of habit to finalize an SQL command using
Not sure what that means. Will that change also be made in the Play Store / App Store versions? |
|
Either is good. Thanks! |
No description provided.