You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* bugfix/custom-types-cause-exception
- Added use statements for DBAL Exception and Type
- Added @throws tag to getPropertiesFromTable method
- Added Type::addType() to properly register types
- Added Try-Catch around Type::addType() to give users a proper error message, then throw the exception up.
* bugfix/custom-types-cause-exception
- Updated CHANGELOG.MD
* bugfix/custom-types-cause-exception
- Fixed `Type enum_string_boolean already exists.` error from being triggered when multiple models are loaded
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,14 @@ All notable changes to this project will be documented in this file.
13
13
### Added
14
14
- Add support of variadic parameters in `ide-helper:models`[\#1234 / shaffe-fr](https://github.com/barryvdh/laravel-ide-helper/pull/1234)
15
15
16
+
2021-06-18, 2.10.1
17
+
------------------
18
+
### Added
19
+
- Added Type registration according to [Custom Mapping Types documentation](https://www.doctrine-project.org/projects/doctrine-dbal/en/latest/reference/types.html#custom-mapping-types)
20
+
21
+
### Fixed
22
+
- Fixing issue where configured custom_db_types could cause a DBAL exception to be thrown while running `ide-helper:models`
0 commit comments