You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 3, 2022. It is now read-only.
Hi, I've ported my work to CqlSharp and I really like it. I've found the FieldCount property in CqlDataReader always being 0 requiring me to implement am awkward workaround. I was expecting it to contain the number of fields in the reader. I also didn't find a scenario where VisibleFieldCount has a non-zero value. Is there a way to get FieldCount to actually give the number of fields in the data reader?
The text was updated successfully, but these errors were encountered:
Thank you for your interest in this project. Do note that this project is no longer maintained, as you may have noticed on the latest commit dates... If you have an interest in revitalizing this project (e.g. by taking ownership) please let me know.
Hi,
thanks for your response anyway. I was actually expecting something like this. I could really be interested in continuing the project but I'll have a look at the code first. I'll get back on you when I did.
Thanks, Alex.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi, I've ported my work to CqlSharp and I really like it. I've found the FieldCount property in CqlDataReader always being 0 requiring me to implement am awkward workaround. I was expecting it to contain the number of fields in the reader. I also didn't find a scenario where VisibleFieldCount has a non-zero value. Is there a way to get FieldCount to actually give the number of fields in the data reader?
The text was updated successfully, but these errors were encountered: