| Commit message (Collapse) | Author | Age |
| |
|
|
|
|
|
|
|
|
| |
Break down libodbcpp into a set of base classes; libdbpp
Add a native PostgreSQL implementation of libdbpp; libpqpp
Extend project2 rdbms stuff to work with generic connectors
Update datasources to specify connector type
Build libmisc as .so
|
|
|
|
|
|
| |
No more template rubbish, no more messy partial specialisation
Add copyless rebind of column to parameter
Changes in project2 to suit
|
|
|
|
|
|
|
| |
Remove pointless specialisation on _Column for strings
Set cursor type to scrollable (required to refetch a row)
Resize binds if fetched data is truncated
Support scrolling fetch (default is old 'next record' behaviour)
|
|
|
|
|
| |
Add support for parameters in SqlViews
Uses parameters to implement category browse and search
|
| |
|
| |
|
|
|