wenzelm [Tue, 18 Jul 2023 19:41:56 +0200] rev 78397
clarified modules;
wenzelm [Tue, 18 Jul 2023 19:51:12 +0200] rev 78396
renamed object Data to private_data, to emphasize its intended scope (but it is publicly accessible in the database);
wenzelm [Tue, 18 Jul 2023 13:34:18 +0200] rev 78395
more conservative build_delay (despite 9600720071e6): avoid exessive build_database operations, notably via ssh;
wenzelm [Tue, 18 Jul 2023 13:32:34 +0200] rev 78394
proper running limit, based on this worker process;
prefer bulk jobs: much faster cancellation;
wenzelm [Tue, 18 Jul 2023 12:55:43 +0200] rev 78393
more robust: implicit locking of tables in standard order;
wenzelm [Tue, 18 Jul 2023 12:50:34 +0200] rev 78392
more uniform guard (!exists_table(table)): avoid "ALTER TABLE" on already existing table, which could lead to deadlocks if this is presently locked;
wenzelm [Tue, 18 Jul 2023 12:39:20 +0200] rev 78391
removed unused "create_index": implicit index from primary_key is usually sufficient;
wenzelm [Tue, 18 Jul 2023 12:32:07 +0200] rev 78390
clarified "vacuum" (again, reverting 0bd366fad888);
wenzelm [Tue, 18 Jul 2023 12:19:12 +0200] rev 78389
clarified signature: eliminate SQL.Tables.empty to avoid confusion (see also 0bd366fad888);
wenzelm [Tue, 18 Jul 2023 11:39:43 +0200] rev 78388
update for release;
wenzelm [Mon, 17 Jul 2023 21:41:14 +0200] rev 78387
merged
wenzelm [Mon, 17 Jul 2023 21:35:27 +0200] rev 78386
more elementary transaction implementation (despite fda3f7a158b9 and 9da65bc75610);
wenzelm [Mon, 17 Jul 2023 20:59:50 +0200] rev 78385
tuned signature;
wenzelm [Mon, 17 Jul 2023 20:44:58 +0200] rev 78384
proper check (amending 234f2ff9afe6);
wenzelm [Mon, 17 Jul 2023 20:32:19 +0200] rev 78383
more robust: exclude accidental nesting (synchronized block is re-entrant);
wenzelm [Mon, 17 Jul 2023 20:31:45 +0200] rev 78382
clarified errors;
wenzelm [Mon, 17 Jul 2023 16:09:59 +0200] rev 78381
removed junk (amending f8e3b228670c);
wenzelm [Mon, 17 Jul 2023 16:02:28 +0200] rev 78380
tuned output;
wenzelm [Mon, 17 Jul 2023 15:31:42 +0200] rev 78379
reuse SSH.Server connection for database server;
wenzelm [Mon, 17 Jul 2023 12:22:39 +0200] rev 78378
tuned source structure;
wenzelm [Mon, 17 Jul 2023 12:22:31 +0200] rev 78377
clarified check: uniform session_info_exists;
wenzelm [Mon, 17 Jul 2023 12:16:12 +0200] rev 78376
more complete check;
wenzelm [Mon, 17 Jul 2023 12:15:06 +0200] rev 78375
clarified signature: more specific exists_table --- avoid retrieving full list beforehand;
wenzelm [Mon, 17 Jul 2023 11:39:32 +0200] rev 78374
reuse database_server connection;
wenzelm [Mon, 17 Jul 2023 11:20:28 +0200] rev 78373
more informative trace;
wenzelm [Sun, 16 Jul 2023 21:01:33 +0200] rev 78372
reuse SSH.Server connection database server;
wenzelm [Sun, 16 Jul 2023 19:38:12 +0200] rev 78371
tuned output;
wenzelm [Sun, 16 Jul 2023 19:30:10 +0200] rev 78370
make double-sure that this is a transaction context, notably for LOCK TABLE;
wenzelm [Sun, 16 Jul 2023 19:13:08 +0200] rev 78369
more robust Java/Scala multithreading: transaction is always connection.synchronized;
wenzelm [Sun, 16 Jul 2023 16:12:38 +0200] rev 78368
clarified signature: proper Scala function for command-line tool;