Skip to content

Commit

Permalink
Refactor search_where and search_query functions, change raise logs t…
Browse files Browse the repository at this point in the history
…o raise debug1
  • Loading branch information
bitner committed Apr 17, 2024
1 parent af6dcc3 commit 4a38316
Show file tree
Hide file tree
Showing 16 changed files with 5,784 additions and 226 deletions.
5 changes: 0 additions & 5 deletions concurrenttest/go.mod

This file was deleted.

2 changes: 0 additions & 2 deletions concurrenttest/go.sum

This file was deleted.

62 changes: 0 additions & 62 deletions concurrenttest/main.go

This file was deleted.

4 changes: 2 additions & 2 deletions docker/pypgstac/bin/test
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ while [[ $# -gt 0 ]]
;;

--vv)
MESSAGELOG=1
MESSAGEDEBUG1=1
shift
;;

Expand Down Expand Up @@ -256,7 +256,7 @@ while [[ $# -gt 0 ]]

CLIENTMESSAGES='warning'
[ $MESSAGENOTICE -eq 1 ] && CLIENTMESSAGES='notice'
[ $MESSAGELOG -eq 1 ] && CLIENTMESSAGES='log'
[ $MESSAGEDEBUG1 -eq 1 ] && CLIENTMESSAGES='debug1'
echo $CLIENTMESSAGES

if [[ ($FORMATTING -eq 0) && ($SETUPDB -eq 0) && ($PGTAP -eq 0) && ($BASICSQL -eq 0) && ($PYPGSTAC -eq 0) && ($MIGRATIONS -eq 0) ]]
Expand Down
Loading

0 comments on commit 4a38316

Please sign in to comment.