summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* libdbpp nolonger stores column names as ustringsslicer-1.2.0Dan Goodliffe2015-12-09
|
* Don't create a SqlSource for a NULL field valueDan Goodliffe2015-12-07
|
* Handle selecting nulls/optionals etcDan Goodliffe2015-12-06
|
* Fix test names that have nothing to do with inheritanceDan Goodliffe2015-12-06
|
* Improve support for optional typesDan Goodliffe2015-12-06
|
* Add missing support for optional roots in user typesDan Goodliffe2015-12-06
|
* Push non-template dependent functions of model parts into common ↵Dan Goodliffe2015-12-06
| | | | non-template base classes. Use them to return consistent value of model type in optional
* Fix visibility in Slicer parserDan Goodliffe2015-12-06
|
* Enable gc-sections in releaseDan Goodliffe2015-12-06
|
* Neaten parser with fprintbfDan Goodliffe2015-12-05
|
* Add missing support for optional rootsDan Goodliffe2015-12-05
|
* Add missing override markersDan Goodliffe2015-12-05
|
* Add missing DLL_PUBLIC on root namesDan Goodliffe2015-12-05
|
* Merge branch 'p2pvr-slicer'Dan Goodliffe2015-10-26
|\
| * Handle nulls in models when updating and insertingDan Goodliffe2015-10-24
| |
| * Fix test namesDan Goodliffe2015-10-24
| |
| * Const connection pointersDan Goodliffe2015-10-23
| |
* | Handle nulls in models when updating and insertingslicer-1.1.0Dan Goodliffe2015-10-24
| |
* | Fix test namesDan Goodliffe2015-10-24
| |
* | Const connection pointersDan Goodliffe2015-10-24
|/
* Fix conversion type for sqlSource Ice::ShortDan Goodliffe2015-10-23
|
* Dunno where this came fromDan Goodliffe2015-10-23
|
* Tidy up and alias glibmm and libxml++ refsDan Goodliffe2015-10-23
|
* Add insert serializers that don't insert fields marked as auto and ↵Dan Goodliffe2015-10-18
| | | | optionally retrieve the value applied by the database back into the model
* Restructure alias all list and add missing thingsDan Goodliffe2015-10-17
|
* Add SQL update serializerDan Goodliffe2015-10-17
|
* Dedupe insert bind and executeDan Goodliffe2015-10-17
|
* Exclude test shouldn't happen error handling from coverageDan Goodliffe2015-10-16
|
* Exclude BOOST_TEST_DONT_PRINT_LOG_VALUE code and help outputDan Goodliffe2015-10-16
|
* Improve test coverage.Dan Goodliffe2015-10-16
| | | | Fix empty xml element handling to still call into children with empty content
* Exclude BOOST_TEST_DONT_PRINT_LOG_VALUE codeDan Goodliffe2015-10-16
|
* Test insert unsupported model typeDan Goodliffe2015-10-16
|
* Correct test nameDan Goodliffe2015-10-16
|
* Do null check early, save some workDan Goodliffe2015-10-16
|
* Test select nulls/optionalsDan Goodliffe2015-10-16
|
* Test inserted converted valuesDan Goodliffe2015-10-16
|
* Add basic support for insert serialization of objects and sequences of objectsDan Goodliffe2015-10-15
|
* Use rvalue refs for throw wrapper in select testsDan Goodliffe2015-10-15
|
* Use rvalue refs for serializer wrappers (sub-slot change required)Dan Goodliffe2015-10-15
|
* Tests for invalid enumeration values in documents.Dan Goodliffe2015-10-14
|
* Centralize common exceptionsDan Goodliffe2015-10-13
|
* Split SqlSource into its own filesDan Goodliffe2015-10-13
|
* Throw specific exception on unsupport model type and add covering testDan Goodliffe2015-10-12
|
* Remove unused helpersDan Goodliffe2015-10-12
|
* Add missing root name for dictionary typesDan Goodliffe2015-10-12
|
* Add Slicer support for deserializing a SQL selectDan Goodliffe2015-10-12
|
* Add database specific type (timespan) and convertorsDan Goodliffe2015-10-12
|
* Implement date conversions and fix month/year offsetsDan Goodliffe2015-10-12
|
* Use adhocutil's visibilityDan Goodliffe2015-10-11
|
* Use libjsonpp stream parser instead of buffering whole file in a ustringDan Goodliffe2015-10-09
|