Skip to content

Commit ca3c241

Browse files
committed
Update Readme. Uncommend all tests.
1 parent e5c8d1a commit ca3c241

File tree

2 files changed

+18
-15
lines changed

2 files changed

+18
-15
lines changed

README.md

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,16 @@ public:
6060
6161
### Supported Data Types
6262
63-
- INT2
64-
- INT4
65-
- INT8
66-
- TIMESTAMP
67-
- TEXT
68-
- VARCHAR
69-
- FLOAT4
70-
- FLOAT8
71-
- BOOL
72-
- UUID
63+
|Type|Supported|In Array|
64+
|---|:---:|:---:|
65+
|INT2|+|+|
66+
|INT4|+|+|
67+
|INT8|+|+|
68+
|TIMESTAMP|+|+|
69+
|TEXT|+|+|
70+
|VARCHAR|+|+|
71+
|FLOAT4|+|+|
72+
|FLOAT8|+|+|
73+
|BOOL|+|+|
74+
|UUID|+|+|
75+
|**Other Types**|-|-|

test/oatpp-postgresql/tests.cpp

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ namespace {
1212

1313
void runTests() {
1414

15-
// OATPP_RUN_TEST(oatpp::test::postgresql::ql_template::ParserTest);
16-
//
17-
// OATPP_RUN_TEST(oatpp::test::postgresql::types::IntTest);
18-
// OATPP_RUN_TEST(oatpp::test::postgresql::types::FloatTest);
15+
OATPP_RUN_TEST(oatpp::test::postgresql::ql_template::ParserTest);
16+
17+
OATPP_RUN_TEST(oatpp::test::postgresql::types::IntTest);
18+
OATPP_RUN_TEST(oatpp::test::postgresql::types::FloatTest);
1919
OATPP_RUN_TEST(oatpp::test::postgresql::types::ArrayTest);
20-
// OATPP_RUN_TEST(oatpp::test::postgresql::types::InterpretationTest);
20+
OATPP_RUN_TEST(oatpp::test::postgresql::types::InterpretationTest);
2121

2222
}
2323

0 commit comments

Comments
 (0)