Hi All, In coincidence with a DBCP PR [0], I have a need to represent a SQL state [1] in Java.
I this class would parse and represent a SQL state with instance variables for each of components, let you define custom instances and may also provide constants and enums. This does not really fit in [dbcp] which is all about pooling of connections and statements. This does not really fit in [dbutils] which is a mini-frameworky kind of component. I'm thinking of a new component called Commons SQL Something, which would not depend on anything, it would not even need JDBC. Maybe Commons SQL Data, Commons SQL Meta, Commons SQL Foundation? Any thoughts? Gary [0] https://github.com/apache/commons-dbcp/pull/411 [1] https://en.wikipedia.org/wiki/SQLSTATE --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org