-
Hello,
I'm looking for Java developers to participate in development of Hammurapi Rules and other products of Hammurapi Group!
More details are here http://www.hammurapi.com/dokuwiki/doku.php/get_involved.
---
Best regards, Pavel.
2009-11-13 04:44:50 UTC in SourceForge.net
-
Hello,
Based on the experience with previous versions of Hammurapi, I've created this document describing Hammurapi 6 design and development process http://www.hammurapi.biz/doc/Hammurapi_6_Design.pdf.
I'm looking for people (primarily Java developers) willing to help with this endeavor!!!
If you are willing to help - let me know!!!
---
Best regards, Pavel.
2009-08-18 02:57:32 UTC in SourceForge.net
-
I have a schema with two tables METRIC and SLICE. SLICE references METRIC with ON DELETE CASCADE foreign key. METRIC has hierarchical structure, i.e. it has PARENT column.
When I issue delete in METRIC I get General SQL Exception / NullPointerException. Once it happens other connections start getting NullPointerException for no reason. The database server has to be restarted to fix this.
I...
2009-01-14 23:06:34 UTC in HyperSQL Database Engine
-
Hello,
On your web site (http://www.hsqldb.org/web/hsqlUsing.html) you reference SQLC tool. I'd like to inform you that the name of the tool was changed to jIncarnate.
On a similar note, you may want to add Hammurapi code review tool (http://www.hammurapi.biz/hammurapi-biz/ef/xmenu/hammurapi-group/products/hammurapi/index.html) to the list of software which uses HSQLDB. Hammurapi stores...
2008-10-07 15:31:52 UTC in HyperSQL Database Engine
-
Hello,
Is is possible in HSQLDB to define a "trigger" which will fire when a new database is automatically created by the engine, i.e. database does not exists at database path in jdbc:hsqldb:file:«database/path» URL and the engine creates it.
The trigger should be instantiated and provided a connection to the new database so it can initialize it, i.e. create tables, users, ...
---...
2008-10-07 15:27:28 UTC in HyperSQL Database Engine
-
Hello,
Currently HSQLDB requires configuration of each database in server.properties. Some other databases, e.g. Derby and Interbase, allow users to provide server database paths in connection url. This approach obviates configuration of each database in server.propertis.
It'd be nice to add such feature to HSQLDB. We use HSQLDB to store code review results. We'd like to use different...
2008-10-07 15:22:53 UTC in HyperSQL Database Engine
-
Yes, WebSphere is buggy. If the spec says that this method shall throw an exception, then please keep it compliant with the spec. I'll write a wrapper which addresses this WebSphere bug.
2008-09-14 13:22:13 UTC in HyperSQL Database Engine
-
Hello,
I've tried to use HSQLDB in WebSphere 6 through apache dbcp and found that WebSphere invokes getTypeMap() on connection initialization.
HSQLDB 1.8.0.10 throws unsupported exception in this case. According to the JDBC Javadoc invocation of this method shall yield an empty map if application didn't set it. So I've changed code as shown below and now it works in WebSphere
//#ifdef...
2008-06-20 20:03:15 UTC in HyperSQL Database Engine
-
pvlasov committed patchset 233 of module src to the Hammurapi CVS repository, changing 9 files.
2005-11-07 19:02:01 UTC in Hammurapi
-
pvlasov committed patchset 60 of module src to the Jsel CVS repository, changing 4 files.
2005-11-07 18:48:27 UTC in Jsel