aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/v6/db_import.rb
Commit message (Collapse)AuthorAgeFilesLines
* v5 v6: extend document structure, headings A - D, 1 - 4Ralph Amissah2014-08-081-2/+35
| | | | * sql db table structure changed (needs to be rebuilt)
* v6: use opt.act, code internals (simplify, cleaner; remove opt.cmd & opt.mod)Ralph Amissah2014-08-081-4/+4
| | | | * v5 dp, indentation changed to retain easy comparison with v6
* v5 v6: db, reorganize previous commitsisu_5.5.3Ralph Amissah2014-07-231-22/+11
|
* v5 v6: db, rescue where no tables, attempt to initialize db and retryRalph Amissah2014-07-231-5/+68
| | | | | | * internally run the equivalent of --createall * (if successful) permitting completion of --import or --update command * make use of action triggers
* v5 v6: db, pg import, fixRalph Amissah2014-07-221-23/+5
| | | | | * remove dbi from rescue, no longer using ruby-dbi * ruby-pg query SELECT MAX
* v5 v6: db, minorRalph Amissah2014-07-221-1/+3
|
* v5 v6: cosmetic codeRalph Amissah2014-07-221-2/+9
|
* v5 v6: db, remove ruby-dbi, for: pg ruby-pg, sqlite ruby-sqlite3 (already uses)Ralph Amissah2014-05-181-6/+6
| | | | | | | | * 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-1/+0
|
* v5 v6: made true, branches: v6 development; v5 stable; v4 closedsisu_5.3.0Ralph Amissah2014-01-261-0/+803