SRombauts/SQLiteCpp

Private members to Protected to enable inheritance

YapuWU opened this issue · 0 comments

YapuWU commented

I am thinking if you could change private member functions and variables in Statment, Database and Column class from private to protected. If you change this, the user will be able to implement new features without changing the original library.
For example, I could add wchar_t or utf16 support by inherting your classes.

Thank you.