Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also orlearn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also.Learn more about diff comparisons here.
base repository:webfactory/slimdump
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base:1.15.0
Choose a base ref
Loading
...
head repository:webfactory/slimdump
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare:1.15.1
Choose a head ref
Loading
  • 3commits
  • 15files changed
  • 1contributor

Commits on Jan 18, 2024

  1. Fill in dummy types to deal with DC2:... column comments (#102)

    We're using the `SchemaManager` to simplify listing tables, views and soon. But, the information provided by it also includes the DBAL typesused for columns, and that information may be parsed from columncomments in the database.The problem is that a table definition like so:```sqlCREATE TABLE `test` (  `some_col` int NOT NULL COMMENT '(DC2Type:some_type)')```... `slimdump` fail fail with an exception because it does not knowabout the `some_type`. This type may be available and defined in yourapplication, but we cannot put it into the `slimdump` command.Now, in fact, we don't care about the type and its conversioncapabilities at all. So, this PR adds a runtime "just in type"registration of a `DummyType` that serves as a placeholder to avoidissues when loading the schema.Fixes#96.
    @mpdude
    mpdude authoredJan 18, 2024
    Configuration menu
    Copy the full SHA
    02315a3View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d91e8b5View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dcae8afView commit details
    Browse the repository at this point in the history
Loading

[8]ページ先頭

©2009-2025 Movatter.jp