| 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
|
|
|
|
|
|
|
|
|
| |
Whole new improved variable system (does drop VariableParse, no longer required)
Add option to count, but not include, blank lines in proc and file rows
File file rows to open files, not execute them
Fix to ODBC API with strings that don't use the whole buffer
XML changes to site to use new variable system
Changes to GB importer to use FS rows and new SQL merge now that it's a) tested and b) variable parse has gone
|
|
|
|
|
|
|
| |
safe data passing
Use new handle function to get type safe data from ODBC
Add a datetime option to variables
|
| |
|
| |
|
|
|
|
|
|
| |
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)
|
|
|
|
| |
Use this cache now lots of things are const refs
|
|
|
|
|
| |
Break Project2 components down into generalised classes
Tidy up code
|
|
|
|
|
| |
Add support for parameters in SqlViews
Uses parameters to implement category browse and search
|
| |
|
| |
|
| |
|
| |
|
|
|