Phil Krylov

Results 24 issues of Phil Krylov

Although its value is ignored by database code, it is probably used by the form validation code; still, it should be an integer.

I'd like a way to silence the message "Script run multiple times". And maybe even just exit with 0 exitcode in such cases. Like a command line argument --quiet-on-multiple-runs. Because...

According to the spec, `type` cannot point to a custom type, which should be performed with `$ref`. Also, validation produced warnings about multiple unreferenced models (mostly `Write...Serializer`) which were previously...

### Details SQLite source repository includes some useful extensions which are nice to have at hand, prebuilt, synced with the SQLite version. One of these, especially useful for i18n of...

enhancement

SQLAlchemy queries containing `bindparam(expanding=True)` need additional preprocessing at execution time. Relevant documentation: [method sqlalchemy.sql.operators.ColumnOperators.in_](https://docs.sqlalchemy.org/en/13/core/sqlelement.html?highlight=bindparam#sqlalchemy.sql.operators.ColumnOperators.in_), [attribute sqlalchemy.sql.compiler.SQLCompiler.contains_expanding_parameters](https://docs.sqlalchemy.org/en/13/core/internals.html#sqlalchemy.sql.compiler.SQLCompiler.contains_expanding_parameters). Self-contained sample: ```python import asyncio from databases import Database import sqlalchemy DB_URI = 'sqlite:///example.db')...

My use case: I would like to specify `--min_change=212993` for one dataset and `--min-change=1` for another, but still need to snapshot them together in atomic manner, no matter how many...

From @svoj in https://github.com/MariaDB/server/commit/dd939d6f7e57e418a6f80fb9057eef8823beaff6 Replaces #425

### System information Type | Version/Name --- | --- Distribution Name | Distribution Version | 10.14 Mojave Linux Kernel |Darwin MacBook-Pro.fritz.box 18.7.0 Darwin Kernel Version 18.7.0: Tue Jun 22 19:37:08...