File tree
5 files changed
+47
-49
lines changed- .github/workflows
- lib
- plugins/sfDoctrinePlugin/lib/vendor
- vendor
- test/unit/validator
5 files changed
+47
-49
lines changedLines changed: 44 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + |
Lines changed: 0 additions & 46 deletions
This file was deleted.
- .docker/php53/Dockerfile+48
- .docker/php54/Dockerfile+5
- .docker/php55_71/Dockerfile+6
- .docker/php72_73/Dockerfile+22
- .docker/php74_81/Dockerfile+34
- .gitattributes+7
- .gitignore+5-1
- .travis.yml+41-11
- CHANGELOG-341
- CHANGELOG.md+20
- README.md+54
- composer.json+31-8
- docker-compose.yml+138
- lib/Doctrine/Access.php+5
- lib/Doctrine/Adapter/Mock.php+1
- lib/Doctrine/Cli.php+1-1
- lib/Doctrine/Collection.php+34-8
- lib/Doctrine/Collection/OnDemand.php+5
- lib/Doctrine/Connection.php+31-4
- lib/Doctrine/Connection/Mysql.php+5
- lib/Doctrine/Connection/Profiler.php+12-10
- lib/Doctrine/Connection/Sqlite.php+22-4
- lib/Doctrine/Connection/Statement.php+11-4
- lib/Doctrine/Connection/UnitOfWork.php+3-3
- lib/Doctrine/Core.php+1-1
- lib/Doctrine/Event.php+2-2
- lib/Doctrine/Export/Mysql.php+1-1
- lib/Doctrine/Formatter.php+1-1
- lib/Doctrine/Hydrator/Graph.php+12-9
- lib/Doctrine/Import/Builder.php+190-33
- lib/Doctrine/Manager.php+4-2
- lib/Doctrine/Migration/Builder.php+1-1
- lib/Doctrine/Migration/Diff.php+1-1
- lib/Doctrine/Node.php+1
- lib/Doctrine/Parser/Xml.php+1-1
- lib/Doctrine/Parser/sfYaml/sfYamlInline.php+4-4
- lib/Doctrine/Query.php+7-5
- lib/Doctrine/Query/Abstract.php+278-150
- lib/Doctrine/Query/Having.php+1-1
- lib/Doctrine/Query/Tokenizer.php+1-1
- lib/Doctrine/RawSql.php+1-1
- lib/Doctrine/Record.php+42-21
- lib/Doctrine/Record/Abstract.php+3-3
- lib/Doctrine/Record/Filter.php+15-9
- lib/Doctrine/Record/Filter/Compound.php+46-23
- lib/Doctrine/Record/Filter/Standard.php+8-10
- lib/Doctrine/Record/Iterator.php+1
- lib/Doctrine/Relation.php+4
- lib/Doctrine/Search/File.php+4
- lib/Doctrine/Table.php+80-29
- lib/Doctrine/Table/Repository.php+2
- lib/Doctrine/Task.php+2-2
- lib/Doctrine/Template/Geographical.php+6-6
- lib/Doctrine/Template/Listener/Timestampable.php+7-9
- lib/Doctrine/Validator.php+64-58
- lib/Doctrine/Validator/ErrorStack.php+6-3
- lib/Doctrine/Validator/Exception.php+2
- lib/Doctrine/Validator/HtmlColor.php+2-2
- lib/Doctrine/Validator/Notblank.php+1-1
- tests/BaseTestCase.php+11-10
- tests/CliTestCase.php+2-6
- tests/Connection/CustomTestCase.php+4-1
- tests/CustomResultSetOrderTestCase.php+1-1
- tests/DoctrineTest/Doctrine_UnitTestCase.php+37-9
- tests/DoctrineTest/UnitTestCase.php+59-10
- tests/EventListenerTestCase.php+1
- tests/ExtensionTestCase.php+2
- tests/Hydrate/CollectionInitializationTestCase.php+19
- tests/Hydrate/FetchModeTestCase.php+1-1
- tests/HydrateTestCase.php+1-1
- tests/Import/BuilderTestCase.php+20-20
- tests/ManagerTestCase.php+9-2
- tests/Migration/BaseTestCase.php+7-7
- tests/Query/MultiJoinTestCase.php+112-23
- tests/Record/FromArrayTestCase.php+8-3
- tests/Record/SynchronizeTestCase.php+16-5
- tests/Relation/AccessTestCase.php+1-1
- tests/TaskTestCase.php+32-1
- tests/Ticket/1254TestCase.php+1-1
- tests/Ticket/1674TestCase.php+8-2
- tests/Ticket/1783TestCase.php+5-2
- tests/Ticket/982TestCase.php+2-2
- tests/Ticket/DC521TestCase.php+1
- tests/ValidatorTestCase.php+7
- tests/bin/test+76
- tests/run.php+26-25
- tests/tmp/Ticket_1527_User.php-16
- tests/tmp/generated/BaseTicket_1527_User.php-40
Submodule swiftmailer updated 168 files
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
105 | 105 |
| |
106 | 106 |
| |
107 | 107 |
| |
108 |
| - | |
| 108 | + | |
109 | 109 |
| |
110 | 110 |
| |
111 | 111 |
| |
|
0 commit comments