base repository: doctrine/dbal
base: 4.0.1
head repository: doctrine/dbal
Uh oh!
There was an error while loading. Please reload this page.
compare: 4.0.2
- 20 commits
- 13 files changed
- 10 contributors
Commits on Mar 5, 2024
Fix double quote used wrongly for literal value in SqliteSchemaManager (
#6325) | Q | A |------------- | ----------- | Type | bug | Fixed issues | #### Summary It seems PHP SQLite drivers allows `"` to be used to escape literal values, but natively such syntax produces an sqlite parse error [1]. I have discovered this when analysing SQLite log, it is otherwise tested. I checked all other `"` in SQLite platform and manager and all of them seems correct otherwise. [1] https://dbfiddle.uk/KQAGp9Ea (notice the 2nd query is the same, but uses `"` instead of `'`)
mvorisek authoredMar 5, 2024 Configuration menu Copy the full SHA View commit details Browse the repository at this point in the history
Commits on Mar 12, 2024
- greg0ire committed
Mar 12, 2024 Configuration menu Copy the full SHA View commit details Browse the repository at this point in the history The list of reserved characters for cache key names was missing ':'
kalifg authoredMar 12, 2024 Merge pull request #6332 from greg0ire/witch-hunt
Spell which properly
SenseException authoredMar 12, 2024
Commits on Mar 19, 2024
[Documentation] Adding "versionadded" (#6336)
| Q | A |------------- | ----------- | Type | improvement | Fixed issues | none #### Summary Page: https://www.doctrine-project.org/projects/doctrine-dbal/en/4.0/reference/types.html#bigint The `int`-mapping needs to be added at https://www.doctrine-project.org/projects/doctrine-orm/en/3.1/reference/basic-mapping.html#doctrine-mapping-types too! What is the right version information? Is it only working if you have DBAL 4 **and** ORM 3?
ThomasLandauer authoredMar 19, 2024 Remove older versions from the docs
To reduce Algolia operations and indexes older versions get removed
SenseException committedMar 19, 2024
Commits on Mar 20, 2024
[Documentation] Fixing markup (#6340)
ThomasLandauer authoredMar 20, 2024 Merge pull request #6339 from SenseException/remove-docs
Remove older versions from the docs
SenseException authoredMar 20, 2024
Commits on Mar 21, 2024
Add MariaDB 11.3 to the test matrix (#6342)
derrabus authoredMar 21, 2024 Merge branch '3.8.x' into 4.0.x
* 3.8.x: Add MariaDB 11.3 to the test matrix (#6342) Spell which properly Fix double quote used wrongly for literal value in SqliteSchemaManager (#6325)
derrabus committedMar 21, 2024
Commits on Apr 10, 2024
Commits on Apr 11, 2024
Document how to run integration tests locally
I am also replacing the commented out connection parameters in phpunit.xml.dist with a link to this paragraph because they have diverged from the one we use in the CI since f88dc28.
greg0ire committedApr 11, 2024 Merge pull request #6355 from greg0ire/doc-local-tests
Document how to run integration tests locally
greg0ire authoredApr 11, 2024
Commits on Apr 16, 2024
Ensure correct json default value normalization (#6358)
<!-- Fill in the relevant information below to help triage your pull request. --> | Q | A |------------- | ----------- | Type | bug | Fixed issues | #6357 #### Summary `PostgreSQLSchemaManager::_getPortableTableColumnDefinition()` is modified to call the private method `parseDefaultExpression()` on default values for `JSON` field to correctly normalize doubled single-quotes in json string value. A test to cover this case is added.
sbuerk authoredApr 16, 2024 Avoid calling deprecated Type::getName() (#6359)
Follow-up to #6358 (@sbuerk): `getName()` is gone on 4.0.x. This change will make merging this test up easier for us.
derrabus authoredApr 16, 2024 Merge branch '3.8.x' into 4.0.x
* 3.8.x: Avoid calling deprecated Type::getName() (#6359) Ensure correct json default value normalization (#6358) Document how to run integration tests locally Remove unused script
derrabus committedApr 16, 2024
Commits on Apr 25, 2024
[Docs] Update docs regarding "datetimetz" type (#6014)
phansys authoredApr 25, 2024 Configuration menu Copy the full SHA View commit details Browse the repository at this point in the history Connection::setNestTransactionsWithSavepoints() should not break lazy…
… connection (#6362) | Q | A |------------- | ----------- | Type | bug | Fixed issues | N/A #### Summary When calling `Connection::setNestTransactionsWithSavepoints()`, the platform is fetched to check if savepoints are actually supported. This is a problem because it might cause the connection to be opened. I've removed the check which will postpone the exception to the first time we attempt to create a savepoint.
derrabus authoredApr 25, 2024 Merge branch '3.8.x' into 4.0.x
* 3.8.x: Connection::setNestTransactionsWithSavepoints() should not break lazy connection (#6362) [Docs] Update docs regarding "datetimetz" type (#6014)
derrabus committedApr 25, 2024
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:git diff 4.0.1...4.0.2
Uh oh!
There was an error while loading. Please reload this page.