tiberius icon indicating copy to clipboard operation
tiberius copied to clipboard

Make QueryIdx public

Open TheRustifyer opened this issue 2 years ago • 2 comments

Hello. Following this issue a lot of people are interested in make the QueryIdx trait public.

By make it public, you will allow to your consumers to write generic code that can abstract the get() or try_get() implementations far beyond the actual implementations, that is monomorphize with some &str or usize those methods over Row.

Would be possible to make a public reexport of the QueryIdx trait?

TheRustifyer avatar Nov 22 '22 12:11 TheRustifyer

Sure, it should be an easy PR to do. Do you want to try?

pimeys avatar Nov 26 '22 10:11 pimeys

Sure, it should be an easy PR to do. Do you want to try?

Oh, I completly forgot about this one. Isn't this change made yet?

TheRustifyer avatar Jan 09 '23 14:01 TheRustifyer