Skip to content

Releases: cmcgee1024/norm

API Streamlining

24 Feb 16:31
Compare
Choose a tag to compare

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

11 Feb 13:52
Compare
Choose a tag to compare

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

01 Feb 19:06
Compare
Choose a tag to compare

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.