anse1 / emacs-libpq

An Emacs 25 module for accessing postgres via libpq.
GNU General Public License v3.0
22 stars 4 forks source link

Getting true FALSE instead of nil #28

Open gnusupport opened 2 years ago

gnusupport commented 2 years ago

If I have column like variable_boolean and I want to know if it is FALSE, the module returns nil, which I understand, however, it does not say if column is with the value FALSE or it is empty. There is particular situation where it is important. I hope you understand me.