Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

[DRIVER-784] Validate SELECT without FROM support #929

Copy link
Copy link

Description

@dkropachev
Issue body actions

Jira: https://scylladb.atlassian.net/browse/DRIVER-784
Parent epic: https://scylladb.atlassian.net/browse/DRIVER-782
Server-side issue: scylladb/scylladb#24070
Server-side PR: scylladb/scylladb#29028

This issue tracks the python-driver: Validate SELECT without FROM support task from DRIVER-782.

Scope:

  • Verify that SELECT 1 executes successfully without keyspace or table metadata.
  • Verify that SELECT now() executes successfully without keyspace or table metadata.
  • Verify result metadata and decoded values for literal and function selectors where the driver exposes them.
  • Cover prepared and non-prepared execution paths where relevant for this driver.
  • Skip cleanly or feature-detect when the server does not support SELECT without FROM.

Acceptance criteria:

  • Integration tests cover SELECT 1 and SELECT now().
  • Returned values are decoded where exposed by the driver.
  • Tests do not require a keyspace or table.
  • Driver-specific limitations or unsupported execution paths are documented.
Reactions are currently unavailable

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

    Morty Proxy This is a proxified and sanitized view of the page, visit original site.