You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dash (-) in the schemaName and/or fieldName
Package can make modifications to the name, but the modification should be returned to a user, with a warning Ticket
{
"schemaName": "test01-value",
"fields": [
{
"fieldName": "Crop-value",
"type": "VARCHAR",
"description": "",
"maxLength": "",
"nullable": false,
"unique": false,
"vectorEmbed": false
}
],
"description": "Schema for seed treating materials data with details of each order"
}
Whitespace in schemaName and/or fieldName
Package can make modifications to the name, but the modification should be returned to a user, with a warning Ticket
Both have a white space
{
"schemaName": "test01 space",
"fields": [
{
"fieldName": "Crop space",
"type": "VARCHAR",
"description": "",
"maxLength": "",
"nullable": false,
"unique": false,
"vectorEmbed": false
}
],
"description": "Schema for seed treating materials data with details of each order"
}
schemaName has a white space
{
"schemaName": "test01 space",
"fields": [
{
"fieldName": "Crop_space",
"type": "VARCHAR",
"description": "",
"maxLength": "",
"nullable": false,
"unique": false,
"vectorEmbed": false
}
],
"description": "Schema for seed treating materials data with details of each order"
}
fieldName has a white space
{
"schemaName": "test01_space",
"fields": [
{
"fieldName": "Crop space",
"type": "VARCHAR",
"description": "",
"maxLength": "",
"nullable": false,
"unique": false,
"vectorEmbed": false
}
],
"description": "Schema for seed treating materials data with details of each order"
}
The text was updated successfully, but these errors were encountered:
Dynamo-Prisma
ToDo:
1. Fix Package Response
Ticket
2. Add support for Postgres types
Ticket
3. Cover the following edge cases during
schema.prisma
generation.Ticket
The 1536 in this is according to the following mapping:
-
) in theschemaName
and/orfieldName
Package can make modifications to the name, but the modification should be returned to a user, with a warning
Ticket
schemaName
and/orfieldName
Package can make modifications to the name, but the modification should be returned to a user, with a warning
Ticket
The text was updated successfully, but these errors were encountered: