Tim Sehn

Results 334 comments of Tim Sehn

This is supported in Dolt (our implementation), just not in the in-memory tables. We would welcome a contribution but we don't use the in-memory tables so we're not super motivated...

Updating my previous comment, this is also a problem in Dolt: https://github.com/dolthub/dolt/issues/4475 Resolving in favor of that bug.

This is definitely the intent. I'm not sure if we've done the 8.0 keywords. Is it only `Option` or did you notice any others?

We don't support this yet. Zach can scope. Can you do this with a stored procedure instead? https://www.dolthub.com/blog/2021-03-10-introducing-stored-procedures/ On Wed, Sep 22, 2021 at 6:37 AM Knut Wannheden ***@***.***> wrote:...

My bad :-) On Wed, Sep 22, 2021 at 9:03 PM Knut Wannheden ***@***.***> wrote: > FWIW, generated columns are also supported by MySQL 5.7: > https://dev.mysql.com/doc/refman/5.7/en/create-table-generated-columns.html > > —...

@max-hoffman Have you made any progress here? Seems like a real popular bug :-)

Right now, if you specify a config.yaml, all command line arguments to `dolt sql-server` are ignored. For instance, in the server shell: ``` dolt_new $ cat config.yaml log_level: info behavior:...

We think this is resolved with 0.41.0. Open a new issue if you have any other troubles with CTEs.

Dolt should create `TEXT` columns instead.

Nice bug. @max-hoffman has been grinding on CTE issues so he'll grab it once he frees up a bit.