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

sql: to_hex differs from postgres with negative inputs #41707

Closed
maddyblue opened this issue Oct 17, 2019 · 1 comment · Fixed by #44016
Closed

sql: to_hex differs from postgres with negative inputs #41707

maddyblue opened this issue Oct 17, 2019 · 1 comment · Fixed by #44016
Assignees
Labels
C-bug Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior. good first issue O-sqlsmith

Comments

@maddyblue
Copy link
Contributor

postgres=# select to_hex(-1);
  to_hex  
----------
 ffffffff
root@:26257/postgres> select to_hex(-1);
  to_hex  
+--------+
  -1      
@maddyblue maddyblue added C-bug Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior. O-sqlsmith labels Oct 17, 2019
@lsahn-gh
Copy link

lsahn-gh commented Oct 26, 2019

Although @solongordon is the main assignee, I just gave it a try for the first PR because it has been about 8 days since it opened, but @solongordon looks busy. If you guys think that it is kinda rudely behavior, I am really sorry for that.
A PR would be on the board sooner.

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-bug Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior. good first issue O-sqlsmith
Projects
None yet
4 participants