Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | ODBC mocking and tests from Project2 | Dan Goodliffe | 2015-09-24 |
| | |||
* | A stream interface, an RDBMS bulk load interface, a decompression layer, an ↵ | randomdan | 2012-03-20 |
| | | | | implementation of CURL streams and a sqlbulkload task. | ||
* | Add check function for when a connection is finished with, but you don't ↵ | randomdan | 2011-02-17 |
| | | | | | | | want to close it Use prepared statements only for modifications, use fetch instead for selects (doesn't load an entire record set) Support varchar oid | ||
* | Support for table patching in different ways according to what the connector ↵ | randomdan | 2011-02-11 |
| | | | | | | | says Introduce two proper methods of bulk update Tested against PG 8.4, MySQL 5.1 with single and multiple column keys | ||
* | 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 | ||
* | 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 the right header for BUFSIZ | randomdan | 2010-09-12 |
| | |||
* | Cache that a DSN is unavailable for 60sec | randomdan | 2010-07-15 |
| | |||
* | Implement connection caching and checking (requires ODBCv3 driver) | randomdan | 2010-07-05 |
| | | | | Implement preferLocal DB access | ||
* | 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 | ||
* | 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 |