easyaccess
easyaccess copied to clipboard
Allow upload of boolean values
Numpy/FITS has a boolean data type but Oracle does not. We should still be able to upload boolean data, maybe casting it to NUMBER(1)
. What is the "correct" thing to do with booleans in Oracle is a topic of discussion on Stack Overflow...