Skip to content

Conversation

@simon-mundy
Copy link
Collaborator

The documentation for sql-ddl.md (available at https://docs.laminas.dev/laminas-db/sql-ddl/ for reference) shows some detail but does not show the full scope of these classes and methods.

This PR goes further and re-organises the existing sections, adds further examples and optimises syntax.

Closes #88

…s, additional SQL output demonstrations, and expanded Docker deployment options.
Split docs files and re-ordered
2-pass optimisation of examples and introductions

Signed-off-by: Simon Mundy <simon.mundy@peptolab.com>
Signed-off-by: Simon Mundy <simon.mundy@peptolab.com>
Signed-off-by: Simon Mundy <simon.mundy@peptolab.com>
Split chapters/examples
Linted documentation

Signed-off-by: Simon Mundy <simon.mundy@peptolab.com>
Split chapters/examples
Linted documentation

Signed-off-by: Simon Mundy <simon.mundy@peptolab.com>
… documentation-improvements

# Conflicts:
#	docs/book/adapter.md
#	docs/book/adapters/adapter-aware-trait.md
#	docs/book/application-integration/usage-in-a-laminas-mvc-application.md
#	docs/book/application-integration/usage-in-a-mezzio-application.md
#	docs/book/docker-deployment.md
#	docs/book/index.md
#	docs/book/metadata.md
#	docs/book/metadata/examples.md
#	docs/book/metadata/intro.md
#	docs/book/metadata/objects.md
#	docs/book/profiler.md
#	docs/book/result-set/advanced.md
#	docs/book/result-set/examples.md
#	docs/book/result-set/intro.md
#	docs/book/row-gateway.md
#	docs/book/sql-ddl.md
#	docs/book/sql-ddl/advanced.md
#	docs/book/sql-ddl/alter-drop.md
#	docs/book/sql-ddl/columns.md
#	docs/book/sql-ddl/constraints.md
#	docs/book/sql-ddl/examples.md
#	docs/book/sql-ddl/intro.md
#	docs/book/sql.md
#	docs/book/sql/examples.md
#	docs/book/sql/insert.md
#	docs/book/sql/intro.md
#	docs/book/sql/select.md
#	docs/book/sql/update-delete.md
#	docs/book/sql/where-having.md
#	docs/book/table-gateway.md

Signed-off-by: Simon Mundy <simon.mundy@peptolab.com>
@simon-mundy simon-mundy added this to the 0.4.0 milestone Dec 8, 2025
@github-project-automation github-project-automation bot moved this to Todo in @phpdb Dec 8, 2025
@simon-mundy simon-mundy self-assigned this Dec 8, 2025
@simon-mundy simon-mundy requested a review from tyrsson December 8, 2025 06:11
@simon-mundy simon-mundy added documentation Improvements or additions to documentation enhancement New feature or request labels Dec 8, 2025
simon-mundy and others added 6 commits December 8, 2025 17:13
Signed-off-by: Simon Mundy <simon.mundy@peptolab.com>
Signed-off-by: Simon Mundy <46739456+simon-mundy@users.noreply.github.com>
Signed-off-by: Simon Mundy <simon.mundy@peptolab.com>
Signed-off-by: Simon Mundy <simon.mundy@peptolab.com>
… documentation-improvements

# Conflicts:
#	.markdownlint.json

Signed-off-by: Simon Mundy <simon.mundy@peptolab.com>
@tyrsson tyrsson modified the milestones: 0.4.0, 0.4.1 Dec 9, 2025
Base automatically changed from 0.4.x to 0.5.x December 19, 2025 02:44
@simon-mundy simon-mundy moved this from Todo to In Progress in @phpdb Dec 23, 2025
Copy link
Member

@tyrsson tyrsson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is still unresolved comments and at least one change is incorrect for the return type of AdapterAwareInterface getDbAdapter method.

@tyrsson tyrsson removed this from the 0.4.1 milestone Jan 4, 2026
@tyrsson tyrsson modified the milestones: 0.5.0, 0.4.1 Jan 4, 2026
@tyrsson tyrsson changed the base branch from 0.5.x to 0.4.x January 4, 2026 05:15
@simon-mundy simon-mundy merged commit 95edb68 into 0.4.x Jan 5, 2026
21 checks passed
@github-project-automation github-project-automation bot moved this from In Progress to Done in @phpdb Jan 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation enhancement New feature or request

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

[RFC]: Documentation for Sql Ddl

3 participants