Axamol SQL Library executes SQL statements stored in external library files from Java code, with named parameters. Separating SQL and Java code increases readability, eases maintenance, and allows separate testing and documentation.
| Tags | Database API Software Development Libraries Java Libraries |
|---|---|
| Licenses | MIT/X |
| Operating Systems | OS Independent |
| Implementation | Java |
Recent releases


Changes: This release supports three new databases: Informix, MS SQL Server, and DB/2. It fixes a bug in instantiating a LibraryConnection from a DataSource. The build system now uses maven. There are a few additions to the user manual.


Changes: This release added support for dynamically quoting SQL identifiers. A few points were clarified in the documentation. The error handling of omitted and null list parameters was improved.


Changes: This release gathers timing statistics on executed statements and includes a servlet to display them. It works around a bug in Resin's XML parser. There are more descriptive error messages on many kinds of invalid statements. A couple of mistakes in the examples have been corrected. Some bugs in the ServletLibraryLoader have been fixed.


Changes: Parsing no longer requires Xerces, so projects only need to add 69 KB of jars to their distribution. The documentation is improved, with a rewritten introduction and new examples based on a simple sample schema.


No changes have been submitted for this release.