Gradle Test Run :test
[14] TypeTest[value=42.13, type=REAL, expectedValue=42.13]
summary
|
100%
successful |
error output
2026-04-18 12:33:43.375 [FINE ] org.itsallcode.jdbc.batch.Batch close Batch processing of 3 items with batch size 200000 completed in PT0.000859558S 2026-04-18 12:33:43.378 [FINEST ] org.itsallcode.jdbc.batch.Batch executeBatch No items added to batch, skip 2026-04-18 12:33:43.378 [FINE ] org.itsallcode.jdbc.batch.Batch close Batch processing of 3 items with batch size 200000 completed in PT0.003611555S 2026-04-18 12:33:43.378 [FINEST ] org.itsallcode.jdbc.batch.PreparedStatementBatchBuilder build Running insert statement 'UPDATE TEST SET NAME = ? WHERE ID = ?'... 2026-04-18 12:33:43.380 [FINEST ] org.itsallcode.jdbc.batch.Batch executeBatch Execute batch of 3 after 3 took 0 ms 2026-04-18 12:33:43.380 [FINE ] org.itsallcode.jdbc.batch.Batch close Batch processing of 3 items with batch size 200000 completed in PT0.001194491S 2026-04-18 12:33:43.380 [FINEST ] org.itsallcode.jdbc.batch.Batch executeBatch No items added to batch, skip 2026-04-18 12:33:43.377 [FINEST ] org.itsallcode.jdbc.ConnectionWrapper query Executing query 'select cast(NULL as REAL)'...