Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-02-04 | Implement object loading views | Boris Kolpackov | 1 | -0/+53 | |
See section 10.2 in the manual for details. | |||||
2015-01-23 | Diagnose lack of default constructor in pointed-to objects | Boris Kolpackov | 1 | -0/+10 | |
Lack of the default constructor will lead to uncompilable generated code. | |||||
2014-11-10 | Implement {query,execute}_{one,value}() shortcut functions | Boris Kolpackov | 1 | -0/+6 | |
Useful in situations where the query is know to return at most one element (*_one) or exactly one element (*_value). |