https://bugs.kde.org/show_bug.cgi?id=371331
Bug ID: 371331 Summary: database calls randomly fail on Windows 10 (postgresql) Product: KDb Version: 3.0 Platform: Compiled Sources OS: MS Windows Status: UNCONFIRMED Severity: normal Priority: NOR Component: Driver: PostgreSQL Assignee: stan...@kde.org Reporter: simeon.ku...@gmail.com I wrote a simple test application, just to try the KDb library on a Windows 10 system. I compiled KF5 packages (5.24) and KDb 3.0.0 (and Kexi) from source using MSVC 2013 64 bit compiler. I use my test application to connect to a postgresql DB on localhost (I installed PostgreSql 9.5 64 bit for Windows 10). But somehow the database calls randomly fail! Maybe there is a bug in the postgresql driver plugin, I guess ? My test application first connects to the PostgreSql Server and then lists all available databases found. Next it executes connection->useDatabase() on a specific database and executes a SQL select statement. Sometimes no databases appear, sometimes the useDatabase() call fails and sometimes I have even the impression, that not all SQL records are delivered (but a subset of it). I CAN EVEN OBSERVE THE SAME BEHAVIOUR WITH KEXI (compiled from source). I need several tries to connect to my postgresql server and open a previously saved project. I need "to be lucky", so that all database calls work, then the project is opened as it should be. But most of the time one (or more) of the database calls seem to fail even in Kexi, at least in my setup. If you need more information, please contact me! If it helps, I could e.g. upload my sample project, but I would have to clean up some parts first... Tell me, if I could help in anyway... Thanks! -- You are receiving this mail because: You are watching all bug changes.