Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Switch columns collection to forward declared pointer and add helper ↵ | Dan Goodliffe | 2015-09-20 |
| | | | | function for adding columns | ||
* | Add adhoc factory support | Dan Goodliffe | 2015-09-20 |
| | |||
* | Rename target .so | Dan Goodliffe | 2015-09-20 |
| | |||
* | Set visibility | Dan Goodliffe | 2015-09-20 |
| | |||
* | Add a code coverage profile | Dan Goodliffe | 2015-09-12 |
| | |||
* | Add libadhocutil to the default build | Dan Goodliffe | 2015-09-03 |
| | |||
* | Move to C++0y | Dan Goodliffe | 2015-06-03 |
| | |||
* | Add support for RDBMS boolean/bit types | Dan Goodliffe | 2015-05-02 |
| | |||
* | Centralize all the column reference storage logic | Dan Goodliffe | 2015-04-29 |
| | |||
* | Ignore Vim swap files | Dan Goodliffe | 2015-01-15 |
| | |||
* | Support complex types in rows and parameters | Dan Goodliffe | 2014-12-09 |
| | |||
* | Add .gitignore files | Dan Goodliffe | 2014-11-22 |
| | |||
* | Fix quirk (from glibc update?) around fields in struct tm and the ↵ | randomdan | 2014-11-13 |
| | | | | _BSD_SOURCE macro | ||
* | More friendly linkflags and some ycm configs | randomdan | 2014-06-05 |
| | |||
* | Split out ICE support from project jam file, add support for slicer | randomdan | 2014-06-02 |
| | |||
* | Adds native support for time_duration as a variable type | randomdan | 2014-03-03 |
| | | | | Pass/retrieve boost::posix_time ptime and time_duration into/out of the db tier | ||
* | Fix slice scanner and split .ice files back into logical blocks | randomdan | 2013-12-22 |
| | |||
* | Add savepoint support to core DB connector | randomdan | 2013-12-08 |
| | | | | Add a savepoint wrapper around sql merge | ||
* | Use CXX from the environment | randomdan | 2013-08-19 |
| | |||
* | Migrate all stuff to stricter compilations/links and C++0x builds | randomdan | 2012-07-10 |
| | |||
* | A stream interface, an RDBMS bulk load interface, a decompression layer, an ↵ | randomdan | 2012-03-20 |
| | | | | implementation of CURL streams and a sqlbulkload task. | ||
* | Just build the needed bits of libmisc into places they're needed, don't ↵ | randomdan | 2011-03-01 |
| | | | | build all of it | ||
* | Finally convert ytfs to use boost stuff (untested, but it does build) | randomdan | 2011-02-23 |
| | | | | Finally bin all the old build process drivel | ||
* | 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 | ||
* | Centralise the ICE splicer | randomdan | 2011-01-24 |
| | |||
* | Tidy up jam stuff | randomdan | 2010-11-23 |
| | |||
* | Initial workings of project2 - renders gentoobrowse homepage | randomdan | 2010-06-09 |