Skip to content

Commit

Permalink
zf
Browse files Browse the repository at this point in the history
  • Loading branch information
everpcpc committed Jul 31, 2024
1 parent ead9fd9 commit a3ad543
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cli/tests/http/06-nullable.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ select NULL;
SQL

cat <<SQL | ${BENDSQL} --quote-style=always
select "NULL";
select 'NULL';
SQL

export BENDSQL_DSN="databend+http://${DATABEND_USER}:${DATABEND_PASSWORD}@${DATABEND_HOST}:8000/?sslmode=disable&presign=on&format_null_as_str=1"
Expand All @@ -21,5 +21,5 @@ select NULL;
SQL

cat <<SQL | ${BENDSQL} --quote-style=always
select "NULL";
select 'NULL';
SQL

0 comments on commit a3ad543

Please sign in to comment.