I\'m working on a web app for a class.It\'s basically a project management system, similar to a watered down version of Bugzilla, but specifically tailored for an academic environment.One of the requi
I am writing a desktop app in java to add/display employees.I thought of using hsqldb.I created the program as below
My current project uses HSQLDB2.0 and JPA2.0 . The scenario is: I query DB to get list of contactDetails of person. I delete single contactInfo at UI but do not save that data (Cancel the saving part
i am using hsqldb as database. i create LmexPostParamDao which has a method insertLmexPostParam(NameValuePostParamVO nameValuePostParamVO) which will insert data in databse. for testing this method i
I want to view a grails schema for the default hsqldb in-memory database, but when I connect to the in-memory databse with SquirrelSQL or DbVisualizer as userid: sa, password: (nothing), I only see tw
I am using HSQLDB as my database. i want to get a primary key of latest inserted row. for that i have return a query in my java class as below:
I\'m currently using HSQLDB to save java data. Within theses datas, there are some Double, and some of them can be of values of NaN (described as 0.0/0.0 in the javadoc). HSQLDB know how to handle the
I\'m working at refactoring a lot of test code that uses a local host mysql. As can be imagined this is not optimal so I\'m replacing mysql with hsqldb (for testing purposes, production still uses mys
I have a quite big project in java using Spring 3 + Hibernate 3.3.2.GA. I\'m using Maven 2 and JUnit 4, and Jenkins has been our CI server for a couple days now (though it was Hudson before and we had
I use HSQLDB2.0 and JPA2.0 for my current project and have few date columns in DB. I would like to run wildcard queries on the date columns. How could I do that?