Anders Skovsted Buch

Results 3 issues of Anders Skovsted Buch

### Describe the bug SQLAlchemy generates incorrect SQL for Values queries on SQLite and MariaDB. The code example is for SQLite. ### To Reproduce ```python import sqlalchemy as sa myvalues...

feature
sqlite
mariadb

**Describe the bug** quotient_ideal(Q) is not defined when Q is a quotient of a FreeAlgebra. **To Reproduce** ``` using Singular R, (x,y) = FreeAlgebra(QQ, ["x", "y"], 6) Q, (a,b) =...

bug

This is a question, not an issue. Is there a way to set custom properties of the context object received by `expressify()`? I tried `Base.active_repl.options.iocontext[:mysymbol] = "myvalue"`, but I think...