summaryrefslogtreecommitdiff
path: root/project2/sqlVariableBinder.cpp
Commit message (Collapse)AuthorAge
* The big reshufflerandomdan2011-08-31
|
* Remove the pointer versions of variable type membersrandomdan2011-07-22
| | | | Add a new variable that looks up it's value in a map populated from a standard rowset
* Add a Null variable type and support for it, this is now the defaultrandomdan2011-02-17
| | | | | | | Allow all config options in the config file, even in debug (console and cgi support different things, would always break) Allow multiple query params to be set in console mode Allow url params to be set in console mode Call the new dbpp finish function to do some checking
* 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