summaryrefslogtreecommitdiff
path: root/libodbcpp/selectcommand.h
Commit message (Collapse)AuthorAge
* Fix the build system to do dependencies properlyrandomdan2011-02-09
| | | | | | | | 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
* Rewrite the whole of parameter and column binding almost from scratchrandomdan2010-09-16
| | | | | | No more template rubbish, no more messy partial specialisation Add copyless rebind of column to parameter Changes in project2 to suit
* Remove duplication in ODBC::Connection constructorsrandomdan2010-09-13
| | | | | | | 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 Glib::ustring in libodbcpp for data and std::string for non-datarandomdan2010-06-11
| | | | | Add support for parameters in SqlViews Uses parameters to implement category browse and search
* lots of gcc warning fixes and a few newbiesrandomdan2010-04-02
|
* Lots of little fixesrandomdan2008-11-13
|
* libcodbcpp initial releaserandomdan2006-07-08