| Commit message (Collapse) | Author | Age |
| |
|
| |
|
|
|
|
|
|
| |
Drop a pointless library
Improve key not found error message
Minor fixes
|
|
|
|
|
|
|
| |
work like sqlrows)
Use that to magically instantiate a local parameter to use in SQL rows... which means you can now bind any variable to sqlrows
Changes to XML scripts to use these features
|
|
|
|
| |
caches
|
| |
|
|
|
|
| |
Add a new variable that looks up it's value in a map populated from a standard rowset
|
| |
|
|
|
|
| |
Templatize the numeric conversions for VariableTypes
|
|
|
|
|
|
| |
Remove virtual inheritance in many places
Strip down the unneeded docs made my doxygen
Add beginnings of a docbook
|
|
|
|
| |
> Use them to fully implement the rest of sqlCheck
|
|
|
|
| |
Add support for default values of blank columns in stream rows
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
thinking?)
And replace it with a VariableType that wraps the boost::variant and is implicitly convertable to useful things (may need extending in time)
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Unregister VariableParent row use when destroyed
|
|
|
|
|
|
|
| |
Switch to using intrusive_ptr in cases where the class is mine
Remove deps of funtional type base cpp files on implementation headers
General tidy up in places
Post load event and removal of mutable things initialised on first run
|
|
|
|
|
|
| |
Make path in file based rows a variable
Fix variable cache invalidation on parent row change
Use new features to only load new files
|
| |
|
|
|
|
|
| |
Uncache parent row variables on end of row
Reuse ModifyCommand for every sqlTask iteration
|
|
|