mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-04-14 16:49:17 +02:00
2016-05-20 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in 'rdadmin/createdb.cpp' that caused creation of a new DB to fail.
This commit is contained in:
parent
d9023b1430
commit
5d0ee9cd38
@ -15147,3 +15147,6 @@
|
||||
'rdcatchd/local_macros.cpp'.
|
||||
* Added a deck event indicator to RDCatch's deck monitor in
|
||||
'rdcatch/deckmon.cpp' and 'rdcatch/deckmon.h'.
|
||||
2016-05-20 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Fixed a bug in 'rdadmin/createdb.cpp' that caused creation
|
||||
of a new DB to fail.
|
||||
|
@ -2384,7 +2384,7 @@ bool CreateDb(QString name,QString pwd)
|
||||
"CUT_NAME char(12) not null,"+
|
||||
"NUMBER int not null,"+
|
||||
"POINT int not null,"+
|
||||
"CUT_NAME_IDX(CUT_NAME))";
|
||||
"index CUT_NAME_IDX(CUT_NAME))";
|
||||
if(!RunQuery(sql)) {
|
||||
return false;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user