Make auto-opening command line options work for Kexi again
ClosedPublic

Authored by staniek on Apr 6 2017, 4:22 PM.

Details

Summary
Test Plan

Run Kexi with options such as (trying more than one is OK):

--edittext query:"query20"
--open query:"query21"
--design query:"query22"

Defaults to table:
--open tablename

--design report:employees

--new table
--new query
--new report
--new form
dbname.kexi

Also try invalid combination, e.g.
--new foo (no such object type)
--new macro (no macros support yet)
--edittext tablename (can't open table in text/SQL view)
--open nonexisting (does not exist)

etc.

Diff Detail

Repository
R71 Kexi
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
staniek created this revision.Apr 6 2017, 4:22 PM
Restricted Application added a project: KEXI. · View Herald TranscriptApr 6 2017, 4:22 PM
staniek edited the summary of this revision. (Show Details)Apr 6 2017, 4:23 PM
This revision was automatically updated to reflect the committed changes.