Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix function definitions to match declarations (fixes Doxygen warnings) | randomdan | 2011-03-02 |
| | |||
* | Fix the build system to do dependencies properly | randomdan | 2011-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 parameter | randomdan | 2010-11-30 |
| | | | | Bind null for missing values for SQL merge data | ||
* | Use proper ODBC SQL_SUCCEEDED macro, not SQL_SUCCESS comparison | randomdan | 2010-11-25 |
| | |||
* | Fix incorrect use of NULL, picked up by new GCC | randomdan | 2010-11-22 |
| | |||
* | Rewrite the whole of parameter and column binding almost from scratch | randomdan | 2010-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> ↵ | randomdan | 2010-08-30 |
| | | | | deal with the memory | ||
* | Fix early assign of insCmd in sqlmerge | randomdan | 2010-08-12 |
| | | | | Fix bad use of length in binding string | ||
* | Use Glib::ustring in libodbcpp for data and std::string for non-data | randomdan | 2010-06-11 |
| | | | | | Add support for parameters in SqlViews Uses parameters to implement category browse and search | ||
* | Fix memory leaks and alloc issues | randomdan | 2010-05-27 |
| | |||
* | Ditch crazy timetypepair and just use an ODBC struct | randomdan | 2010-05-02 |
| | |||
* | Minor fixes | randomdan | 2010-04-05 |
| | |||
* | lots of gcc warning fixes and a few newbies | randomdan | 2010-04-02 |
| | |||
* | Lots of little fixes | randomdan | 2008-11-13 |
| | |||
* | Fix the C++ template errors | randomdan | 2006-09-21 |
| | | | | | Add some half decent transaction support Change the error handling to not 'handle' _with_info | ||
* | libcodbcpp initial release | randomdan | 2006-07-08 |