Sarah Hoffmann
|
474d4230b8
|
fix timezone handling for timestamps from the database
SQLite is not timezone-aware, so make sure to convert to UTC
before inserting any data.
|
2024-01-07 11:37:40 +01:00 |
|
Sarah Hoffmann
|
89094cf92e
|
error out when a SQLite database does not exist
Requires to mark the databse r/w when it is newly created in the
convert function.
|
2023-12-07 10:24:53 +01:00 |
|
Sarah Hoffmann
|
6d39563b87
|
enable all API tests for sqlite and port missing features
|
2023-12-07 09:32:02 +01:00 |
|
Sarah Hoffmann
|
0d840c8d4e
|
extend sqlite converter for search tables
|
2023-12-07 09:31:00 +01:00 |
|
Sarah Hoffmann
|
8791c6cb69
|
correctly close API objects during testing
|
2023-12-07 09:31:00 +01:00 |
|
Sarah Hoffmann
|
a9ac68a729
|
restrict geometry size for SQLite
|
2023-10-23 17:19:12 +02:00 |
|
Sarah Hoffmann
|
84d6b481ae
|
convert sqlite: add index on parent_place_id
|
2023-10-23 17:19:12 +02:00 |
|
Sarah Hoffmann
|
114cdafe7e
|
add exporting of SQLite table
|
2023-10-23 17:19:12 +02:00 |
|
Sarah Hoffmann
|
837bdecde8
|
add skeleton code for convert function
|
2023-10-23 17:19:12 +02:00 |
|