mirror of
https://github.com/doctrine/orm.git
synced 2026-04-29 09:23:20 +02:00
[PR #507] [CLOSED] Now MetaDataFilter takess also regexp. For example whern you want to #8300
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/doctrine/orm/pull/507
Author: @catalinux
Created: 11/6/2012
Status: ❌ Closed
Base:
master← Head:filter-regexp📝 Commits (5)
9b8db62Now MetaDataFilter takess also regexp. For example whern you want toa813dd5- Applied Phpstorm PSR format688a4ecadded preg_quote to $filter input33a12adadded space after type cast (I could not find any rule in psr1/2 standard, but I modified in PhpStorm)b9f75f4checking preg result. Should I raise an error📊 Changes
1 file changed (+10 additions, -1 deletions)
View changed files
📝
lib/Doctrine/ORM/Tools/Console/MetadataFilter.php(+10 -1)📄 Description
extract metadata if you would filter like this: --filter="Article"
would extract also for "ArticleItems" (article_items table). Now you
can use --filter="Article$" if you want only that table (articl)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.