Skip to content

feat: Implement event callback system for AI interactions and add rel… #52

feat: Implement event callback system for AI interactions and add rel…

feat: Implement event callback system for AI interactions and add rel… #52

Triggered via push April 22, 2026 16:39
Status Success
Total duration 45s
Artifacts

dblinter.yml

on: push
Run dbLinter
40s
Run dbLinter
Fit to window
Zoom out
Zoom in

Annotations

6 errors, 21 warnings, and 10 notices
Run dbLinter
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-java@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Run dbLinter
Calculated fingerprint of e48ce6fec82b13ee:1 for file examples/sample-apps/practical-ai-made-easy/tables.sql line 27, but found existing inconsistent fingerprint value 0f7d66ed29d25abca4c88709644d07ef
Run dbLinter
Calculated fingerprint of 88877d9facfda428:1 for file examples/sample-apps/practical-ai-made-easy/tables.sql line 26, but found existing inconsistent fingerprint value f6ba1ecdf540bc5265af173a9c4b24e9
Run dbLinter
Calculated fingerprint of 8dc14f0aed5c61ad:1 for file examples/sample-apps/practical-ai-made-easy/tables.sql line 25, but found existing inconsistent fingerprint value 7f2f2895e3fcb0ec7f4b9683fe8628c6
Run dbLinter
Calculated fingerprint of 7893ec54b524c5dc:1 for file examples/sample-apps/practical-ai-made-easy/tables.sql line 18, but found existing inconsistent fingerprint value 91303200fdd1011151d30c60e70a1a7e
Run dbLinter
Calculated fingerprint of ceaad4ed14e108e4:1 for file examples/sample-apps/practical-ai-made-easy/pame_pkg.pkb line 216, but found existing inconsistent fingerprint value 7584a71d545ed1be474fa410e4f11ccc
Run dbLinter
Calculated fingerprint of a5276d890a8aa232:2 for file examples/sample-apps/practical-ai-made-easy/pame_pkg.pkb line 208, but found existing inconsistent fingerprint value 114099ea1d735c4d40ad05da39e4918a
Run dbLinter
Calculated fingerprint of ce489f11ba8d73a2:1 for file examples/sample-apps/practical-ai-made-easy/pame_pkg.pkb line 156, but found existing inconsistent fingerprint value 114099ea1d735c4d40ad05da39e4918a
Run dbLinter
Calculated fingerprint of 695a53540c5e98bf:1 for file examples/sample-apps/practical-ai-made-easy/pame_pkg.pkb line 59, but found existing inconsistent fingerprint value 04207bed77f7bdb7b2f11a19da3771f8
Run dbLinter
Calculated fingerprint of 2925a0db79b4221c:1 for file examples/sample-apps/practical-ai-made-easy/pame_pkg.pkb line 39, but found existing inconsistent fingerprint value c6760196df2c8024ab52790b40331e0d
Run dbLinter
Calculated fingerprint of 133d8364929053a6:1 for file examples/sample-apps/practical-ai-made-easy/pame_pkg.pkb line 38, but found existing inconsistent fingerprint value 114099ea1d735c4d40ad05da39e4918a
Core G-9207: Always follow naming conventions for check constraints.: examples/sample-apps/practical-ai-made-easy/tables.sql#L28
Check constraint pame_chk_settlement_status does not match '(?i)^[a-z][a-z0-9$#_]*_ck$'.
Core G-9207: Always follow naming conventions for check constraints.: examples/sample-apps/practical-ai-made-easy/tables.sql#L27
Check constraint pame_chk_payment_due_date does not match '(?i)^[a-z][a-z0-9$#_]*_ck$'.
Core G-9207: Always follow naming conventions for check constraints.: examples/sample-apps/practical-ai-made-easy/tables.sql#L26
Check constraint pame_chk_settlement_date does not match '(?i)^[a-z][a-z0-9$#_]*_ck$'.
Core G-9207: Always follow naming conventions for check constraints.: examples/sample-apps/practical-ai-made-easy/tables.sql#L25
Check constraint pame_chk_settlement_amount does not match '(?i)^[a-z][a-z0-9$#_]*_ck$'.