Skip to content

Commit e0b1082

Browse files
committed
Merge branch '173_usage_configuration' of github.com:euri10/sqlspec into 173_usage_configuration
2 parents 9c7c689 + 27364bb commit e0b1082

File tree

314 files changed

+26444
-7495
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

314 files changed

+26444
-7495
lines changed

.claude/agents/expert.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ from sqlspec.protocols import SupportsWhere
109109
from sqlspec.utils.type_guards import supports_where
110110

111111
if TYPE_CHECKING:
112-
from sqlspec.core.statement import Statement
112+
from sqlspec.core import Statement
113113

114114
def execute_query(stmt: "Statement", params: dict[str, Any] | None = None) -> list[dict[str, Any]]:
115115
"""Execute SQL query with optional parameters.

.claude/agents/testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Read("docs/guides/testing/testing.md")
6464
# tests/unit/test_core/test_statement.py
6565

6666
import pytest
67-
from sqlspec.core.statement import Statement
67+
from sqlspec.core import Statement
6868

6969

7070
def test_statement_creation():

0 commit comments

Comments
 (0)