mirror of
https://github.com/oatpp/oatpp-postgresql.git
synced 2024-11-21 01:05:09 +08:00
Update Readme. Uncommend all tests.
This commit is contained in:
parent
e5c8d1ab4a
commit
ca3c241fe9
23
README.md
23
README.md
@ -60,13 +60,16 @@ public:
|
||||
|
||||
### Supported Data Types
|
||||
|
||||
- INT2
|
||||
- INT4
|
||||
- INT8
|
||||
- TIMESTAMP
|
||||
- TEXT
|
||||
- VARCHAR
|
||||
- FLOAT4
|
||||
- FLOAT8
|
||||
- BOOL
|
||||
- UUID
|
||||
|Type|Supported|In Array|
|
||||
|---|:---:|:---:|
|
||||
|INT2|+|+|
|
||||
|INT4|+|+|
|
||||
|INT8|+|+|
|
||||
|TIMESTAMP|+|+|
|
||||
|TEXT|+|+|
|
||||
|VARCHAR|+|+|
|
||||
|FLOAT4|+|+|
|
||||
|FLOAT8|+|+|
|
||||
|BOOL|+|+|
|
||||
|UUID|+|+|
|
||||
|**Other Types**|-|-|
|
||||
|
@ -12,12 +12,12 @@ namespace {
|
||||
|
||||
void runTests() {
|
||||
|
||||
// OATPP_RUN_TEST(oatpp::test::postgresql::ql_template::ParserTest);
|
||||
//
|
||||
// OATPP_RUN_TEST(oatpp::test::postgresql::types::IntTest);
|
||||
// OATPP_RUN_TEST(oatpp::test::postgresql::types::FloatTest);
|
||||
OATPP_RUN_TEST(oatpp::test::postgresql::ql_template::ParserTest);
|
||||
|
||||
OATPP_RUN_TEST(oatpp::test::postgresql::types::IntTest);
|
||||
OATPP_RUN_TEST(oatpp::test::postgresql::types::FloatTest);
|
||||
OATPP_RUN_TEST(oatpp::test::postgresql::types::ArrayTest);
|
||||
// OATPP_RUN_TEST(oatpp::test::postgresql::types::InterpretationTest);
|
||||
OATPP_RUN_TEST(oatpp::test::postgresql::types::InterpretationTest);
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user