Web pgadmin.org
 Home 
 ·  ·  ·  ·  ·  ·  · 
CVS Commit by andreas: db creation with owner fails [Ted Taylor]

CVS Commit by andreas: db creation with owner fails [Ted Taylor]



Log Message:
-----------
db creation with owner fails [Ted Taylor]

Modified Files:
--------------
    pgadmin3:
        BUGS.txt (r1.59 -> r1.60)
    pgadmin3/src/ui:
        dlgDatabase.cpp (r1.34 -> r1.35)

Index: BUGS.txt
===================================================================
RCS file: /projects/pgadmin3/BUGS.txt,v
retrieving revision 1.59
retrieving revision 1.60
diff -LBUGS.txt -LBUGS.txt -u -w -r1.59 -r1.60
--- BUGS.txt
+++ BUGS.txt
@@ -19,6 +19,7 @@
 </ul><br>
 <b>Fixed issues</b>
 <ul>
+    <li>AP 2004-09-18 [Database property] db creation with owner fails [Ted Taylor]
     <li>AP 2004-09-18 [Server property] some changes not handled correctly [Ted Taylor]
     <li>AP 2004-09-17 [new Database] Name/Owner not editable for 7.3/7.4 servers [Jona, Ted Taylor]
     <li>DP 2004-09-16 [Server property] password visible when connecting to server [Ivan Nejgebauer]
Index: dlgDatabase.cpp
===================================================================
RCS file: /projects/pgadmin3/src/ui/dlgDatabase.cpp,v
retrieving revision 1.34
retrieving revision 1.35
diff -Lsrc/ui/dlgDatabase.cpp -Lsrc/ui/dlgDatabase.cpp -u -w -r1.34 -r1.35
--- src/ui/dlgDatabase.cpp
+++ src/ui/dlgDatabase.cpp
@@ -346,8 +346,6 @@
                 + wxT(";\n");
         }
 
-
-        AppendOwnerChange(sql);
         AppendComment(sql, wxT("DATABASE"), 0, database);
     }
     else


Home | Main Index | Thread Index

top