Skip to content

Commit

Permalink
refactor: standard database functions (#985)
Browse files Browse the repository at this point in the history
- [x] factor out SQLite specific functions from base class
- [x] `HANAService` also requires `db-service/cql-functions` and then
also supports `floor`, `ceiling`, `average` …
- [x] 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
  • Loading branch information
patricebender authored Feb 18, 2025
1 parent 7054037 commit 3211c9c
Show file tree
Hide file tree
Showing 5 changed files with 507 additions and 327 deletions.
Loading

0 comments on commit 3211c9c

Please sign in to comment.