-
-
Notifications
You must be signed in to change notification settings - Fork 607
rename to sql_select.fn #1237
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
rename to sql_select.fn #1237
Conversation
PR Compliance Guide 🔍Below is a summary of compliance checks for this PR:
Compliance status legend🟢 - Fully Compliant🟡 - Partial Compliant 🔴 - Not Compliant ⚪ - Requires Further Human Verification 🏷️ - Compliance label |
|||||||||||||||||||||||||
PR Code Suggestions ✨Explore these optional code suggestions:
|
||||||||||||||||||||
PR Type
Enhancement, Bug fix
Description
Replace boolean
FormattingResultwith stringResultFormatparameterAdd SQLite database support to SQL query execution
Fix column name handling to replace
#characters with underscoresRename template reference from
sql_executor.fntosql_select.fnComment out debug logging statements in OpenAI chat provider
Diagram Walkthrough
File Walkthrough
2 files
Handle hash character in column namesRename sql_executor template to sql_select1 files
Comment out debug logging statements6 files
Update parameter name from FormattingResult to ResultFormatChange FormattingResult bool to ResultFormat stringImplement markdown and CSV result formattingRemove FormattingResult from ExecuteQueryArgsReplace FormattingResult with ResultFormat parameterAdd SQLite database query execution support1 files
Update template file references for sql_select1 files