Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: actions/checkout@v7
with: &specification-checkout
repository: OpenStatSpec/specification
ref: 7edcad38470fffebfe2306f22fdecb6892f8eece
ref: 34141dda023d9e0217c37c232e39f436edfb0746
path: openstatspec-specification
- name: Checkout required SPSS engine
uses: actions/checkout@v7
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
uses: actions/checkout@v7
with:
repository: OpenStatSpec/specification
ref: 7edcad38470fffebfe2306f22fdecb6892f8eece
ref: 34141dda023d9e0217c37c232e39f436edfb0746
path: openstatspec-specification
- name: Checkout required SPSS engine
uses: actions/checkout@v7
Expand Down
2 changes: 1 addition & 1 deletion src/openstatspec/sql/capabilities.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
from .profiles import profile_for_url
from ..core import UnsupportedOperationError

SPECIFICATION_COMMIT = "7edcad38470fffebfe2306f22fdecb6892f8eece"
SPECIFICATION_COMMIT = "34141dda023d9e0217c37c232e39f436edfb0746"
SPECIFICATION_RELEASE: str | None = None

SERVER_POLICIES = {
Expand Down
Loading