Christophe Coevoet
|
5a6c398ea0
|
Fixed coding standards in the Tools namespace
|
2012-11-03 16:37:31 +01:00 |
|
jakoch
|
d4a6c488ca
|
fixed use statements
|
2012-10-12 13:53:20 +02:00 |
|
Fabio B. Silva
|
d3d97e7ef8
|
remove svn markers
|
2012-06-19 15:27:41 -03:00 |
|
Benjamin Eberlei
|
70458b2f48
|
LGPL => MIT
|
2012-05-26 14:37:00 +02:00 |
|
Benjamin Eberlei
|
cd6131c9b8
|
Remove all trailing whitespaces
|
2011-12-19 22:56:19 +01:00 |
|
Guilherme Blanco
|
e3d133af04
|
Added getQuotedTableName() in missing places of Doctrine ORM. Fixes DDC-1365.
|
2011-09-07 01:48:19 -03:00 |
|
Michael Ridgway
|
9ae30421dd
|
Removed onUpdate property on join columns
|
2011-06-28 15:50:14 -04:00 |
|
Fabien Potencier
|
b37c8f6a23
|
Update Symfony2 vendors
|
2011-06-14 17:01:33 +02:00 |
|
Benjamin Eberlei
|
1d2b2b2c8b
|
DDC-928 - Fix undefined variable notice.
|
2010-12-28 12:18:42 +01:00 |
|
Sébastien HOUZE
|
4a9f36800e
|
Symfony/Components renamed into Symfony/Component
|
2010-08-23 12:39:30 -05:00 |
|
Jonathan H. Wage
|
b2eeac5640
|
Fixing strict standards notice
|
2010-04-14 20:41:41 -04:00 |
|
Jonathan H. Wage
|
ceb05e85ef
|
Removing ClassMetadataReader
|
2010-04-14 10:31:50 -04:00 |
|
Guilherme Blanco
|
5854bcab11
|
[2.0] Added new Console support
|
2010-04-08 00:47:42 -03:00 |
|
romanb
|
354ede1e04
|
[2.0][DDC-354][DDC-425] Fixed. Encapsulated SQL logging better in the DBAL. Added binding types to DBAL mapping types as well as using these binding types in the persisters. Query and NativeQuery now support PDO binding types as well as DBAL mapping types when binding parameters.
|
2010-03-29 13:20:41 +00:00 |
|
jwage
|
089b5dd88a
|
[2.0] Refactoring code for reading multiple sources of mapping information from ClassMetadataExporter to a new ClassMetadataReader tool so it can be used to read mapping information easily from multiple different sources. This is used for generating repositories, converting mapping information, generating entity stubs, etc. Generally though, it is useful to be able to read the information for some mapping files into an array of ClassMetadataInfo instances without it being bound to the ORM and the metadata referenced by the EntityManager ClassMetadataFactory
|
2010-03-19 04:19:15 +00:00 |
|
jwage
|
e06f7c981d
|
[2.0] Updating Symfony Yaml component to PHP 5.3 version
|
2010-03-16 23:03:29 +00:00 |
|
romanb
|
df6ca602fb
|
[2.0][DDC-92] Fixed. Patch provided by Christian Heinrich. [DDC-274] Started some method renaming. [DDC-142] Fixed (join column names and discriminator column names dont support quoting) [DDC-258] Fixed.
|
2010-03-05 16:35:00 +00:00 |
|
guilhermeblanco
|
9ad13c4730
|
[2.0][DDC-236] Enhanced unique constraints to support names. Fixed general issues on XML and YAML exporters. Fixed issues on XML, YAML, Doctrine 1.X and Annotation drivers.
|
2010-01-06 13:23:56 +00:00 |
|
jwage
|
fdd1954a7b
|
[2.0][DDC-72] Fixes issue with converting D1 column aliases to D2 field names
|
2009-11-11 21:15:27 +00:00 |
|
jwage
|
fa4046787e
|
[2.0][DDC-66] Fixing mapping of D1 timestamp to D2 datetime
|
2009-11-11 20:46:49 +00:00 |
|
jwage
|
2a663bee05
|
[2.0][DDC-64] Fixing issue with converting D1 schema clob to D2
|
2009-11-11 20:44:14 +00:00 |
|
jwage
|
c8362da494
|
[2.0] Added functionality to convert a Doctrine 1 schema to Doctrine 2 to help users with upgrading. Lots of other small bug fixes and changes.
|
2009-10-06 22:38:34 +00:00 |
|