Gradle Test Run :test
[24] TypeTest[value=550e8400-e29b-11d4-a716-446655440000, type=UUID, expectedValue=550e8400-e29b-11d4-a716-446655440000]
summary
|
100%
successful |
error output
2026-04-18 12:33:43.485 [FINEST ] org.itsallcode.jdbc.batch.Batch executeBatch Execute batch of 1 after 1 took 7 ms
2026-04-18 12:33:43.485 [FINE ] org.itsallcode.jdbc.batch.Batch close Batch processing of 1 items with batch size 200000 completed in PT0.007955952S
2026-04-18 12:33:43.486 [FINEST ] org.itsallcode.jdbc.batch.PreparedStatementBatchBuilder build Running insert statement 'insert into "TEST" ("ID","NAME") values (?,?)'...
2026-04-18 12:33:43.486 [FINEST ] org.itsallcode.jdbc.batch.Batch executeBatch Execute batch of 3 after 3 took 0 ms
2026-04-18 12:33:43.487 [FINE ] org.itsallcode.jdbc.batch.Batch close Batch processing of 3 items with batch size 200000 completed in PT0.000761335S
2026-04-18 12:33:43.487 [FINEST ] org.itsallcode.jdbc.batch.Batch executeBatch No items added to batch, skip
2026-04-18 12:33:43.487 [FINE ] org.itsallcode.jdbc.batch.Batch close Batch processing of 3 items with batch size 200000 completed in PT0.001249894S
2026-04-18 12:33:43.490 [FINEST ] org.itsallcode.jdbc.ConnectionWrapper query Executing query 'select * from test'...