Sven Van Caekenberghe
Sven Van Caekenberghe
I know that a good object should be more than data, of course. But in this case, adding specific holders for the PG data types feels right to me, even...
OK, interesting. Feel free to contact me if you need more help. Now, what I find a bit frustrating about PSQL is that the OID type space is literally infinite...
Hi Gabriel, Thanks for letting me know. This is certainly cool. I try to keep things as simple as possible though, for this feels as overkill. Compatibility between PostgreSQL versions...
I get a clean error, instance of P3Error with message P3Error PostgreSQL database "foo" does not exist when I try to connect to a non existing DB P3Client url: 'psql://sven@localhost/foo'...
I was on 11.6, now also on 12.1 ``` P3Client new host: 'localhost'; port: 5432; database: 'pdmCC'; user: 'sven'; "password: '';" connect. ``` still gives me a clean P3Error. Note...
This sometimes happens in regular use as well. It seems that at that point the underlying socket stream is in the state 'otherEndClosedButNotThisEnd'. It remains hard to reproduce though.
Is it not possible to launch sub images with an additional command line argument ? Such a command line argument can easily be retrieved at the level of the sub...
I also think this is an important and sensitive issue: it gives a really bad first impression.
I kind of like this style but many people do not. This is something that comes up from time to time, it has been discussed before.
OK, I studied this a bit more in detail and I feel/believe the URL is not valid RFC 3986 as already described in the section by that title in the...