|
50541951e0
|
Update LICENSE
|
2024-08-15 11:25:04 +02:00 |
|
|
3a2db7146f
|
some more: simplify / unify Track creation
|
2024-05-02 15:16:58 +02:00 |
|
|
14bb005f08
|
simplify / unify Track creation
|
2024-05-02 15:01:38 +02:00 |
|
|
601ca4715a
|
transparent use of Track interface OK
|
2024-05-02 13:04:54 +02:00 |
|
|
4db9a95cd7
|
start using Track interface when accessing database
|
2024-05-02 12:13:17 +02:00 |
|
|
b38d22f1bb
|
add Track interface; remove adapter stuff
|
2024-05-02 11:56:45 +02:00 |
|
|
802ee6a4a6
|
make track definition private
|
2024-05-02 11:47:53 +02:00 |
|
|
12dbfe17ab
|
hide Track fields, access via methods
|
2024-05-02 11:38:17 +02:00 |
|
|
2181c628c0
|
provide some logic for controlling creation of Track adapters
|
2024-05-02 09:54:41 +02:00 |
|
|
25357b1cb1
|
forge: get rid of XT parameter in callables
|
2024-04-30 14:13:05 +02:00 |
|
|
00a6e70430
|
use yaml for parsing JSON - works without quotes on simple strings
|
2024-04-19 10:42:54 +02:00 |
|
|
9bb027ed4c
|
add container prefix and registry stuff; provide Uid() for track; access track (including container) via UID
|
2024-04-14 14:55:25 +02:00 |
|
|
324c9b41c7
|
add IdFields (specifying head fields identifying a track) to container definition
|
2024-04-14 11:14:55 +02:00 |
|
|
18a1906967
|
minor code improvements, delete obsolete code
|
2024-04-14 09:16:13 +02:00 |
|
|
872a692d88
|
Container.Update() working
|
2024-04-14 09:04:48 +02:00 |
|
|
45ab1200e2
|
work in progress: Container.Update()
|
2024-04-13 19:31:00 +02:00 |
|
|
ab5082ee89
|
simplify createTable - use querySpec
|
2024-04-13 15:54:08 +02:00 |
|
|
572f1bf80d
|
Container.Insert(): simplifications, use querySpec
|
2024-04-13 14:01:20 +02:00 |
|
|
ac84a0d4d9
|
query specification improvements; add Query() method
|
2024-04-12 17:13:22 +02:00 |
|
|
43dfd41e5d
|
parameterize where clause operators and order by 'desc' attribute
|
2024-04-12 14:06:58 +02:00 |
|
|
53e0759e9f
|
provide common method QueryOne for single row queries
|
2024-04-12 13:00:13 +02:00 |
|
|
a9f8ea6b47
|
unify (and extend) query specification
|
2024-04-12 12:46:27 +02:00 |
|
|
cad0da95e1
|
Work in progress: Container.QueryLast()
|
2024-04-12 10:41:10 +02:00 |
|
|
b01887d412
|
Container.Get(): clean-up, improvements
|
2024-04-11 21:43:46 +02:00 |
|
|
4df0a39bf0
|
Container.Get(): clean-up, improvements
|
2024-04-11 21:41:45 +02:00 |
|
|
9081f93548
|
Container.Get() basically working
|
2024-04-11 17:56:16 +02:00 |
|
|
9a57630a27
|
work in progress: Container.Get() - process query result -> Track
|
2024-04-11 16:53:35 +02:00 |
|
|
8401f4d51e
|
make immutable Track fields private
|
2024-04-11 13:48:53 +02:00 |
|
|
c1e215d586
|
get rid of Track interface - use Track (as public struct) directly
|
2024-04-11 13:40:47 +02:00 |
|
|
22245a2c3a
|
work in progress: Container.Get(), .Query()
|
2024-04-11 13:18:33 +02:00 |
|
|
48e60dc721
|
get rid of TrackTemplate, use Set... methods instead
|
2024-04-08 16:33:56 +02:00 |
|
|
191b2a874a
|
use simple item factory with head fields only
|
2024-04-08 16:03:37 +02:00 |
|
|
40661d549d
|
work in progress: query tracks
|
2024-04-05 16:50:20 +02:00 |
|
|
d7bcaf2559
|
static container definition, + more minor improvements
|
2024-04-03 18:48:55 +02:00 |
|
|
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 |
|
|
d870a695f4
|
fix insert track: return trackId
|
2024-03-25 22:15:57 +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 |
|
|
0202727990
|
schema handling for postgres
|
2024-03-24 14:19:01 +01:00 |
|
|
1b83cd227f
|
work in progress: tracking - creaate table 'tracks'
|
2024-03-24 09:54:32 +01:00 |
|