You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I (hom) wanted to squeeze in too much.
The pull request that goes with this issue simplifies things to basic jdbc interaction
Add tests, so we can see how a test can interact with a database and that you should clean up afterwards.
For instance in StudentDemo we now have the straightforward code below with all fields in the record
being recognizable and have their proper marshall-in operations applied (sql.date to LocalDate)
The simple jdbc demo is far from simple
I (hom) wanted to squeeze in too much.
The pull request that goes with this issue simplifies things to basic jdbc interaction
Add tests, so we can see how a test can interact with a database and that you should clean up afterwards.
For instance in StudentDemo we now have the straightforward code below with all fields in the record
being recognizable and have their proper marshall-in operations applied (sql.date to LocalDate)
This is way more understandable and conforms to normal jdbc usage guidelines.
Contrast with
where complex things with Objects and meta info is done,
The text was updated successfully, but these errors were encountered: