|
Database System 0.1.0
Advanced C++20 Database System with Multi-Backend Support
|
Unit tests for value_formatter. More...

Go to the source code of this file.
Classes | |
| class | ValueFormatterTest |
Functions | |
| TEST_F (ValueFormatterTest, PostgreSQLStringEscaping) | |
| TEST_F (ValueFormatterTest, SQLiteStringEscaping) | |
| TEST_F (ValueFormatterTest, IdentifierQuoting) | |
| TEST_F (ValueFormatterTest, BooleanLiterals) | |
| TEST_F (ValueFormatterTest, NullLiteral) | |
| TEST_F (ValueFormatterTest, FormatString) | |
| TEST_F (ValueFormatterTest, FormatInteger) | |
| TEST_F (ValueFormatterTest, FormatDouble) | |
| TEST_F (ValueFormatterTest, FormatBoolean) | |
Unit tests for value_formatter.
Definition in file value_formatter_test.cpp.
| TEST_F | ( | ValueFormatterTest | , |
| BooleanLiterals | ) |
Definition at line 53 of file value_formatter_test.cpp.
References database::query::value_formatter::bool_literal().

| TEST_F | ( | ValueFormatterTest | , |
| FormatBoolean | ) |
Definition at line 86 of file value_formatter_test.cpp.
References database::query::value_formatter::format().

| TEST_F | ( | ValueFormatterTest | , |
| FormatDouble | ) |
Definition at line 79 of file value_formatter_test.cpp.
References database::query::value_formatter::format().

| TEST_F | ( | ValueFormatterTest | , |
| FormatInteger | ) |
Definition at line 72 of file value_formatter_test.cpp.
References database::query::value_formatter::format().

| TEST_F | ( | ValueFormatterTest | , |
| FormatString | ) |
Definition at line 65 of file value_formatter_test.cpp.
References database::query::value_formatter::format().

| TEST_F | ( | ValueFormatterTest | , |
| IdentifierQuoting | ) |
Definition at line 45 of file value_formatter_test.cpp.
References database::query::value_formatter::escape_identifier().

| TEST_F | ( | ValueFormatterTest | , |
| NullLiteral | ) |
Definition at line 60 of file value_formatter_test.cpp.
References database::query::value_formatter::null_literal().

| TEST_F | ( | ValueFormatterTest | , |
| PostgreSQLStringEscaping | ) |
Definition at line 22 of file value_formatter_test.cpp.
References database::query::value_formatter::escape_string().

| TEST_F | ( | ValueFormatterTest | , |
| SQLiteStringEscaping | ) |
Definition at line 36 of file value_formatter_test.cpp.
References database::query::value_formatter::escape_string().
