Skip to content

Redesign data_set_sql_query use SQLAlchemy Query API #19

@leo-schick

Description

@leo-schick

Currently the function data_set_sql_query does not support other db engines and is mainly raw SQL coded. This should be IMO be changed.

Planned changes

  • add a new function with a db parameter using functools.singledispatch
  • use the SQLAlchemy Query API to generate the SQL code
  • mark the current data_set_sql_query function as deprecated

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