summaryrefslogtreecommitdiff
path: root/libodbcpp/param.h
Commit message (Collapse)AuthorAge
* ODBC files prefixed with odbc-Dan Goodliffe2015-12-24
|
* Fix parameter specification on interval typesDan Goodliffe2015-05-02
|
* Add support for RDBMS boolean/bit typesDan Goodliffe2015-05-02
|
* Adds native support for time_duration as a variable typerandomdan2014-03-03
| | | | Pass/retrieve boost::posix_time ptime and time_duration into/out of the db tier
* Address type inconsistency issue with size functionsrandomdan2011-01-30
|
* Support binding null to an SQL command parameterrandomdan2010-11-30
| | | | Bind null for missing values for SQL merge data
* 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
* 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
* libcodbcpp initial releaserandomdan2006-07-08