dolphindb / DolphinDBPlugin

Apache License 2.0
49 stars 33 forks source link

#14 Major refactoring of kdb+ plugin #22

Closed FlyingOE closed 3 months ago

FlyingOE commented 1 year ago
  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
peeyee commented 3 months ago

Good job! Thank for your professional work.