Commit graph

16 commits

Author SHA1 Message Date
149520ff21 use adapter (proxy) instead of type assertion for accessing specific methods 2024-04-03 10:24:08 +02:00
d6dce700a4 make creation of tracks and messages more generic 2024-04-03 09:53:56 +02:00
27771b3ebe storage/message: insert new message 2024-03-28 10:59:00 +01:00
c49a8390d7 container.insert: use Track interface instead of concrete implementation 2024-03-27 20:46:09 +01:00
5669e3f37d work in progress: storage: Messages 2024-03-27 19:14:20 +01:00
372e254619 improve handling of time stamp fields 2024-03-27 13:16:27 +01:00
9f17a14ea9 also return timestamp from insert track and store in track 2024-03-26 15:45:56 +01:00
1c44b135d8 work in progress: generalizing container and track behaviour 2024-03-26 13:46:56 +01:00
a7771672be define core types in lib, use in storage 2024-03-26 09:35:56 +01:00
662868cae1 fix insert track: return trackId 2024-03-25 22:26:16 +01:00
51401bf909 tracking: insert basically working 2024-03-25 14:59:50 +01:00
4787e4ffce move template handling to separate source file; parse templates on init 2024-03-25 10:24:25 +01:00
8d022e1930 more on SQL templates - create table 'tracks', with DB-specific parameters 2024-03-24 19:13:10 +01:00
1b83cd227f work in progress: tracking - creaate table 'tracks' 2024-03-24 09:54:32 +01:00
3923d49666 work in progress: storage/tracking 2024-03-22 11:20:16 +01:00
16c9b87d3c some renaming of packages; work in progress / just started: storage/tracking 2024-03-21 17:14:50 +01:00