Giter Club home page Giter Club logo

optimist's People

Contributors

spagettikod avatar

Watchers

 avatar

optimist's Issues

Change package and groupId to se.spagettikod?

Since I don't have spagettikod.com and groupId should reflect the actual domain 
of optimist, in this case, it would probably be a good idea to change the 
packages and groupId at this point.

Original issue reported on code.google.com by [email protected] on 6 Jan 2011 at 9:28

Rewrite test cases for multiple database support

Current test cases are limited in support for more than one database type. 
Preferably the test cases should be the same but be "fed" with the correct 
connection and MyBatis mapping.

Move from JUnit to TestNG to support test suites using Maven2. The same tests 
need to be run but against different databases. 

Original issue reported on code.google.com by [email protected] on 6 Jan 2011 at 8:44

Move gwt-optimist to separate project

It seems hard to run both optimist and gwt-optimist out of one Project Hosting 
project so I've create a separate project for gwt-optimist. Move source code 
there and move optimist back to root of trunk.

Original issue reported on code.google.com by [email protected] on 12 Jan 2011 at 8:42

version comparing problem

What steps will reproduce the problem?
1. suppose version in DB is 2
2. set version to value greater than 2, 20 for example
3. update success-ed and the version in DB changed to 21

What is the expected output? What do you see instead?
the update should be rejected, because the version does not match what in DB

What version of the product are you using? On what operating system?
all version

Please provide any additional information below.
the statement "return currentValueLong > thisVersion;" in 
EntityWrapper.isStale() should be changed to "return currentValueLong != 
thisVersion;"


Original issue reported on code.google.com by [email protected] on 27 Apr 2012 at 3:21

Add mapper detection to Mapper

It would make more sense to have the Mapper sub classes report back to the 
Mapper if the database is supported by a certain mapper.

Original issue reported on code.google.com by [email protected] on 30 Dec 2010 at 6:38

NullPointerException when calling DELETE, INSERT or UPDATE

What steps will reproduce the problem?
Call a method executing a DELETE, INSERT or UPDATE in the database without 
including a parameter.

What is the expected output? What do you see instead?
Expected output is a debug log saying something like "Optimist can not be 
used". Instead there is a NullPointerException.


Please use labels and text to provide additional information.


Original issue reported on code.google.com by [email protected] on 4 Feb 2011 at 8:37

NullPointerException in EntityWrapper.isStale

The following stacktrace occured. Reason unknown. Are we missing a 
try-statement?

Caused by: java.lang.NullPointerException
        at se.spagettikod.optimist.impl.EntityWrapper.isStale(EntityWrapper.java:237)
        at se.spagettikod.optimist.impl.OptimisticLockingInterceptor.updateImpl(OptimisticLockingInterceptor.java:81)
        at se.spagettikod.optimist.impl.OptimisticLockingInterceptor.intercept(OptimisticLockingInterceptor.java:139)
        at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:42)
        at $Proxy82.update(Unknown Source)
        at org.apache.ibatis.session.defaults.DefaultSqlSession.update(DefaultSqlSession.java:118)
        ... 65 more


Original issue reported on code.google.com by [email protected] on 18 Mar 2011 at 9:46

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.