Fixes issues with NULLTYPE not being callable#31
Fixes issues with NULLTYPE not being callable#31keiranmraine wants to merge 2 commits intocockroachdb:masterfrom keiranmraine:feature/bad_null_type
Conversation
|
Corrected the boolean parsing, but not sure how to handle SHOW COLUMNS FROM group_component; |
|
Thanks for the contribution! Can you add some tests that cover these cases? As for Also, it might be a good idea to map both |
|
Fixed in #82. |
This fixes some issues with non-callable fields but then fails to continue due to inability to parse the boolean and timestamp type from table columns: