usql update
usql is still very primitive..it just barely works
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
namespace usql {
|
||||
|
||||
class Exception : public std::exception {
|
||||
class Exception : public std::runtime_error {
|
||||
private:
|
||||
std::string cause;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user