Sergey Vasilyev

Results 260 comments of Sergey Vasilyev

I am not a big expert on SQLAlchemy's internals. But if that would be helpful, the loss of the LimitByClause happens in `ORMSelectCompileState._setup_for_generate()`: the incoming `self.select_statement` (of type `Select`, not...

To the extent of my SQLAlchemy incompetence, this dirty hack "solves" the problem. Though I have no idea why it works and how it works, I just randomly added a...

Hello. Thanks for asking. The DB2 per se is not on the roadmap. But stabilizing the database connection protocol and making it extensible is one of the highest priorities —...

**UPD:** _A little correction as I might be perceived wrong with the phrasing above:_ It does not mean that we never implement DB2 or do not accept the contributions. I...

Hello. Thanks for asking. We have this task on our roadmap, but it is not in the highest priority, closer to the end of the list: firstly, because of our...

Hello. Thanks for reaching us! MS SQL is one of the databases on the near-future roadmap. It has a few performance-related challenges though. To make a new driver, take a...

@DVAlexHiggs You can see more details on that in #51.

> I'm not sure if that's the expected diff and the documentation needs to be updated, or if the observed diff is incorrect. The right notation is this one —...

@akojima This looks like a different bug. Can you please report it separately, with a scenario & a snippet to reproduce the issue? While I understand the patching inconsistencies (due...

Either a daemon or a timer. Depends on what logic you want to implement. Indexing can also be helpful for cross-resource data exchange in 1.30.0rc1 (note: a release candidate yet):...