Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Use proper ODBC SQL_SUCCEEDED macro, not SQL_SUCCESS comparison | randomdan | 2010-11-25 |
| | |||
* | Remove duplication in ODBC::Connection constructors | randomdan | 2010-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-data | randomdan | 2010-06-11 |
| | | | | | Add support for parameters in SqlViews Uses parameters to implement category browse and search | ||
* | 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 |