cti-python-stix2 icon indicating copy to clipboard operation
cti-python-stix2 copied to clipboard

Experimental changes to allow relational-data-sink implementation to work with different database backends

Open mfang90739 opened this issue 1 year ago • 1 comments

Added test code to scope out the work needed to support the following variants:

  • SQLite
  • MariaDB
  • MySQL
  • Microsoft SQL (MSSQL)

Testing has been done on a MacBook Pro M3 system for the first three; the corresponding log file is attached for reference. The code for MSSQL remains to be tested, so consider it as a place holder for now.

sqlite.log mariadb.log mysql.log

mfang90739 avatar Nov 06 '24 20:11 mfang90739

Just pushed back the change for MS-SQL. The testing result is captured in mssql.log

mfang90739 avatar Nov 11 '24 23:11 mfang90739

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar Jul 31 '25 09:07 CLAassistant