47da86b issue #504 | Crash when printing model schema, if one of the attributes is of the type URI
📊 Changes
1 file changed (+8 additions, -0 deletions)
View changed files
📝Sources/DynamicSchema+Convenience.swift (+8 -0)
📄 Description
Added a missing .URIAttributeType case so that it won't go to default, causing fatalError
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
## 📋 Pull Request Information
**Original PR:** https://github.com/JohnEstropia/CoreStore/pull/505
**Author:** [@pawan-joshi](https://github.com/pawan-joshi)
**Created:** 5/22/2024
**Status:** 🔄 Open
**Base:** `develop` ← **Head:** `issue-504`
---
### 📝 Commits (1)
- [`47da86b`](https://github.com/JohnEstropia/CoreStore/commit/47da86b0f2770c19619b59b096e0e5714a77c6ff) issue #504 | Crash when printing model schema, if one of the attributes is of the type URI
### 📊 Changes
**1 file changed** (+8 additions, -0 deletions)
<details>
<summary>View changed files</summary>
📝 `Sources/DynamicSchema+Convenience.swift` (+8 -0)
</details>
### 📄 Description
Added a missing .URIAttributeType case so that it won't go to default, causing fatalError
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/JohnEstropia/CoreStore/pull/505
Author: @pawan-joshi
Created: 5/22/2024
Status: 🔄 Open
Base:
develop← Head:issue-504📝 Commits (1)
47da86bissue #504 | Crash when printing model schema, if one of the attributes is of the type URI📊 Changes
1 file changed (+8 additions, -0 deletions)
View changed files
📝
Sources/DynamicSchema+Convenience.swift(+8 -0)📄 Description
Added a missing .URIAttributeType case so that it won't go to default, causing fatalError
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.