Skip to content
This repository has been archived by the owner on Dec 8, 2021. It is now read-only.

Cherry-pick 2.1: Fix interpretation of integers in a BIT column (#161) #164

Merged
merged 1 commit into from
Apr 19, 2019

Commits on Apr 16, 2019

  1. Fix interpretation of integers in a BIT column (#161)

    * tests: fix existing test failure
    
    * mydump: fixed conversion of integers into bits
    
    We need to create a special branch for integers, since casting 123 and
    '123' into BIT type behave differently.
    
    Also fixed handling of 0x/0b bit strings since Ragel doesn't recognize
    '+' in a regex -_-.
    
    * mydump: store description of `token` in an array instead of switch cases
    
    * tests: test behavior of integers for ENUM and SET types as well
    kennytm committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    647c448 View commit details
    Browse the repository at this point in the history