Gradle Test Run :test

[17] TypeTest[value=2023-11-25, type=date, expectedValue=2023-11-25]

summary

1

tests

0

failures

0

skipped

0.007s

duration

100%

successful

error output

2026-04-18 12:33:43.400 [FINEST ] org.itsallcode.jdbc.batch.Batch executeBatch Execute batch of 1 after 1 took 0 ms 
2026-04-18 12:33:43.400 [FINE   ] org.itsallcode.jdbc.batch.Batch close Batch processing of 1 items with batch size 200000 completed in PT0.000980333S 
2026-04-18 12:33:43.401 [FINEST ] org.itsallcode.jdbc.batch.PreparedStatementBatchBuilder build Running insert statement 'insert into "TEST" ("ID","NAME") values (?,?)'... 
2026-04-18 12:33:43.402 [FINEST ] org.itsallcode.jdbc.batch.Batch executeBatch Execute batch of 3 after 3 took 0 ms 
2026-04-18 12:33:43.403 [FINE   ] org.itsallcode.jdbc.batch.Batch close Batch processing of 3 items with batch size 200000 completed in PT0.001276864S 
2026-04-18 12:33:43.403 [FINEST ] org.itsallcode.jdbc.batch.Batch executeBatch No items added to batch, skip 
2026-04-18 12:33:43.403 [FINE   ] org.itsallcode.jdbc.batch.Batch close Batch processing of 3 items with batch size 200000 completed in PT0.001783135S 
2026-04-18 12:33:43.403 [FINEST ] org.itsallcode.jdbc.ConnectionWrapper query Executing query 'select count(*) from test'... 
2026-04-18 12:33:43.404 [FINEST ] org.itsallcode.jdbc.ConnectionWrapper query Executing query 'select cast(NULL as date)'...