summaryrefslogtreecommitdiff
path: root/project2/sqlView.h
Commit message (Collapse)AuthorAge
* Tidy up no longer required parameters passed to executerandomdan2010-07-27
| | | | | Move the FILE* Glib::IoChannel implementation into its own files Make iterates and views for file and sql into template based so they can be easily reused and new ones can be added easily
* Reuse select commands for sql view and iteraterandomdan2010-07-13
|
* Implement variables (prefixed strings to find values elsewhere)randomdan2010-07-07
|
* Use cgicc, add checks, tasks, dynamic loader, atom feed, login pagerandomdan2010-06-18
|
* Add support for composing Glib::ustrings from columnsrandomdan2010-06-13
| | | | | Break Project2 components down into generalised classes Tidy up code
* Fix odbc select destructor when cursor not openedrandomdan2010-06-11
| | | | Add support for subqueries
* Use Glib::ustring in libodbcpp for data and std::string for non-datarandomdan2010-06-11
| | | | | Add support for parameters in SqlViews Uses parameters to implement category browse and search
* Use xml++ with glib utf8randomdan2010-06-10
|
* Initial workings of project2 - renders gentoobrowse homepagerandomdan2010-06-09