Skip to content
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

Allow get query as string for dbapi curson execute method #48

Open
rekby opened this issue May 31, 2024 · 1 comment
Open

Allow get query as string for dbapi curson execute method #48

rekby opened this issue May 31, 2024 · 1 comment
Labels
dbapi enhancement New feature or request good first issue Good for newcomers

Comments

@rekby
Copy link
Member

rekby commented May 31, 2024

def execute(self, operation: YdbQuery, parameters: Optional[Mapping[str, Any]] = None):

Now it can work with some additional mark for ddl queries and it should work fine after switch the dbapi to ydb query service.

@rekby rekby added enhancement New feature or request dbapi good first issue Good for newcomers labels May 31, 2024
@uzhastik
Copy link

uzhastik commented Jun 8, 2024

it would be nice to pass all info about parameters via argument "parameters". now we have parameter types inside YdbQuery

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dbapi enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants