Code Monkey home page Code Monkey logo

neoql's People

Contributors

dominique-locatelli avatar ericaro avatar

Watchers

 avatar  avatar

neoql's Issues

Successive updates before a commit do not produce the expexted result

What steps will reproduce the problem?
1. See the test case attached : the result is different if you call :
        database.update(myImmutableTable, NeoQL.is(myImmutableProperty), 
                MyImmutable.PROP1_COLUMN.set("prop1-up"),
                MyImmutable.PROP2_COLUMN.set("prop2-up"));

        database.commit();

or if you call :
        database.update(myImmutableTable, NeoQL.is(myImmutableProperty), 
                MyImmutable.PROP1_COLUMN.set("prop1-up-up"));
        database.update(myImmutableTable, NeoQL.is(myImmutableProperty), 
                MyImmutable.PROP2_COLUMN.set("prop2-up-up"));

        database.commit();

What is the expected output? What do you see instead?
Both properties should have been updated in the database. Instead only the 
first one is updated.

What version of the product are you using? On what operating system?
The last snapshot.

Please provide any additional information below.
See the test case attached.

Original issue reported on code.google.com by [email protected] on 16 Nov 2012 at 8:26

generic debugging jtable

look into the possibility to provide a debugger, i.e. a GUI that displays every 
tables in a jtable, optionally with edition capability.

Original issue reported on code.google.com by [email protected] on 17 Jun 2012 at 5:00

Drop protocol is a failure

The drop protocol is a failure, it only disconnect the last table, in the table 
chain.
It I create tables as 'intermediate' they should be destroyed as well.

Original issue reported on code.google.com by [email protected] on 19 May 2012 at 7:29

Javadoc

Once the API and concept are stable, javadoc the public API

Original issue reported on code.google.com by [email protected] on 20 May 2012 at 9:32

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.