Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Rename OdbcVariableBinder, it's not (anymore) ODBC specific | randomdan | 2011-02-10 |
| | | | | Make rdbmsDataSource's type an int, string was just silly | ||
* | 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 | ||
* | Remove compose functions on column data and add a handle function for type ↵ | randomdan | 2011-02-02 |
| | | | | | | | safe data passing Use new handle function to get type safe data from ODBC Add a datetime option to variables | ||
* | Add lots of funky stuff to make the system (internally) type safe | randomdan | 2011-02-01 |