Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Explicit RowView constructor | Dan Goodliffe | 2021-07-05 |
| | |||
* | Get columns and values from cursors | Dan Goodliffe | 2021-07-04 |
| | |||
* | Introduce the cursor concept | Dan Goodliffe | 2021-07-04 |
| | | | | Not implemented for PQ yet. | ||
* | Make RecordSet foreach ready | Dan Goodliffe | 2021-06-17 |
| | |||
* | Add operator* to RecordSet, shorthand for getting scalar from 0,0 | Dan Goodliffe | 2021-06-13 |
| | |||
* | Simplify and allow offset when creating objects from rows | Dan Goodliffe | 2021-06-07 |
| | |||
* | Add RecordSet RowView | Dan Goodliffe | 2021-06-06 |
| | | | | | | | This represents a view into a recordset by row number and provides easy access to values in a column by index and the ability to create a new object instance by N columns which are passed to the object's constructor. | ||
* | Initial commit of prepstmt, selects, record sets | Dan Goodliffe | 2021-05-31 |
This is full of holes, but all the basics are covered. |