-
Notifications
You must be signed in to change notification settings - Fork 145
What is New in 5.0
roryprimrose edited this page Oct 8, 2014
·
2 revisions
- Insight can now bind parameters (in/out) and TVP columns to members of subobjects. See Customizing Object Mapping.
- New configuration system for controlling mapping and serialization. See Customizing Object Mapping and Object Serialization.
- Support for Composite keys in parent/child relationships. See Specifying Result Structures.
Most of your code should just work.
Known changes:
- If you were using custom column/parameter mapping, you will have to switch to the new configuration system. See Customizing Object Mapping.
- If you customized the serialization rules, you will have to switch to the new configuration system. See Object Serialization.
- Home
- About
- Getting Started
- Connections
- Execute
- Getting Results
- Advanced Results & Mapping
- Insert/Update Considerations
- Data Types
- Write Even Less Code
- Performance & Speed
- Other Topics
- Supported Databases
- Working with the Code