.cosmetics

git-svn-id: svn://ultimatepp.org/upp/trunk@10332 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2016-10-18 08:39:55 +00:00
parent ce71d966c7
commit 99e5bccc97
3 changed files with 6 additions and 0 deletions

View file

@ -6,6 +6,8 @@
using namespace Upp;
// debian: sudo apt-get install unixodbc-dev
#include <MSSQL/MSSQL.h>
#define SCHEMADIALECT <MSSQL/MSSQLSchema.h>
#define MODEL <SQL_MSSQL/database.sch>

View file

@ -1,5 +1,7 @@
#include <MySql/MySql.h>
// debian: sudo apt-get install libmysqlclient-dev
using namespace Upp;
#define SCHEMADIALECT <MySql/MySqlSchema.h>

View file

@ -14,6 +14,8 @@ using namespace Upp;
#define MODEL <SQL_PostgreSql/database.sch>
#include "Sql/sch_header.h"
// debian: sudo apt-get install libpq-dev
class PostgreSQLTest : public WithPostgreSQLTestLayout<TopWindow> {
public:
typedef PostgreSQLTest CLASSNAME;