summaryrefslogtreecommitdiff
path: root/project2/sqlVariableBinder.cpp
Commit message (Collapse)AuthorAge
* Rename OdbcVariableBinder, it's not (anymore) ODBC specificrandomdan2011-02-10
| | | | Make rdbmsDataSource's type an int, string was just silly
* Fix the build system to do dependencies properlyrandomdan2011-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 ↵randomdan2011-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 saferandomdan2011-02-01