Releases: KeenMate/db-gen
Releases · KeenMate/db-gen
v0.6.0
v0.6.0-beta3
dont require mapping function for parameter types
v0.6.0-beta2
change detection improvements and bugfixes
v0.6.0-beta1
delete specific name from generation information - prevent pointless changes that make it difficult to see real changes
v0.6.0-beta0
add new command database-changes - in generate show overview of all changes in database procedures
v0.5.3
Merge remote-tracking branch 'origin/dev' into dev
v0.5.2
New features
- Separate Optional from Nullable
- Optional is only used in parameters and specifies that given parameter has default value
- Both can be override separately
v0.5.1
fix case conversion
v0.5.0
Breaking changes:
- Changed configuration format for functions, instead of array accept object where keys are function names
- Remove
IgnoredFunctions
in favor of setting function to false inFunctions
- Enforce mapping for overloaded function
New Features
Mapping per function
- You can now specify mapping per function that will override global settings
- Change mapped function name
- Disable fetching of values
- Change mapped type and is nullable for every parameter and return model column separately
- Set custom mapping function when changing type, looks at global mapping if you do not define any
v0.5.0-beta3
fix missing value for %s in panic