summaryrefslogtreecommitdiff
path: root/base/src/main/java/bjc/utils/misc
AgeCommit message (Collapse)Author
2026-01-28Add various text UI componentsHEADtrunkBenjamin Culkin
This adds a variety of text UI components, namely two suites: * One that is geared towards JSON * One that is geared towards Markdown Details to (perhaps) follow later
2025-12-08Format NamedPreparedStatementBenjamin Culkin
2025-12-08Rewrite NamedPreparedStatementBenjamin Culkin
Rewrite NamedPreparedStatement to properly support compile-once, run many times; otherwise known as external building Still need to finish the Javadocs, but...
2025-12-08Checkpoint commit for NamedPreparedStatementBenjamin Culkin
The checkpoint is that I attempted to patch the version of NamedPreparedStatement I had to support building external batches. This... didn't really work right; though it initially appeared to do so. I am going to rewrite NamedPreparedStatement to actually properly support this functionality instead of half-arsing it
2025-12-07Add NamedPreparedStatementBenjamin Culkin
Adds a version of PreparedStatement that supports named parameter syntax.
2020-12-03Adapt to esodata changesBen Culkin
2020-10-06Rename exceptions to not use ExceptionBen Culkin
This renames several of the stock exceptions to remove 'Exception' from their name. This is something that I don't recall where I picked it up from, but the idea is that the fact that it is an exception is generally syntactically obvious. Therefore, you can instead give your exceptions names which directly state what it wrong, as well as strongly implying what you can do to fix it. For instance, if you get a DirectionInvalid, it is apparent what the issue is (it is less apparent why it is invalid, but that is another issue, and a discussion for another time)
2020-04-13Cleanup passBen Culkin
Cleanup pass to uniformize things
2020-04-12Finish esodata extractionBen Culkin
Finished extracting the old version of esodata, and fixed all the local issues
2020-03-27Refactor test structureBen Culkin
Tests are now in a 'test' sub-package, so it is clear that they are indeed test code, not just disjoint parts of the main code
2018-10-28Import organizationbculkin2442
2018-04-25Add some new classesbjculkin
Import some new classes from an old project