Syncing uppdev

git-svn-id: svn://ultimatepp.org/upp/trunk@1638 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2009-10-19 17:11:45 +00:00
parent 981a9f538f
commit cf65371d93
5 changed files with 37 additions and 5 deletions

View file

@ -30,11 +30,6 @@ bool PostgreSQLTest::OpenDB()
SQL = m_session;
SQL & Insert(TESTPARTNER)
(TESTPARTNER_NAME, "test")
(TESTPARTNER_ADDRESS, CurrVal(TESTPARTNER))
;
//schema
Progress p;
p.SetText(t_("Creating _DEBUG database"));