Skip to content

Releases: cmcgee1024/norm

API Streamlining

Choose a tag to compare

@cmcgee-mac cmcgee-mac released this 24 Feb 16:31

In this release the NormStatement becomes the one statement class to use and the parameters have placeholders that can be used when either parameters or results are unnecessary for the statement. The different types of execution methods are on this one class now. The executeQuery now returns a simple list of the results making it cleaner and less error prone with the closing of the result set but still allowing streaming, filtering, mapping reducing and forEach as before.

Improvements and code generation

Choose a tag to compare

@cmcgee-mac cmcgee-mac released this 11 Feb 13:52

The focus of this release was to push the boundaries more in terms of automated testing and code generation. This is still not ready for production use, but there is more awareness of what is possible in this project.

Initial working prototype

Choose a tag to compare

@cmcgee-mac cmcgee-mac released this 01 Feb 19:06

With this version there is a simple working prototype of the system. It is not yet ready for production use, but could be a starting point for finding bugs and identifying future enhancements.