Commit Graph

16 Commits

Author SHA1 Message Date
Fabian Schlenz 2402356013 Added a DatabaseUpdate to convert the data to json. 2018-04-12 06:54:14 +02:00
Fabian Schlenz ec4097e777 The code is now compiling, but still largely untested. So it's still kinda WIP. 2018-04-09 06:07:53 +02:00
Fabian Schlenz eea08a5559 WIP: Lots and lots of rewriting. 2018-03-16 06:59:18 +01:00
Fabian Schlenz aec609e6c4 Merge branch 'feature-settings' 2018-03-13 06:32:06 +01:00
Fabian Schlenz e75aa2101e Fixed lots of unclosed ResultSets in Database and DatabaseUpdates. 2018-03-12 22:01:47 +01:00
Fabian Schlenz 9f9d9fd183 Fixed a source for non-closed PreparedStatements. 2018-03-08 22:17:01 +01:00
Fabian Schlenz c29cd2a8ee A DatabaseUpdate can now contain a List of create_query-Strings that are used if the database is to be created from scratch. 2018-03-08 22:15:49 +01:00
Fabian Schlenz e3aaa58256 Small changes to DB_Update_9: Progress report, ORDER for the query, closing ResultSets. 2018-03-06 06:20:02 +01:00
Fabian Schlenz eb1f731b9d DB_Update_9 now uses chunks of messages to (massively) reduce the amount of heap space needed. 2018-03-05 06:39:30 +01:00
Fabian Schlenz 3920425d37 Added VACUUMing the database after running the migration in DB_Update_9. 2018-02-22 07:58:20 +01:00
Fabian Schlenz 42dc500514 Added Settings. 2018-02-22 07:55:53 +01:00
Fabian Schlenz de354f548d Added a database update to fix the supergroup messages that were wrongly identified as being from a channel. 2018-02-21 06:31:39 +01:00
Fabian Schlenz bb180f95be Kotlin: Reformatted code. 2017-12-12 22:04:20 +01:00
Fabian Schlenz 9bc2ed7666 Kotlin: It now compiles without any errors and / or warnings. But running it fails because raw JDBC isn't very Kotlin compatible, it seems. 2017-12-11 18:39:30 +01:00
Fabian Schlenz f75a90936d Kotlin-Code is now compilable. Now let's go on to fix all those warning... 2017-12-11 12:14:25 +01:00
Fabian Schlenz 3309ae1338 Complete conversion. 2017-12-07 08:00:18 +01:00