Open mylesmegyesi opened 11 years ago
How did you get (raw-update ...)
working? When I use it I get an error java.lang.Exception: no current database connection
.
Honestly, its been years since I worked with lobos and don't even have access to the offending code anymore. So, I won't be able to provide much help in reproducing the error anymore.
Currently, I have a column that has a "NOT NULL" constraint and I need to remove it. So far, I haven't found a way to this using the DSL. The only solution I have found is to execute raw SQL like so:
Is there a way to do this through the DSL that I have missed?