[PR #81] [CLOSED] Fix table creation #107

Open
opened 2026-01-23 11:35:13 +01:00 by admin · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/doctrine/KeyValueStore/pull/81
Author: @davidnjuko
Created: 6/30/2016
Status: Closed

Base: masterHead: master


📝 Commits (2)

📊 Changes

2 files changed (+22 additions, -19 deletions)

View changed files

📝 composer.json (+1 -1)
📝 lib/Doctrine/KeyValueStore/Storage/DynamoDbStorage.php (+21 -18)

📄 Description

The raised exception is DynamoDbException type not ResourceNotFoundException type


🔄 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/doctrine/KeyValueStore/pull/81 **Author:** [@davidnjuko](https://github.com/davidnjuko) **Created:** 6/30/2016 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`615ad09`](https://github.com/doctrine/KeyValueStore/commit/615ad09e2e39461fee1205b532035308a448ef2b) Fix table creation - [`8352ff4`](https://github.com/doctrine/KeyValueStore/commit/8352ff4fbb81bd449ee786dbf30af6700ee9b32e) Update composer.json ### 📊 Changes **2 files changed** (+22 additions, -19 deletions) <details> <summary>View changed files</summary> 📝 `composer.json` (+1 -1) 📝 `lib/Doctrine/KeyValueStore/Storage/DynamoDbStorage.php` (+21 -18) </details> ### 📄 Description The raised exception is DynamoDbException type not ResourceNotFoundException type --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
admin added the pull-request label 2026-01-23 11:35:13 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/KeyValueStore#107