Initial commit, 90% there

This commit is contained in:
mdares
2025-12-02 16:27:21 +00:00
commit 755028af7e
7353 changed files with 1759505 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
11/30/2025, 3:46:44 PMnode: Anomaly Events DB
msg : error
error
name: "Error"
message: string
You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)' at line 4
code: "ER_PARSE_ERROR"
stack: string
Error: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)' at line 4
at Packet.asError (/home/mdares/.node-red/node_modules/mysql2/lib/packets/packet.js:740:17)
at Query.execute (/home/mdares/.node-red/node_modules/mysql2/lib/commands/command.js:29:26)
at PoolConnection.handlePacket (/home/mdares/.node-red/node_modules/mysql2/lib/base/connection.js:477:34)
at PacketParser.onPacket (/home/mdares/.node-red/node_modules/mysql2/lib/base/connection.js:93:12)
at PacketParser.executeStart (/home/mdares/.node-red/node_modules/mysql2/lib/packet_parser.js:75:16)
at Socket.<anonymous> (/home/mdares/.node-red/node_modules/mysql2/lib/base/connection.js:100:25)
at Socket.emit (node:events:524:28)
at addChunk (node:internal/streams/readable:561:12)
at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
at Readable.push (node:internal/streams/readable:392:5)