1
0
mirror of synced 2024-12-13 14:56:01 +03:00
doctrine2/lib/Doctrine/ORM
David Stensland e6be52af3a Teach orm:validate-schema to --skip-mapping and --skip-sync
Use --skip-mapping to not check if the current mapping informaiton
is valid or not.

Use --skip-sync to not check if the database schema is in line with
the current schema mapping.
2013-11-11 18:12:28 -05:00
..
Decorator Kept BC. 2013-07-29 10:46:47 -04:00
Event Fix some LGPL occurances to MIT 2013-10-02 12:07:37 +02:00
Id Fixed typos 2013-04-06 14:31:27 +00:00
Internal [DDC-2759] Fix regression in ArrayHydrator introduced in DDC-1884 at SHA c7b4c9bf0f 2013-10-26 11:16:07 +02:00
Mapping s/PostgreSQLPlatform/PostgreSqlPlatform/ 2013-10-21 09:44:48 +02:00
Persisters [bugfix] if BIGINT or SMALLINT version field was not incremented. 2013-09-29 16:17:10 +02:00
Proxy applying required fixes for DDC-2432 2013-05-09 21:14:58 +02:00
Query Fixes a Fatal Error when using a subexpression in parenthesis 2013-10-14 15:04:52 +02:00
Repository Updated since php doc tag. 2013-06-14 12:07:28 -04:00
Tools Teach orm:validate-schema to --skip-mapping and --skip-sync 2013-11-11 18:12:28 -05:00
AbstractQuery.php [DDC-2655] Don't let getOneOrNullResult throw NoResultException 2013-10-09 11:38:33 -04:00
Configuration.php #DDC-2664 Improving and fixing documentation for new Proxy factory flags usage as of DCOM-210 2013-09-09 11:30:18 +02:00
EntityManager.php Remove unused use statement 2013-10-07 15:58:41 +02:00
EntityManagerInterface.php Kept BC. 2013-07-29 10:46:47 -04:00
EntityNotFoundException.php Fixed missed documentation issues in Doctrine\ORM 2012-12-14 20:12:56 +00:00
EntityRepository.php Added indexBy option to createQueryBuilder 2013-08-28 22:35:29 +01:00
Events.php Fixed typos 2013-03-11 00:08:58 +00:00
NativeQuery.php Fixed unused 'use' statements. 2012-12-13 18:19:21 +00:00
NonUniqueResultException.php Fixed unused 'use' statements. 2012-12-13 18:19:21 +00:00
NoResultException.php Fixed missed documentation issues in Doctrine\ORM 2012-12-14 20:12:56 +00:00
OptimisticLockException.php Removed unnecessary is_object() check 2013-10-01 13:00:37 +02:00
ORMException.php Documentation (docblock) fixes. 2012-12-01 16:28:06 +00:00
ORMInvalidArgumentException.php Fixed typos 2013-03-11 00:08:58 +00:00
PersistentCollection.php do not initialize coll on add() 2013-07-22 18:54:02 -04:00
PessimisticLockException.php Fix some LGPL occurances to MIT 2013-10-02 12:07:37 +02:00
Query.php Fix DDC-1995 2013-06-07 17:24:05 -04:00
QueryBuilder.php HHVM compatibility: func_get_args 2013-09-15 20:57:30 +03:00
README.markdown [2.0] Adding blank README files 2010-04-06 03:04:02 +00:00
TransactionRequiredException.php Fix some LGPL occurances to MIT 2013-10-02 12:07:37 +02:00
UnexpectedResultException.php Fixed unused 'use' statements. 2012-12-13 18:19:21 +00:00
UnitOfWork.php Delete some very old, leftover code. 2013-09-11 22:43:38 +02:00
Version.php Bump dev version to 2.4.0 2013-05-27 21:47:16 +02:00