Re: Why not OpenJPA map BigDecimal to NUMERIC(precision, scale) on database support NUMERIC

2012-10-17 Thread YaoCL
> I looked back through my emails from when I backed this change out and > can't figure out which test I regressed. The reason that I backed the > change out rather than fix the problem is because we were in the middle of > trying to cut a release. I'll open a new JIRA soon here and just recommit >

Re: Why not OpenJPA map BigDecimal to NUMERIC(precision, scale) on database support NUMERIC

2012-10-16 Thread Rick Curtis
I found because DBDictionary added NUMERIC into > fixedSizeTypeNameSet. So postgres not generate (precision, scale). > MySQLDictionary and SybaseDictionary removed NUMERIC from > fixedSizeTypeNameSet and these two database support (precision, > scale). > > I haven't view all Dic

Why not OpenJPA map BigDecimal to NUMERIC(precision, scale) on database support NUMERIC

2012-10-12 Thread Yaocl
NUMERIC into fixedSizeTypeNameSet. So postgres not generate (precision, scale). MySQLDictionary and SybaseDictionary removed NUMERIC from fixedSizeTypeNameSet and these two database support (precision, scale). I haven't view all Dictionary class. Is there any reason to ignore (precision, scal

Re: Database support

2009-05-17 Thread David Beer
On Sun, 17 May 2009 09:24:13 +0300 Georgi Naplatanov wrote: > BTW HSQLDB supports memory based tables too. Is there a parameter in > the dictionary for switching between memory and disk based (cached) > tables ? For connectio methods see the HSQLDB documentation[1] it tells you how to connect to

Re: Database support

2009-05-16 Thread Georgi Naplatanov
9, Kevin Sutter wrote: > > >> From: Kevin Sutter >> Subject: Re: Database support >> To: users@openjpa.apache.org >> Date: Friday, May 15, 2009, 2:09 PM >> Okay, so I'm looking at our stated >> database support [1].� From this chart, I >> would

Re: Database support

2009-05-15 Thread Kevin Sutter
idDB? The memory-based relational database? > > --- On Fri, 5/15/09, Kevin Sutter wrote: > > > From: Kevin Sutter > > Subject: Re: Database support > > To: users@openjpa.apache.org > > Date: Friday, May 15, 2009, 2:09 PM > > Okay, so I'm looking at our stated

Re: Database support

2009-05-15 Thread Fay Wang
Hi Kevin, What about SolidDB? The memory-based relational database? --- On Fri, 5/15/09, Kevin Sutter wrote: > From: Kevin Sutter > Subject: Re: Database support > To: users@openjpa.apache.org > Date: Friday, May 15, 2009, 2:09 PM > Okay, so I'm looking at our stated &

Re: Database support

2009-05-15 Thread Kevin Sutter
Okay, so I'm looking at our stated database support [1]. From this chart, I would divide up the databases into the following categories. The "Not Currently Covered" category is where I would focus my phishing efforts first. Any discussion? Covered Interest by members of Op

Re: Database support

2009-05-14 Thread David Beer
I'm looking for ideas on how we can work together to > > > accomplish this task. I'm going to cross post on both users and > > > dev forums to see if there any lurkers that might have some ideas. > > > > > > Just to provide a real world example... I was just pinged about > > > MS SQL Server 2008 support. Our OpenJPA manual only documents SQL > > > Server 2005 support. I don't have experience with SQL Server. > > > So, it made me think how we could improve this aspect of our > > > OpenJPA database support. > > > > > > Any thoughts? > > > > > > Kevin > > > >

Re: Database support

2009-05-14 Thread Kevin Sutter
gt; > Just to provide a real world example... I was just pinged about MS > > SQL Server 2008 support. Our OpenJPA manual only documents SQL > > Server 2005 support. I don't have experience with SQL Server. So, > > it made me think how we could improve this aspect of our OpenJPA > > database support. > > > > Any thoughts? > > > > Kevin > >

Re: Database support

2009-05-14 Thread Kevin Sutter
Ravi, Volunteers for each database could be an alternative. Maybe volunteering for database support would be a new requirement for committers? :-) Like in your case, you seem to have a vested interest in Oracle. And, I tend towards DB2 and Derby. But, what do we do about other mainstream

Re: Database support

2009-05-13 Thread David Beer
post on both users and dev > forums to see if there any lurkers that might have some ideas. > > Just to provide a real world example... I was just pinged about MS > SQL Server 2008 support. Our OpenJPA manual only documents SQL > Server 2005 support. I don't have experience with SQ

RE: Database support

2009-05-13 Thread Ravi Palacherla
would help. What do you think ? Thanks, Ravi. -Original Message- From: Kevin Sutter [mailto:kwsut...@gmail.com] Sent: Wednesday, May 13, 2009 3:37 PM To: d...@openjpa.apache.org; users@openjpa.apache.org Subject: Database support Hi, I'm trolling... I'm looking for ideas on

Database support

2009-05-13 Thread Kevin Sutter
hat might have some ideas. Just to provide a real world example... I was just pinged about MS SQL Server 2008 support. Our OpenJPA manual only documents SQL Server 2005 support. I don't have experience with SQL Server. So, it made me think how we could improve this aspect of our OpenJPA database support. Any thoughts? Kevin