| 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
|
| |
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
Add some half decent transaction support
Change the error handling to not 'handle' _with_info
|
|
|