Could you check the table structure of that specific table? Datanucleus can
automatically create new fields but never changes the scale, in the case
you have amended the scale in the application later.

As  a sidenote: we always develop using the in-memory database and use
fixtures to provide test and demo data. This allows any developer to work
on a codebase without setting up further dependencies.

Cheers,

Jeroen

On 25 April 2017 at 19:27, L Eder <[email protected]> wrote:

> Hi Jeroen, it is against disk-based MySQL v5.7.
>
> It is Win64 x86_64 (if that is what you mean for scale).
>
> Do you a tip on this issue?
>
> -----------------------------------------------------------------
> -webapp module's pom.xml jdbc driver portion:
> "
>         <profile>
>             <id>jdbc-mysql</id>
>             <activation>
>                 <property>
>                     <name>!skip.jdbc-mysql</name>
>                 </property>
>             </activation>
>
>            <dependencies>
>                 <dependency>
>                     <groupId>com.mysql</groupId>
>                     <artifactId>mysql</artifactId>
>                     <version>5.1.40</version>
>                 </dependency>
>             </dependencies>
>         </profile>
> "
>
>
>
> 2017-04-25 11:53 GMT-04:00, Jeroen van der Wal <[email protected]>:
> > Hi Eder,
> >
> > Are you developing against the in-memory hsqldb database? If not, what
> does
> > the scale in your database look like?
> >
> > Cheers,
> >
> > Jeroen
> >
>

Reply via email to