Skip to content

Commit

Permalink
Merge pull request #1386 from edmundreinhardt/feature/add_sql_object_…
Browse files Browse the repository at this point in the history
…file_extensions

SQL extension support
  • Loading branch information
worksofliam committed Jun 26, 2023
2 parents 2f03e76 + fdb4e9f commit 352393b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,5 @@ Thanks so much to everyone [who has contributed](https://github.com/halcyon-tech
* [@beckhamrryyaann](https://github.com/beckhamrryyaann)
* [@angelorpa](https://github.com/angelorpa)
* [@SanjulaGanepola](https://github.com/SanjulaGanepola)
* [@shamby87](https://github.com/shamby87)
* [@shamby87](https://github.com/shamby87)njulaGanepola)
* [@edmundreinhardt](https://github.com/edmundreinhardt)
10 changes: 9 additions & 1 deletion src/schemas/LocalLanguageActions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,15 @@ export const LocalLanguageActions: Record<string, Action[]> = {
SQL: [
{
extensions: [
`SQL`
`SQL`,
`TABLE`,
`VIEW`,
`SQLPRC`,
`SQLUDF`,
`SQLUDT`,
`SQLTRG`,
`SQLALIAS`,
`SQLSEQ`
],
name: `Run SQL Statements (RUNSQLSTM)`,
command: `RUNSQLSTM SRCSTMF('&FULLPATH') COMMIT(*NONE) NAMING(*SQL)`,
Expand Down

0 comments on commit 352393b

Please sign in to comment.