mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
.cosmetics
git-svn-id: svn://ultimatepp.org/upp/trunk@10332 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
ce71d966c7
commit
99e5bccc97
3 changed files with 6 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,7 @@
|
|||
#include <MySql/MySql.h>
|
||||
|
||||
// debian: sudo apt-get install libmysqlclient-dev
|
||||
|
||||
using namespace Upp;
|
||||
|
||||
#define SCHEMADIALECT <MySql/MySqlSchema.h>
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue