Skip to content

Commit

Permalink
fix: fix pg_database e2e to make it compatible with sql-backend (#15059)
Browse files Browse the repository at this point in the history
  • Loading branch information
yezizp2012 authored Feb 8, 2024
1 parent fda08d9 commit 7cbf16a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions e2e_test/batch/catalog/pg_database.slt.part
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
query ITIITT
SELECT oid, datname, encoding, datcollate, datctype, datistemplate, datallowconn, datconnlimit, dattablespace FROM pg_catalog.pg_database where oid = 0;
SELECT datname, encoding, datcollate, datctype, datistemplate, datallowconn, datconnlimit, dattablespace FROM pg_catalog.pg_database where datname = 'dev';
----
0 dev 6 C C f t -1 1663
dev 6 C C f t -1 1663

0 comments on commit 7cbf16a

Please sign in to comment.