diff options
| author | Andrew Stitcher <astitcher@apache.org> | 2013-03-04 21:08:28 +0000 |
|---|---|---|
| committer | Andrew Stitcher <astitcher@apache.org> | 2013-03-04 21:08:28 +0000 |
| commit | 7ac7cac4d371ff8498a5fd46b74278a6aa395c73 (patch) | |
| tree | e635426966b31b2add1f8dc1f4d7f3dc70401983 /qpid/cpp/src/tests/Makefile.am | |
| parent | 5aa4b2dc7e531c12597323c2ca73ade8fa72793a (diff) | |
| download | qpid-python-7ac7cac4d371ff8498a5fd46b74278a6aa395c73.tar.gz | |
QPID-4558: Selectors for C++ broker
- Initial Selectors implemented:
* Only string values supported (no numerics or bools)
- Parses and executes the forms:
* A=B
* A<>B
* I IS NULL
* I IS NOT NULL
- where A, B are strings or identifiers
- I is an identifier
* Conditional expressions can include the AND, OR and NOT
operators and use parentheses.
- Only limited special identifiers return useful values (although
they are all recognised)
- Unit tests for selector language
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1452523 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/Makefile.am')
| -rw-r--r-- | qpid/cpp/src/tests/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qpid/cpp/src/tests/Makefile.am b/qpid/cpp/src/tests/Makefile.am index 3513e0a6d6..69ca01a934 100644 --- a/qpid/cpp/src/tests/Makefile.am +++ b/qpid/cpp/src/tests/Makefile.am @@ -121,6 +121,7 @@ unit_test_SOURCES= unit_test.cpp unit_test.h \ ClientMessage.cpp \ Qmf2.cpp \ BrokerOptions.cpp \ + Selector.cpp \ SystemInfo.cpp if HAVE_XML |
