mtangoo / wxDatabase

wxWidgets library for connecting to major relational database
http://mtangoo.github.io/database/index.html
36 stars 16 forks source link

wxDatabaseException does not derive from std::exception #22

Open KerryL opened 5 years ago

KerryL commented 5 years ago

Catching std::exception doesn't catch exceptions thrown by wxDatabase. Derive wxDatabaseException from std::exception to resolve.

mtangoo commented 5 years ago

Thanks @KerryL I'm planning to revisit the library and this will definitely going to be resolved!