Skip to content

Merge 4.3.x up into 5.0.x#6762

Merged
morozov merged 20 commits intodoctrine:5.0.xfrom
morozov:5.0.x
Feb 3, 2025
Merged

Merge 4.3.x up into 5.0.x#6762
morozov merged 20 commits intodoctrine:5.0.xfrom
morozov:5.0.x

Conversation

@morozov
Copy link
Member

@morozov morozov commented Feb 3, 2025

No description provided.

jaapio and others added 20 commits January 29, 2025 07:57
The table contained an error which broke the parsing of the table.
Row content cannot be at the same line as the row span definition.
[DOCS] Fix binary type format documentation
1. This is consistent with using other views from SYSCAT
2. SYSCAT is considered more stable and externally facing, while SYSIBM
   is considered internal.
sys.tables represents only user-defined tables, so this way there is
no need to filter them by type = 'U'.
1. Try to keep the query as static as possible to make them more
   readable and possible to analyze by IDEs. As an exception to this
   rule, consolidate exclusion of special tables in one place.
2. Use more specific fetch methods where possible. For example, where
   it eliminates the need to normalize fetched column names.
3. Bind all parameters instead of using string literals.
4. Order introspected rows by schema name and table name.
…ntifiers

Auto-quote introspected PostgreSQL identifiers
…e-comment-introspection

Fix introspection of table options in non-default schemas
…table-definition

Deprecate `AbstractSchemaManager::_getPortableTableDefinition()`
Refactor building schema introspection queries
@morozov morozov requested a review from greg0ire February 3, 2025 19:50
@morozov morozov merged commit 2d52789 into doctrine:5.0.x Feb 3, 2025
61 of 62 checks passed
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 4, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants