[PR #289] [CLOSED] Preserve camelcase when mapping existing database #7979

Closed
opened 2026-01-22 15:57:48 +01:00 by admin · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/doctrine/orm/pull/289
Author: @isanosian
Created: 2/18/2012
Status: Closed

Base: masterHead: master


📝 Commits (1)

  • 69ef2c5 CamelCase is now preserved when importing entities from existing database using Symfony's command

📊 Changes

1 file changed (+1 additions, -3 deletions)

View changed files

📝 lib/Doctrine/ORM/Mapping/Driver/DatabaseDriver.php (+1 -3)

📄 Description

CamelCase is now preserved when importing entities from existing database using Symfony's command

php app/console doctrine:mapping:convert xml ./src/Acme/BlogBundle/Resources/config/doctrine/metadata/orm --from-database --force


🔄 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/orm/pull/289 **Author:** [@isanosian](https://github.com/isanosian) **Created:** 2/18/2012 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`69ef2c5`](https://github.com/doctrine/orm/commit/69ef2c592eace0c940af2ddf21f247afa34c6b59) CamelCase is now preserved when importing entities from existing database using Symfony's command ### 📊 Changes **1 file changed** (+1 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `lib/Doctrine/ORM/Mapping/Driver/DatabaseDriver.php` (+1 -3) </details> ### 📄 Description CamelCase is now preserved when importing entities from existing database using Symfony's command php app/console doctrine:mapping:convert xml ./src/Acme/BlogBundle/Resources/config/doctrine/metadata/orm --from-database --force --- <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-22 15:57:48 +01:00
admin closed this issue 2026-01-22 15:57:49 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/archived-orm#7979