-
Notifications
You must be signed in to change notification settings - Fork 27
Comparing changes
Open a pull request
base repository: webfactory/slimdump
base: 1.14.1
head repository: webfactory/slimdump
compare: master
- 12 commits
- 23 files changed
- 1 contributor
Commits on Aug 14, 2023
-
Dump the character set as specified for the connection (#101)
Since the `utf8` value has been deprecated in MySQL, it is advisable to append `?charset=utf8mb4` to DSNs. This change makes sure the selected character set is also written to the SQL output, since it determines the encoding in which data was received by `slimdump`.
Configuration menu - View commit details
-
Copy full SHA for 0abfaaa - Browse repository at this point
Copy the full SHA 0abfaaaView commit details
Commits on Jan 18, 2024
-
Fill in dummy types to deal with DC2:... column comments (#102)
We're using the `SchemaManager` to simplify listing tables, views and so on. But, the information provided by it also includes the DBAL types used for columns, and that information may be parsed from column comments in the database. The problem is that a table definition like so: ```sql CREATE TABLE `test` ( `some_col` int NOT NULL COMMENT '(DC2Type:some_type)' ) ``` ... `slimdump` fail fail with an exception because it does not know about the `some_type`. This type may be available and defined in your application, but we cannot put it into the `slimdump` command. Now, in fact, we don't care about the type and its conversion capabilities at all. So, this PR adds a runtime "just in type" registration of a `DummyType` that serves as a placeholder to avoid issues when loading the schema. Fixes #96.
Configuration menu - View commit details
-
Copy full SHA for 02315a3 - Browse repository at this point
Copy the full SHA 02315a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for d91e8b5 - Browse repository at this point
Copy the full SHA d91e8b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for dcae8af - Browse repository at this point
Copy the full SHA dcae8afView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e75f0f - Browse repository at this point
Copy the full SHA 9e75f0fView commit details -
Drop support for old PHP versions and update dependencies accordingly (…
…#107) This only keeps support for PHP 8.1+, the lowest (security fix) supported version as of today.
Configuration menu - View commit details
-
Copy full SHA for 09897ac - Browse repository at this point
Copy the full SHA 09897acView commit details -
Upgrade dependencies to latest versions available for PHP 8.1 (#108)
This ensures the published `.phar` versions use the latest available versions of dependencies available today (and compatible with PHP 8.1+). At the same time, it should remove any dependency blockers users might have when installing `slimdump` as a Composer dependency alongside their projects.
Configuration menu - View commit details
-
Copy full SHA for 78fce17 - Browse repository at this point
Copy the full SHA 78fce17View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c57701 - Browse repository at this point
Copy the full SHA 6c57701View commit details
Commits on Mar 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6275729 - Browse repository at this point
Copy the full SHA 6275729View commit details
Commits on Jun 7, 2024
-
Aktualisiere GHA
actions/checkout
undactions/cache
(Case 171395)Automatischer Commit über webfactory/bfg9000#1
Configuration menu - View commit details
-
Copy full SHA for 64a198d - Browse repository at this point
Copy the full SHA 64a198dView commit details
Commits on Aug 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 109e39e - Browse repository at this point
Copy the full SHA 109e39eView commit details
Commits on Aug 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for bbc7342 - Browse repository at this point
Copy the full SHA bbc7342View commit details
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 1.14.1...master