File tree Expand file tree Collapse file tree 2 files changed +18
-15
lines changed Expand file tree Collapse file tree 2 files changed +18
-15
lines changed Original file line number Diff line number Diff line change @@ -60,13 +60,16 @@ public:
60
60
61
61
### Supported Data Types
62
62
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**|-|-|
Original file line number Diff line number Diff line change @@ -12,12 +12,12 @@ namespace {
12
12
13
13
void runTests () {
14
14
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);
19
19
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);
21
21
22
22
}
23
23
You can’t perform that action at this time.
0 commit comments