Blogs about: Hsqldb
Featured Blog
HSQLDB CASE-Insensitive ‘LIKE’ QUERY – THREE Implementation Methods
Method 1: We can use the following command to change the case sensitivity of the text-comparison of any table which we are going to create. SET IGNORECASE SET IGNORECASE { TRUE | FALSE }; · Di… more »
Lijin's Localhost
TopLink JPA and HSQLDB Quirk
— 3 comments
dayg wrote 2 months ago: I discovered a weird issue when using HSQLDB as database provider for TopLink JPA. We need to explic … more »
PALO ETL-Server, first sighting ...
— 1 comment
gobansaor wrote 7 months ago: I was wrong. I figured Jedox would build their new ETL server on one of the existing open source ET … more »
Testing a stored procedure using hsqldb
— 4 comments
Panos wrote 7 months ago: Today I needed to test a data access object that will be calling a stored procedure in the database. … more »
Hypersonic database
templetonpeck wrote 8 months ago: I found out about another opensource db. Yes, I’m kind of new in the open source playing field … more »
HSQLDB
templetonpeck wrote 8 months ago: Open Office is installed together with Ubuntu. I found out today that I can create databases from wi … more »
Unit test JPA Entities with in-memory database
— 6 comments
eskatos wrote 9 months ago: Still about Hibernate, I have several JPA Entities grouped in a Persistence Unit that I need to test … more »
HSQLDB CASE-Insensitive ‘LIKE’ QUERY – THREE Implementation Methods
— 1 comment
Lijin wrote 9 months ago: Method 1: We can use the following command to change the case sensitivity of the text-compari … more »
DBUNIT, HSQLDB, data type (16, ‘BOOLEAN’) not recognized and will be ignored. See FAQ for more information.
— 2 comments
vikashazrati wrote 12 months ago: We are using HSQLDB (1.8.0.1) as the in memory database for our DBUNIT (2.1) test cases. Suddenly wh … more »
JTrac 2.0 released
— 1 comment
Lijin wrote 1 year ago: The open source issue tracker JTrac’s new version (v2.0) is released. This version is more fle … more »
HSQLDB: a lightweighted relational database
— 2 comments
Lijin wrote 1 year ago: HSQLDB is a relational database engine written 100% in Java , with a JDBC driver. This supports a … more »
jTrac : a lightweight Bug tracking system build on Spring
— 2 comments
Lijin wrote 1 year ago: Have you ever used jTrac? … If you want to track the errors and issues causing with in the de … more »
