rds-data icon indicating copy to clipboard operation
rds-data copied to clipboard

A decorator for the AWS Data API for Aurora Serverless. It decorates and abstracts the Amazon SDK's implementation to make it feel more like a traditional MySQL wrapper than an HTTP based web service....

Results 23 rds-data issues
Sort by recently updated
recently updated
newest added

Bumps [ws](https://github.com/websockets/ws) from 7.3.0 to 7.4.6. Release notes Sourced from ws's releases. 7.4.6 Bug fixes Fixed a ReDoS vulnerability (00c425ec). A specially crafted value of the Sec-Websocket-Protocol header could be...

dependencies

I got the following error: ``` { "errorType": "Error", "errorMessage": "Missing type: uuid", "stack": [ "Error: Missing type: uuid", " at /var/task/node_modules/rds-data/lib/RDSData.js:207:35", " at Array.forEach ()", " at Function.RDSData.resultFormat (/var/task/node_modules/rds-data/lib/RDSData.js:172:30)",...

Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.8 to 2.8.9. Changelog Sourced from hosted-git-info's changelog. 2.8.9 (2021-04-07) Bug Fixes backport regex fix from #76 (29adfe5), closes #84 Commits 8d4b369 chore(release): 2.8.9 29adfe5 fix: backport...

dependencies

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.19 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies

I am wondering if this library should provide support for highload interaction with RDS Data API? RDS-serverless is great AWS service, but it has a tons caveats within highload interoperation....

Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1. Changelog Sourced from y18n's changelog. Change Log All notable changes to this project will be documented in this file. See standard-version for commit guidelines....

dependencies

Just adding some missing data types. Specifically: TINYINT & MEDIUMTEXT. Regards.

## Overview An introduction of ColumnValue which was initially conceived by @MarkHerhold ## Adds + The ColumnValue class which stores the results from the RDS and provides easy typed results...

Change adds decimal support. Response for a decimal column from the AWS SDK is the following. Decimal columns are returned with a "stringValue" property. ` { "columnMetadata": [{ "arrayBaseColumnType": 0,...

when running the query function, I'm presented with `"Missing type: DECIMAL"`. I tracked it down to that type missing in the case statement inside of `resultFormat`. Seems like we could...