Paolo Inaudi

Results 13 issues of Paolo Inaudi

I spotted in some emails a date in the following format: ``` Date: 06-MAY-2016 19:00:22 ``` I think due to the uppercase month, k-9 mail is unable to handle them,...

enhancement

Running ``make test_gw`` (as well as just ``make``) leads to compile errors. Some errors are easy (patch below), but I got stuck on this one: ``` $ make test_gw Scanning...

Hi, please add the functionality to execute the currently opened script in sqlplus (i.e. launch a sqlplus client externally providing the current script as input). Rationale: my scripts will be...

I'd like to be able to query fixed width files (also called positional) just like I can with separated ones with CSV driver. The connection setup should allow to set...

feature request
AS
new driver

### Validations - [X] I believe this is a way to improve. I'll try to join the [Continue Discord](https://discord.gg/NWtdYexhMs) for questions - [X] I'm not able to find an [open...

enhancement

It can be useful to be able to specify multiple initial sql files, expecially if one or more of them is generated. Currently initial-sql seems to support a single file...

Hi, I'm trying to use AW in the following setup: * Activity Watcher server installed on windows host * Intellij IDEA installed on wsl2 linux client From what I understand...

I wrote the following, wrong class; pojo tester claims it's well implemented. ``` public class TestClass { @Nullable private Double testField; public TestClass(@Nullable Double testField) { this.testField = testField; }...

Classpath may contain files with extensions which are not .class. For example my classpath contains .xml files (because MyBatis). Currently ReflectionUtils.removeClassSuffix is called, that removes the .class suffix; however it...