| Commit message (Collapse) | Author | Age |
|
|
|
| |
and do it properly
|
|
|
|
|
|
|
| |
have CommonObjects load them once on demand
Fix rdbmsDataSource closing transactions it didn't open
Change XML to match the above changes
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
(proxies, user agents, etc) base class; curlHelper
|
| |
|
|
|
|
|
|
|
| |
Improve error messages almost everywhere
Allow setting of platform through the options system
Allow specifying query params on the console
Fix file stream writer's string support for strings containing multibyte chars
|
| |
|
|
|
|
| |
server
|
| |
|
| |
|
|
|
|
| |
Fully implement view support in p2console
|
|
|
|
|
|
|
|
|
| |
Fixes to keep uuid impl choice entirely within uuid class
Fix to collect all text in xslRows
Error in unhandled compares
Add support for no change check in PQ connector
Move dumptask in p2console, soon to be removed
Fix variable creation code to set type correctly
|
|
|
|
| |
Fixes to support partial merges with bulk updates
|
|
|
|
| |
issue
|
| |
|
|
|
|
|
|
|
| |
says
Introduce two proper methods of bulk update
Tested against PG 8.4, MySQL 5.1 with single and multiple column keys
|
| |
|
| |
|
|
|
|
|
| |
Give some control to the behaviour of unsupported items when loading from XML
Make regexcheck's regex a variable
|
|
|
|
| |
Make rdbmsDataSource's type an int, string was just silly
|
|
|
|
|
|
| |
thinking?)
And replace it with a VariableType that wraps the boost::variant and is implicitly convertable to useful things (may need extending in time)
|
|
|
|
|
|
|
| |
Add centralised logging system
Add code for runtime configuration
Add support for configuring logging
Move all existing logging to new logging system
|
| |
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
| |
variable depending on engine
Use it in ArtfulSeller, although there is currently only one platform
|
| |
|
|
|
|
|
|
|
|
|
| |
Whole new improved variable system (does drop VariableParse, no longer required)
Add option to count, but not include, blank lines in proc and file rows
File file rows to open files, not execute them
Fix to ODBC API with strings that don't use the whole buffer
XML changes to site to use new variable system
Changes to GB importer to use FS rows and new SQL merge now that it's a) tested and b) variable parse has gone
|
| |
|
|
|
|
|
|
|
| |
safe data passing
Use new handle function to get type safe data from ODBC
Add a datetime option to variables
|
| |
|
|
|
|
|
|
| |
Don't bind filters on load complete, there might be multiple different users
Add XSL rows
Fix several problems with dump (bin me, console app should support views)
|
| |
|
| |
|
|
|
|
|
| |
Use smart pointers to stages, they are refcounted after all
Have variables keep a handle to their row sources, fixes crash during stage destruction
|
| |
|
| |
|
| |
|
|
|
|
| |
Add option for keeping the blank lines in file rows
|
| |
|
| |
|
|
|
|
| |
now identical shared core implementation
|
|
|
|
|
|
|
|
| |
Remove no longer needed second constructor on variables
Tidy up variable parent construction and use of attributes
Allow row set implementors to extend and add attributes of their own
Have attributes return a variant type
Add the filesystem rowset for finding files and directories
|
|
|
|
|
| |
Use cxa_demangle to render the human readable exception class name
Have other unhandled exceptions abort an FCGI process, which causes Apache to write a log of it
|
| |
|
| |
|
|
|
|
| |
Use AJAX to track and untrack packages
|
|
|
|
|
|
|
|
| |
and row numbers in row sets
and functional row properties in variables
and custom column sub/super sets in views
and isNull by column name
Fix somee constnesses
|
|
|
|
| |
Includes site and console updates to match
|
|
|
|
| |
Bind null for missing values for SQL merge data
|