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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: