-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: set sqlite pragma by env variable #3136
Conversation
Pull Request Validation ReportThis comment is automatically generated by Conventional PR Whitelist Report
Result Pull request does not satisfy any enabled whitelist criteria. Pull request will be validated. Validation Report
Result Pull request satisfies all enabled pull request rules. Last Modified at 01 Aug 24 01:50 UTC |
This pull request is automatically being deployed by Amplify Hosting (learn more). |
d0ade62
to
0a8485f
Compare
* set sqlite pragma by env variable * configurable * [autofix.ci] apply automated fixes * fix circular dep * [autofix.ci] apply automated fixes --------- Co-authored-by: Nicolò Boschi <[email protected]> Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> (cherry picked from commit 1dd840c)
SQLite Pragma should not be hardcoded. This PR introduce an env variable to all these PRAGMA statement to be configurable without code changes.
To change the pragams you can set the env variable LANGFLOW_SQLITE_PRAGMAS using a JSON dict
The default value is unchanged and is