XQuilla/TODO

45 lines
968 B
Text
Raw Normal View History

2020-02-17 21:13:50 +00:00
Features
--------
complete XQuery Fulltext support
XQueryP support
Grouping support
XSLT 2.0 support
Higher order functions
Optimization
------------
Hash map implementation of distinct-values()
2020-02-17 21:12:51 +00:00
nested loop elimination (group recognition, join recognition)
2020-02-17 21:13:50 +00:00
variable inlining
common sub-expression extraction
2020-02-17 21:12:51 +00:00
faster modifiable data model
2020-02-17 21:13:50 +00:00
pull event execution
Infrastructure
--------------
query plan output using event API
2020-02-17 21:12:51 +00:00
string pool that returns numeric identifier
support for UTF-8 execution?
extract basic schema types from Xerces-C
abstract schema type access (no direct access to Xerces objects)
2020-02-17 21:13:50 +00:00
Build without code that needs a source version of Xerces-C?
Improve MAPM concurrency
Windows -- re-enable warning 4996 (xqilla_config.h) and address the "unsafe" warnings
for use of strcat, strcpy, etc
QA
--
2020-02-17 21:12:51 +00:00
fix UTF-16 bugs
fix XQTS bugs
new test suite
test XQuery Fulltext
Fix ATDoubleOrDerivedImpl and ATFloatOrDerivedImpl to use double and float types
2020-02-17 21:13:50 +00:00