DolphinDBPlugin icon indicating copy to clipboard operation
DolphinDBPlugin copied to clipboard

Results 9 DolphinDBPlugin issues
Sort by recently updated
recently updated
newest added

data to be saved: A dict which key is a date, value is a table. code: saveOneDay = def(data_dict, save_path, d){ file_path = save_path + '/' + format(d,'yyyy-MM-dd.pt') &tb =...

1. avoid potential memory leaks 2. more sanity checks to ensure 0n/0w/-0w values map to various types in DolphinDB 3. remove repeated code 4. add support for nested data columns

**Is your feature request related to a problem? Please describe.** The current plug-in assumes a universal sym list for all enumerated columns in a splayed table. This assumption will break...

enhancement

# To do list for new Contributors Contributions are welcome, here is a list for new contributors: No | Plugin | Content | Priority | Difficulty | Contributer | Status...

enhancement
help wanted
good first issue

Assigning the result of str.c_str() to a pointer to be used later is against the C++ standard and is not safe. For example: https://github.com/dolphindb/DolphinDBPlugin/blob/30535a5e76a2ccbfa9820de396313c8cf9d713b5/kdb/src/kdb.cpp#L61

# Who is Using DolphinDBPlugin First of all, thanks sincerely for constantly using and supporting [DolphinDB](http://www.dolphindb.com/). We will try our best to keep DolphinDB better, and keep growing community and...

help wanted

CMake's FindPackage module has been supporting ZLIB import since version 3.1. It's better to push CMake's version requirement from 3.0 to 3.1 and use FindPackage to import zlib instead.

Error log: Capcity error: array cannot contain more than 2147483646 bytes In practice, we often need to export data that exceeds this capacity.

MindsDB is an AI data solution that enables humans, AI, agents, and applications to query data in natural language and SQL, and get highly accurate answers across disparate data sources...