Sergei Morozov

Results 235 comments of Sergei Morozov

@travis-ci, any chance this patch gets some attention? The issue prevents the projects that build against MariaDB 10.1 from migrating from Trusty.

@native-api while this proposal is in review, could you suggest a workaround that could be applied in a project's travis.yml file and effectively implemented the same logic that this patch...

@native-api but didn't the build where you used the workaround fail?

I see. I'm trying to migrate from Trusty to Xenial or Bionic and keep testing against several MariaDB versions (including 10.1). So practically, this workaround doesn't seem usable for me...

Instead of performing bitwise operations on a collection, why not have all bits as separate fields? This way, applied to a collection in the DB, the filter could use an...

Thanks for putting this together, @greg0ire. I can't think of a proper replacement right now, but I think the vocabulary around fixable/unfixable and the intent of communicating deprecations could be...

Most likely, DBAL doesn't support this.

> Any idea if this might be supported at some point There's currently no plan for that. > what would be the workaround to use this MySQL 8 feature. It...

> > The that is not fully upper-cased > A noun seems to be missing in this sentence. It should be "The _name_ that is not fully upper-cased". Thanks! >...

So far, I've been thinking about this in the context of schema management. If the ORM uses this API for building SQL (which would make perfect sense), it can cache...