node-cubrid icon indicating copy to clipboard operation
node-cubrid copied to clipboard

This is a Node.js driver for CUBRID RDBMS. It is developed in 100% JavaScript and does not require specific platform compilation.

Results 5 node-cubrid issues
Sort by recently updated
recently updated
newest added

When I tried to connect to db via management port, My script did not proceed and server was shut down. --Used Code--- ``` var conn = CUBRID.createCUBRIDConnection(**(IP), 20101, 'dba', ***(PW),...

invalid
tests

- [ ] Simulate a deadlock and a corresponding failure by writing via multiple clients. The driver should receive an error and be able to properly handle it. - [...

enhancement
tests

Like in http://caolan.github.io/async/docs.html#.map. The documentation over there is beautiful.

enhancement
docs

- [ ] Tell about how `DATE`/`DATETIME` fields are parsed in `node-cubrid`. The values are parsed as UTC values. That is if the data in date field is stored as...

enhancement
docs

Migrated from: - [When a string value includes a question mark, the bind param operation behaves unexpectedly](http://jira.cubrid.org/browse/APIS-731). - [Implement explicit prepare/execute flow with the support for bind() function](http://jira.cubrid.org/browse/APIS-704). At this...

enhancement