Skip to content
Snippets Groups Projects
Commit 7bd1dc4b authored by Nikita Pettik's avatar Nikita Pettik Committed by Kirill Yukhin
Browse files

sqltester: don't convert booleans to 0/1 numerics

When there were no booleans in SQL, to represent them numeric values 0
and 1 were involved. However, recently booleans have been introduced in
SQL, so values of result set can take boolean values. Hence, it makes
no sense to continue converting booleans to numeric, so we can use
directly booleans.
parent 2885cf84
No related branches found
No related tags found
No related merge requests found
Showing
with 80 additions and 104 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment