Re: [hibernate-dev] question on matrix testing

2014-05-14 Thread Mahesh Gadgil
Didn't drop it on purpose. Sybase products, IQ and SQL Anywhere support the CURRENT_TIMESTAMP but ASE doesn't. I am not the person to answer the question of why. Would you recommend skipping this test for ASE or there is some workaround I am not aware of? ThanksMahesh Date: Wed, 14 May 2014 09:

Re: [hibernate-dev] [OGM] types and sequence generator in dialect package

2014-05-14 Thread Gunnar Morling
Atm. it's not handled consistently between dialects; e.g. hibernate-ogm-mongodb already has a "type" package as you suggest. +1 for making it consistent and having separate packages as you propose. --Gunnar 2014-05-14 16:12 GMT+02:00 Emmanuel Bernard : > adding the mailing list back. > > Othe

Re: [hibernate-dev] [OGM] types and sequence generator in dialect package

2014-05-14 Thread Emmanuel Bernard
adding the mailing list back. Other datastores use the same approach as you so we need to eb consistent On Wed 2014-05-14 11:22, Davide D'Alto wrote: > Neo4jSequenceGenerator and Neo4jTypeConverter were the result of some code > that I've extracted from the dialect. > Initially I didn't expect th