diff options
author | rtkay123 <dev@kanjala.com> | 2025-08-18 20:10:15 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-08-18 20:10:15 +0200 |
commit | 60e0003ebb26ba31075ba047b6d15af1a4f29bbb (patch) | |
tree | b328d45a5a08982260bdd10198e106e718fda24a /.sqlx/query-32cb5438dd7289fd29e38dc545bf8ca74ef9cbcdc6f51642ef21db4444d1db15.json | |
parent | f9baca5981525003bd67ab1359a4acffa3831540 (diff) | |
download | warden-60e0003ebb26ba31075ba047b6d15af1a4f29bbb.tar.bz2 warden-60e0003ebb26ba31075ba047b6d15af1a4f29bbb.zip |
feat: rule 901 (#10)
Diffstat (limited to '.sqlx/query-32cb5438dd7289fd29e38dc545bf8ca74ef9cbcdc6f51642ef21db4444d1db15.json')
-rw-r--r-- | .sqlx/query-32cb5438dd7289fd29e38dc545bf8ca74ef9cbcdc6f51642ef21db4444d1db15.json | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/.sqlx/query-32cb5438dd7289fd29e38dc545bf8ca74ef9cbcdc6f51642ef21db4444d1db15.json b/.sqlx/query-32cb5438dd7289fd29e38dc545bf8ca74ef9cbcdc6f51642ef21db4444d1db15.json new file mode 100644 index 0000000..3115b0d --- /dev/null +++ b/.sqlx/query-32cb5438dd7289fd29e38dc545bf8ca74ef9cbcdc6f51642ef21db4444d1db15.json @@ -0,0 +1,25 @@ +{ + "db_name": "PostgreSQL", + "query": "select count(*) from transaction_relationship tr\n where tr.destination = $1\n and tr.tx_tp = $2\n and extract(epoch from ($3::timestamptz - tr.cre_dt_tm)) * 1000 <= $4\n and tr.cre_dt_tm <= $3::timestamptz", + "describe": { + "columns": [ + { + "ordinal": 0, + "name": "count", + "type_info": "Int8" + } + ], + "parameters": { + "Left": [ + "Text", + "Text", + "Timestamptz", + "Numeric" + ] + }, + "nullable": [ + null + ] + }, + "hash": "32cb5438dd7289fd29e38dc545bf8ca74ef9cbcdc6f51642ef21db4444d1db15" +} |