mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-09 06:07:08 +01:00
2018-06-11 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in rddbmgr(8) that broke --modify when using an implied schema.
This commit is contained in:
@@ -17040,3 +17040,6 @@
|
||||
reversion to an implied schema.
|
||||
2018-06-08 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Fixed typos in the rddbmgr(8) man page.
|
||||
2018-06-11 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Fixed a bug in rddbmgr(8) that broke --modify when using an
|
||||
implied schema.
|
||||
|
||||
@@ -317,11 +317,11 @@ MainObject::MainObject(QObject *parent)
|
||||
}
|
||||
else {
|
||||
if(set_version.isEmpty()) {
|
||||
set_schema=RD_VERSION_DATABASE;
|
||||
if(set_schema<schema) {
|
||||
fprintf(stderr,"rddbmgr: reversion implied, you must explicitly specify the target schema\n");
|
||||
exit(1);
|
||||
}
|
||||
set_schema=RD_VERSION_DATABASE;
|
||||
}
|
||||
else {
|
||||
if((set_schema=GetVersionSchema(set_version))==0) {
|
||||
|
||||
Reference in New Issue
Block a user