From: Gavin_King/Cirrus%<CI...@ci...> - 2002-02-18 07:30:07
|
Many thanks for all this great stuff. If you think Hibernate + McKoi are working well together now then we should document the fact - add McKoi to the supported list, along with a list of the problems and a pointer to your patch. (I was kind of aware that there were issues with McKoi, so I had never mentioned it in the documentation so far.) > I have determined that Mckoi supports composite keys just fine; the > problem was in the handling of Dates as keys. (snip) > It seems that Mckoi stores all the milliseconds in the database So are DATE and TIMESTAMP synonyms in McKoi? Strange. > - Long values 15 digit precision -- fixed by my patch > - null valued Longs return 0 -- fixed by my patch Strangely enough, both these problems also exist in the Interbase JDBC driver. Wanna fix it too, Doug? ;) jk |