summaryrefslogtreecommitdiff
path: root/libodbcpp/param.cpp
Commit message (Collapse)AuthorAge
* 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
* Fix early assign of insCmd in sqlmergerandomdan2010-08-12
| | | | Fix bad use of length in binding string
* 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
* Fix memory leaks and alloc issuesrandomdan2010-05-27
|
* 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
|
* Lots of little fixesrandomdan2008-11-13
|
* 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