aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/v5/dbi_discrete.rb
Commit message (Collapse)AuthorAgeFilesLines
* v5 v6: db, remove ruby-dbi, for: pg ruby-pg, sqlite ruby-sqlite3 (already uses)Ralph Amissah2014-05-181-1/+1
| | | | | | | | * ruby-pg require for postgresql * ruby-sqlite3 require for sqlite3 (done previously: already using ruby-sqlite3 rather than ruby-dbi) * ruby-dbi remove calls (in any common files & sisu pg and sisu sqlite3) * separate pg and sqlite db actions
* v5 v6: db, use symbols to identify sql engineRalph Amissah2014-05-181-5/+5
|
* v5 v6: wrappers round requireRalph Amissah2014-02-051-5/+12
|
* v5: date 2014: headers bin/sisu & lib/; code constants.rbRalph Amissah2014-01-061-1/+2
|
* v5: some file renaming related to: shared files & epub, odf:odt, plaintextRalph Amissah2013-12-031-1/+1
|
* v5: options & downstream, more use of opt.act instead of opt.cmdRalph Amissah2013-10-231-6/+6
| | | | * opt.act.*.set==:on instead of opt.cmd =~/\S/
* v4 v5: rescued error messagesRalph Amissah2013-08-211-2/+2
|
* v5: general code cleaningsisu_4.1.5Ralph Amissah2013-06-221-2/+1
| | | | * propagate back to v4 after testing
* v4 v5: help, interactive help, out of date, removedRalph Amissah2013-05-291-1/+0
| | | | * sysenv, version info moved here from interactive help
* v5 dev branch opened (starts as copy of v4 stable branch); v3 branch closedsisu_4.1.0Ralph Amissah2013-05-091-0/+186
* 5.0.0 dev opened * 4.1.0 stable * 3.* branch gone