Git Product home page Git Product logo

mysql-json-schema's People

Stargazers

 avatar  avatar  avatar  avatar

mysql-json-schema's Issues

Incorrect error handling

On many places you have if (err) {reject(err);} without return, and the code goes on to try to forEach undefined variables or other wrong execution flow.

Error describing tables with a name that is a keyword

I got the following error when trying use this nifty library.
The issue is that I have a table with the name update.
I'm going to create a pull request to fix the issue by wwrapping the table name in `

node_modules\mysql-json-schema\node_modules\mysql\lib\protocol\Parser.js:80
        throw err; // Rethrow non-MySQL errors
        ^

TypeError: Cannot read property 'forEach' of undefined
    at Query._callback (node_modules\mysql-json-schema\dist\mysql.js:65:17)
    at Query.Sequence.end (node_modules\mysql-json-schema\node_modules\mysql\lib\protocol\sequences\Sequence.js:88:24)
    at Query.ErrorPacket (node_modules\mysql-json-schema\node_modules\mysql\lib\protocol\sequences\Query.js:90:8)
    at Protocol._parsePacket (node_modules\mysql-json-schema\node_modules\mysql\lib\protocol\Protocol.js:279:23)
    at Parser.write (node_modules\mysql-json-schema\node_modules\mysql\lib\protocol\Parser.js:76:12)
    at Protocol.write (node_modules\mysql-json-schema\node_modules\mysql\lib\protocol\Protocol.js:39:16)
    at Socket.<anonymous> (node_modules\mysql-json-schema\node_modules\mysql\lib\Connection.js:103:28)
    at emitOne (events.js:115:13)
    at Socket.emit (events.js:210:7)
    at addChunk (_stream_readable.js:266:12)
    at readableAddChunk (_stream_readable.js:253:11)
    at Socket.Readable.push (_stream_readable.js:211:10)
    at TCP.onread (net.js:585:20)

Process finished with exit code 1

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.