Giter Club home page Giter Club logo

Comments (3)

adrianpraja avatar adrianpraja commented on August 17, 2024

Hi Loen,

I did not see this issue before, I looks like a serious bug. Ill get back after some tests

from dynamodb-oop.

loen avatar loen commented on August 17, 2024

Hi databank,
If you have any additional questions just let me know I'll try to answer

from dynamodb-oop.

adrianpraja avatar adrianpraja commented on August 17, 2024

Hi Loen,

I installed both versions did a few tests and got no different results

things to mention in your code snippet above:

  1. you do not need to use
    command = command.where(key).eq(query[key]); just
    command.where(key).eq(query[key]); should be enaugh

  2. callback should be callback(err, result) and not callback(result)

  3. result parameter in the callback is an object not array,
    result[0] and result[0][0] does not make sense

If possible please provide more details on how to reproduce the issue you were seeing

thanks

from dynamodb-oop.

Related Issues (20)

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.