Francesco Capponi

Results 25 issues of Francesco Capponi

MySQL currently allows 0000-00-00 as a valid value, Postgres doesn't and converts it to a null value. However in case it is converted to null value, and the column in...

Making it Redis 3.2.0 compatible. Not thoroughly tested, but the idea can be taken and improved.

https://github.com/leinardi/mypy-pycharm/blob/50bd2b683c5825cd7e6ddbc6f47c3ed39b14b0ba/src/main/java/com/leinardi/pycharm/mypy/mpapi/MypyRunner.java#L251 As https://github.com/python/mypy/issues/4008#issuecomment-417862464, now mypy should accepts also a directory and search files recursively. Would it possible to to not have the the recursive scanning of files? Concatenating all of...

When copying over data from MySQL to Postgres I hit the exception: ``` Where: unnamed portal parameter $19 Call getNextException to see other errors in the batch. org.postgresql.util.PSQLException: ERROR: invalid...

It appears that when I create tables in Postgres with JDBCSinkConnector coming from MySQL Debezium, it doesn't preserve the "Date" column type and transforms it to an integer. ``` date...

Hive few years back added a ACID incremental rollup Merge and I was wondering if it was ever considered to add it to to kafka-connect-hdfs on top of the APPEND...

Motivation: in processing pipelines where tasks can be time-intensive, and multiple queues/tasks are fighting for resources, the lib users can benefit from implementing a more complex pulling strategy and trigger...

#181 No matter the `execution_time`, given execution_time>CURRENT_TIMESTAMP, the highest priority will always be executed first e.g. ``` scheduler.schedule(onetimeTask.instanceBuilder("1").setPriority(100), Instant.now()); scheduler.schedule(onetimeTask.instanceBuilder("2").setPriority(200), Instant.now()); ``` @kagkarlsson I wasn't sure how to bump a...

Currently all tasks have a FIFO policy (or whether time they are scheduled). In a number of use cases, where queue is larger than the processing power, we might want...

enhancement
pri2

how is it possible to certificate your identity without have logged in? so in examples/server/lib/actions.php on line 41 we should replace with this code: ``` php if ($request->idSelect()) { //...