Skip to content

Commit

Permalink
Merge pull request #165 from zombodb/oh-no-type-resolution
Browse files Browse the repository at this point in the history
Introduce a more robust SQL generator.
  • Loading branch information
Hoverbear authored Sep 17, 2021
2 parents e7364bb + c5842b8 commit 34fe6f1
Show file tree
Hide file tree
Showing 241 changed files with 10,841 additions and 2,161 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
matrix:
version: [10, 11, 12, 13]
os: ["ubuntu-latest"]
examples: ["aggregate", "arrays", "bad_ideas", "bgworker", "bytea", "custom_types", "errors", "operators", "schemas", "shmem", "spi", "srf", "strings", "triggers"]
examples: ["aggregate", "arrays", "bad_ideas", "bgworker", "bytea", "custom_types", "custom_sql", "errors", "operators", "schemas", "shmem", "spi", "srf", "strings", "triggers"]

steps:
- uses: actions/checkout@v2
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@
*.a
cmake*/
.direnv
pgx-examples/*/target
Loading

0 comments on commit 34fe6f1

Please sign in to comment.