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

refactor: standard database functions #985

Open
wants to merge 11 commits into
base: main
Choose a base branch
from

Conversation

patricebender
Copy link
Member

@patricebender patricebender commented Jan 21, 2025

  • factor out SQLite specific functions from base class
  • HANAService also requires db-service/cql-functions and then also supports floor, ceiling, average
  • kill totalseconds
  • (later) cql-functions in the db-service becomes sql-functions and a new interface cql-functions is added containing the set of functions which shall be implemented by the dbs themselves this would enable also overwriting/re-using cql-functions for non-sql dbs

- [] factor out SQLite specific functions from base class
- [] align jsdoc with capire
- [] `cql-functions` in the db-service becomes `sql-functions`
     and a new interface `cql-functions` is added containing
     the set of functions which shall be implemented by the dbs themselves
     this would enable also overwriting/re-using `cql-functions` for non-sql dbs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant