Skip to content

Commit d4cead5

Browse files
authored
Merge pull request #2056 from greg0ire/cleanup-schema
Cleanup XSD schema
2 parents 34d82ce + b91a131 commit d4cead5

File tree

3 files changed

+2
-26
lines changed

3 files changed

+2
-26
lines changed

config/schema/doctrine-1.0.xsd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
<xsd:attribute name="port" type="xsd:string" />
5050
<xsd:attribute name="user" type="xsd:string" />
5151
<xsd:attribute name="password" type="xsd:string" />
52-
<xsd:attribute name="override-url" type="xsd:boolean" />
52+
5353
<xsd:attribute name="dbname-suffix" type="xsd:string" />
5454
<xsd:attribute name="application-name" type="xsd:string" />
5555
<xsd:attribute name="path" type="xsd:string" />
@@ -264,7 +264,7 @@
264264
<xsd:attribute name="enabled" type="xsd:boolean" default="true"/>
265265
<xsd:attribute name="log-enabled" type="xsd:boolean" default="true"/>
266266
<xsd:attribute name="factory" type="xsd:string" />
267-
<xsd:attribute name="query-validator" type="xsd:string" />
267+
268268
<xsd:attribute name="region-lifetime" type="xsd:integer" />
269269
<xsd:attribute name="region-lock-lifetime" type="xsd:integer" />
270270
</xsd:complexType>

tests/DependencyInjection/Fixtures/config/xml/dbal_allow_partial_url_override.xml

Lines changed: 0 additions & 12 deletions
This file was deleted.

tests/DependencyInjection/Fixtures/config/xml/dbal_allow_url_override.xml

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)