Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UUID #24

Open
webjay opened this issue May 12, 2021 · 0 comments
Open

UUID #24

webjay opened this issue May 12, 2021 · 0 comments

Comments

@webjay
Copy link

webjay commented May 12, 2021

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 (<anonymous>)",
        "    at Function.RDSData.resultFormat (/var/task/node_modules/rds-data/lib/RDSData.js:172:30)",
        "    at /var/task/node_modules/rds-data/lib/RDSData.js:96:50",
        "    at processTicksAndRejections (internal/process/task_queues.js:93:5)"
    ]
}

but was able to get around it by casting the UUID field to varchar: id::VARCHAR(36).

Furthermore, I also got the error: "errorMessage": "Missing type: text" and see that the code in the NPM package doesn't uppercase typeName.

Is this package active?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant