使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
登录
bux
/
muzich
关注
1
点赞
0
派生
0
代码
工单
0
合并请求
0
版本发布
0
百科
动态
http://muzi.ch
791
提交
1
分支列表
目录树:
380e82457b
master
分支列表
标签列表
${ item.name }
创建分支
${ searchTerm }
从 '380e82457b'
${ noResults }
muzich
/
vendor
/
doctrine
/
doctrine-bundle
/
Doctrine
/
Bundle
/
DoctrineBundle
/
Changelog.md
Changelog.md
2.2KB
文件历史
原始文件
1.1.0 (2013-01-12)
Added syntax highlighting for queries in teh profiler
Added the validation of the mapping in the profiler panel
Added return codes for doctrine:database:[create|drop] commands
1.0.0 (2012-09-07)
Removed the mysql charset hack for 5.3.6+ as PDO has been fixed
Implement "keep_slave"/"keepSlave" configuration
Added missing Redis cache class mapping.
Fixed the XSD schema for the configuration.
Added support for schema assets filter configuration
integrate naming_strategy into config
1.0.0-RC1 (2012-07-04)
Add support for targetEntity resolving through the ORM 2.2 listener.
Fixed quote database name in doctrine:database:create and doctrine:database:drop commands
added a way to use cache services
Added a way to configure the default entity repository class
Added the support for SQL filters
Removed the InfoCommand and proxy the ORM command instead
Made the ORM fully optional by avoiding breaking the console
Added support for master_slave connections
Fixed xml config for proxy parameters
Fixes doctrine:generate:entities when called with the --path argument
Added missing Memcached cache driver
Fix memory leak in Doctrine Autoload Proxy Magic
adds lazy-loading event manager, improved listener registration
Added a configuration setting for commented types
Fixed bug with MetadataFactory having problem when the StaticReflection is used.
Added the possibility to explain queries in the profiler
Splitted the configuration for the logging and the profiling of the connection
1.0.0-beta1 (2011-12-15)
[BC break] Changed the namespace from Symfony\Bundle to Doctrine\Bundle
Enhance error reporting during mapping validation when nested exceptions occur.
Add DoctrineValidationPass to load validation files conditionally
Moved the entity provider service to DoctrineBundle
Added Stopwatch support in debug mode to integrate in the profiler timeline
Removed the IndexedReader
Added the implementation of the ManagerRegistry to replace the symfony 2.0 registry
Added access to Doctrine's ValidateSchema command from the console. See
symfony/symfony#2200
.
Extracted the bundle from Symfony 2.0