David E. Wheeler
David E. Wheeler
``` ==> ./Build bundle Error: SIGTERM Please report this issue: https://docs.brew.sh/Troubleshooting ``` Oof, this is bad. Something is going seriously wrong. I suggest you report the issue to the [troubleshooting...
You need to tell DBD::ODBC where to find the ODBC driver manager. Have you installed unixODBC or libiodbc? You'll need to tell perl where to find the files, probably by...
Did you ever get this issue resolved, @RutujaMGholap?
Ooh, awesome, thanks! I've never heard of CUBRID; love that you're jumping on this. I've just had a quick look. Here are a few very preliminary thoughts. - Pity that...
They seem a bit aggressive in their use of reserved words…pity.
Yeah, I have to do that for Oracle scripts, too. I think it might be necessary to create engine-specific default templates.
Well, the hope is that you would need to duplicate far fewer methods in `cubrid.pm`. Of course, for those you _do_ have to override, you can hard-code `change_name` if you...
Well, the point is not to prevent other folks from accessing the database,. It's to prevent more than one instance of Sqitch deploying or reverting at once. Locking the changes...
Well, you have to commit such a "lock" so that other transactions see it. And then you have do deal with the race condition that comes between two processes checking...
The `user.table` syntax sounds like schemas. In Oracle, a username is always also a schema. Is there a default schema, like `public`? Or are things always put into the user's...