This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component
Fabien Potencier fe01d10735 bug #11009 [HttpFoundation] smaller fixes for PdoSessionHandler (Tobion)
This PR was merged into the 2.3 branch.

Discussion
----------

[HttpFoundation] smaller fixes for PdoSessionHandler

| Q             | A
| ------------- | ---
| Bug fix?      | yes
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | #10652
| License       | MIT

For both the PdoSessionHandler and DbalSessionHandler
- https://github.com/symfony/symfony/pull/10652#issuecomment-42370425: Transactional DELETE + INSERT does not work as expected
- https://github.com/symfony/symfony/pull/10652#issuecomment-44359784: sqlsrv 2005 does not support the MERGE SQL, and if used it requires an HOLDLOCK
- missing time update for sqlsrv and oracle

Commits
-------

a0e1d4d [Doctrine Bridge] fix DBAL session handler according to PdoSessionHandler
00d707f [HttpFoundation] use different approach for duplicate keys in postgres, fix merge for sqlsrv and oracle
2014-06-04 19:27:41 +02:00
..
BrowserKit Allow URLs that don't contain a path 2014-04-22 15:58:51 +01:00
ClassLoader fixed types in phpdocs 2014-04-16 12:30:19 +02:00
Config fix docblock 2014-04-22 10:09:28 +02:00
Console Explicitly define the encoding. 2014-05-14 14:35:53 +01:00
CssSelector Lower mbstring dep, remove it for Yaml and CssSelector components 2014-05-12 11:13:35 +02:00
Debug [Debug] fix #10313: FlattenException not found because of https://bugs.php.net/42098 2014-04-29 21:42:43 +02:00
DependencyInjection Remove undefined variable $e 2014-06-03 03:40:41 +02:00
DomCrawler bug #10983 [DomCrawler] Fixed charset detection in html5 meta charset tag (77web) 2014-05-27 00:15:18 +02:00
EventDispatcher fixed types in phpdocs 2014-04-16 12:30:19 +02:00
Filesystem fixed types in phpdocs 2014-04-16 12:30:19 +02:00
Finder [WIP][Finder] Fix wrong implementation on sortable callback comparator 2014-05-22 15:42:36 +02:00
Form bug #10777 [Form] Automatically add step attribute to HTML5 time widgets to display seconds if needed (tucksaun) 2014-05-16 13:54:17 +02:00
HttpFoundation bug #11009 [HttpFoundation] smaller fixes for PdoSessionHandler (Tobion) 2014-06-04 19:27:41 +02:00
HttpKernel bumped Symfony version to 2.3.17 2014-06-01 17:15:00 +02:00
Intl minor #10717 unified return null usages (fabpot) 2014-04-18 22:35:25 +02:00
Locale unified return null usages 2014-04-16 09:43:51 +02:00
OptionsResolver fixed types in phpdocs 2014-04-16 12:30:19 +02:00
Process [Process] Add validation on Process input 2014-05-17 23:49:26 +02:00
PropertyAccess Fixed incorrect regular plural for -ves words 2014-05-16 11:27:00 +02:00
Routing added @Target annotations 2014-04-23 15:35:47 +02:00
Security [Security] Add check for supported attributes in AclVoter 2014-05-08 18:38:48 +02:00
Serializer minor #10717 unified return null usages (fabpot) 2014-04-18 22:35:25 +02:00
Stopwatch minor #10717 unified return null usages (fabpot) 2014-04-18 22:35:25 +02:00
Templating fixed types in phpdocs 2014-04-16 12:30:19 +02:00
Translation Include file path in exception 2014-05-21 18:08:05 +02:00
Validator Fix a parameter name in a test 2014-06-01 01:16:29 +04:00
Yaml Lower mbstring dep, remove it for Yaml and CssSelector components 2014-05-12 11:13:35 +02:00