Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: solve some compatibility issues with pgcli #355

Merged
merged 3 commits into from
Jan 17, 2025
Merged

fix: solve some compatibility issues with pgcli #355

merged 3 commits into from
Jan 17, 2025

Conversation

VWagen1989
Copy link
Contributor

This PR solves the issues about compatibility with pgcli mentioned in #354.

% pgcli "postgresql://[email protected]:25555"
Server: PostgreSQL 16.1 (Homebrew)
Version: 4.1.0
Home: http://pgcli.com
[email protected]:postgres> select * from public.t;
+----+----+----+----+
| id | i0 | i1 | i2 |
|----+----+----+----|
| 1  | 1  | 1  | 11 |
| 2  | 2  | 2  | 12 |
| 3  | 3  | 3  | 13 |
| 4  | 4  | 4  | 14 |
| 5  | 5  | 5  | 15 |
| 6  | 6  | 6  | 16 |
| 7  | 7  | 7  | 17 |
| 8  | 8  | 8  | 18 |
| 9  | 9  | 9  | 19 |
| 10 | 10 | 10 | 20 |
+----+----+----+----+
SELECT 10
Time: 0.011s

Copy link
Contributor

@TianyuZhang1214 TianyuZhang1214 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Contributor

@fanyang01 fanyang01 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! LGTM

@VWagen1989 VWagen1989 merged commit 068cd59 into main Jan 17, 2025
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Using pgcli with myduckserver throws error on start but works
3 participants