| Commit message (Collapse) | Author | Age |
| |
|
|
|
|
| |
Add a new variable that looks up it's value in a map populated from a standard rowset
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Make rdbmsDataSource's type an int, string was just silly
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
safe data passing
Use new handle function to get type safe data from ODBC
Add a datetime option to variables
|
|
|