Hello, I'm new to this list and I've been working with HSQLDB since August. I hope I can help a little bit reporting bugs, giving feature requests and soon contribution code.
This one will be a bug report: SQLs month is afaik 1 based: January = 1; February = 2 and so on... HSQLDB implements month with Calendar.get(Calendar.MONTH). This is 0 based: January = 0; February = 1; Therefore you should add +1 to get the correct SQL month integer. greetings, <charly/> _______________________________________________ hsqldb-developers mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/hsqldb-developers