summaryrefslogtreecommitdiff
path: root/libodbcpp/command.h
Commit message (Collapse)AuthorAge
* Install rules and use system dbpplibdbpp-odbc-0.9Dan Goodliffe2015-09-25
|
* 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
* 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
* 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
* Remove lots of overkill variations of string stuff and have a vector<char> ↵randomdan2010-08-30
| | | | deal with the memory
* 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
* Ditch crazy timetypepair and just use an ODBC structrandomdan2010-05-02
|
* Minor fixesrandomdan2010-04-05
|
* lots of gcc warning fixes and a few newbiesrandomdan2010-04-02
|
* Fix the C++ template errorsrandomdan2006-09-21
| | | | | Add some half decent transaction support Change the error handling to not 'handle' _with_info
* libcodbcpp initial releaserandomdan2006-07-08