Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Gather required databases from index definitions. | Christian Mollekopf | 2017-05-08 |
| | |||
* | A single propertymapper for both directions | Christian Mollekopf | 2017-04-28 |
| | |||
* | Removed the template argument from the write property mapper | Christian Mollekopf | 2017-04-28 |
| | |||
* | Simplified propertymapper | Christian Mollekopf | 2017-04-28 |
| | |||
* | Default domain adaptor | Christian Mollekopf | 2017-03-21 |
| | |||
* | Move type implementations in one place | Christian Mollekopf | 2017-03-21 |
Having them separated is rather pointless (since we need one for every type, and all types are the interface of sink, as one), and caused quite a bit of friction when adding new types. This will also make it easier to change things for all types. |