Guenter Obiltschnig
9df405b580
fixed GH #1203 : Poco::Data::RecordSet should be reusable
2016-03-16 23:15:36 +01:00
Guenter Obiltschnig
b30da7bcca
better logging if rollback fails with Exception
2016-03-12 20:40:39 +01:00
Guenter Obiltschnig
443e54fdde
use TLS_*_method() instead of deprecated SSLv23_*_method() if OpenSSL version is >= 1.1; initialize default/fallback client context to support all TLS protocols, not just TLSv1
2016-03-12 12:20:22 +01:00
Aleksandar Fabijanic
d49ea8a51b
Merge pull request #1189 from mathausmendel/develop
...
Compilation fixes for AIX (IBM XLC)
2016-03-11 20:39:47 -08:00
Aleksandar Fabijanic
55fbf1a730
Merge pull request #1190 from Kampbell/Travis
...
Travis: reformatting & cleanup
2016-03-11 08:19:15 -08:00
FrancisANDRE
598237a817
Merge remote-tracking branch 'pocoproject/develop' into Travis
2016-03-11 16:36:23 +01:00
FrancisANDRE
57bc0cc4cf
Display postgres and mysql version.
...
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2016-03-11 15:34:12 +01:00
FrancisANDRE
ff32e89a27
Restore travis/script/runtests
...
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2016-03-11 14:50:05 +01:00
Guenter Obiltschnig
c4ca7bb732
another attempt at #1187 : retry mysql_stmt_prepare if server has gone away
2016-03-11 14:47:30 +01:00
Mathäus Mendel
ce8e88cc4b
Fixed ${CMAKE_THREAD_LIBS_INIT} being empty during the compilation
...
The directive checking for the native threads library must be
called before everything else.
2016-03-11 10:35:23 -03:00
Mathäus Mendel
8895045fb5
Made all testsuite link with pthreads on Unix systems
...
This fixes the linker errors due to missing pthreads library on AIX.
2016-03-11 10:30:15 -03:00
FrancisANDRE
3efe787a64
Use sudo for installing Poco libs.
...
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2016-03-11 14:25:23 +01:00
Mathäus Mendel
473de6d1b1
Fixed compilation on IBM AIX due to name clash with UTF32Char
...
Both poco and AIX's system header <sys/types.h> defines UTF32Char
type which lead to a name clash and compilation error.
2016-03-11 10:21:40 -03:00
Mathäus Mendel
b3423e6601
Fixed compilation on IBM XLC due to incorrect function call
...
Templated functions dependent of a templated class must be prefixed with
the "template" keyword.
2016-03-11 10:17:33 -03:00
Mathäus Mendel
b245307780
Poco.Foundation now links with pthreads on Unix platforms
...
Some of the libraries relies on functions from Poco.Foundation that
are implemented using pthreads and were leading to link errors.
2016-03-11 10:14:43 -03:00
FrancisANDRE
0645fa79a2
Add fast fail. Restore arm-linux-gnueabi-g++.
...
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2016-03-11 12:09:49 +01:00
Aleksandar Fabijanic
6e5111d2ba
Merge pull request #1188 from Kampbell/MySQLOnTravisAndAppVeyor
...
Data/MySQL: contineous integration on AppVeyor & Travis
2016-03-10 17:54:48 -08:00
FrancisANDRE
dd7455f4e8
Merge remote-tracking branch 'pocoproject/develop' into MySQLOnTravisAndAppVeyor
2016-03-10 23:16:01 +01:00
Guenter Obiltschnig
a42505b9ed
fix for #1187 : don't send timeout to zero
2016-03-10 21:30:17 +01:00
FrancisANDRE
34e4748105
Replace DOS variable by PS variable.
...
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2016-03-10 17:50:16 +01:00
FrancisANDRE
41bbe9a7ea
Merge remote-tracking branch 'pocoproject/develop' into MySQLOnTravisAndAppVeyor
2016-03-10 17:36:47 +01:00
FrancisANDRE
1f6ccce76d
Put Data/MySQL by end for AppVeyor
...
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2016-03-10 13:07:20 +01:00
FrancisANDRE
28a40c1c56
Put Data/Postgresql as last component for AppVeyor.
...
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2016-03-10 12:27:10 +01:00
Guenter Obiltschnig
b2ac870240
fixed GH# 1184: Attempting to connect via a proxy throws a DNS error "Host not found"
2016-03-10 09:55:46 +01:00
Aleksandar Fabijanic
57fa40e15e
Merge pull request #1182 from mathausmendel/develop
...
Fix compiler warnings with Clang/XLC
2016-03-09 21:01:08 -08:00
Mathäus Mendel
9332e886d0
Merge remote-tracking branch 'upstream/develop' into develop
2016-03-09 17:24:47 -03:00
Mathäus Mendel
f634ab8d6d
Fixed an inline initialization issue in the constructor
...
Class members are initialized in the order they are declared.
2016-03-09 17:21:25 -03:00
Mathäus Mendel
ede77f46ee
Removed unused variables
...
When compiling with higher warning levels the compiler warns about
these unused variables.
2016-03-09 17:20:37 -03:00
Guenter Obiltschnig
139649fd61
TaskManager::count() now returns std::size_t; release mutex before posting progress notification
2016-03-09 20:22:44 +01:00
FrancisANDRE
dd936bea53
Merge remote-tracking branch 'pocoproject/develop' into MySQLOnTravisAndAppVeyor
2016-03-09 17:04:44 +01:00
Francis ANDRE
181b8e8aa2
Fix typo
2016-03-09 15:35:04 +01:00
Francis ANDRE
58c5962599
Use from to fpr copy statement
2016-03-09 15:22:03 +01:00
Francis ANDRE
b4ecb76799
Use environement variables
2016-03-09 15:10:13 +01:00
Francis ANDRE
200ade5299
Restore 755 on shell
2016-03-09 14:38:00 +01:00
Francis ANDRE
d8db30cbb6
Restore 755 on shell
2016-03-09 11:38:41 +01:00
Francis ANDRE
4691479f4f
Restore 755 on shell
2016-03-09 11:35:32 +01:00
Francis ANDRE
59210ca68e
Restore 755 on shell
2016-03-09 11:23:08 +01:00
FrancisANDRE
0b6486cc5d
list content of MySQL dir.
...
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2016-03-09 11:18:14 +01:00
FrancisANDRE
3d897371a8
Exclude Data/MySQL testsuite
...
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2016-03-09 11:04:45 +01:00
FrancisANDRE
57f22761f5
Test libmysql.dll with Test-Path
...
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2016-03-09 10:22:05 +01:00
FrancisANDRE
a6f202a37e
Copy libmysql.dll to bin
...
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2016-03-09 10:05:53 +01:00
FrancisANDRE
080302b921
Exclude Data/MySQL testsuite on Win32 for now. Infinite loop.
...
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2016-03-08 19:04:50 +01:00
Günter Obiltschnig
77c38f47d8
Merge pull request #1176 from mathausmendel/ibm-xlc-aix
...
Add support for IBM XLC on AIX platforms
2016-03-08 16:44:56 +01:00
FrancisANDRE
2e39c6c874
Stop & Start PostgreSQL service.
...
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2016-03-08 16:36:08 +01:00
FrancisANDRE
7068c797b3
Fix invalid concatenation.
...
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2016-03-08 16:28:30 +01:00
FrancisANDRE
97fb4c6e38
Download and install postgreSQL 32 bit versions
...
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2016-03-08 16:20:12 +01:00
FrancisANDRE
8b6587d0f9
Restore Test-Path "c:\mysql-5.7.9-win32"
...
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2016-03-08 14:10:15 +01:00
Mathäus Mendel
7dda3867c6
Removed isnan and isinf from the namespace std for IBM XLC
...
Due to the implication of changing the standard library behavior on IBM XLC
when using the POCO Libraries, the functions from <cmath> previously added
to the namespace std are now guarded by #ifdef directives to cover only
the needed cases (IBM XLC compiler on AIX).
2016-03-08 09:53:46 -03:00
FrancisANDRE
e16a0fa481
PSowerShell does not recognize (Test-Path path) as a boolean!
...
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2016-03-08 12:52:57 +01:00
FrancisANDRE
d7f8761771
missing parenthesis on Test-Path.
...
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2016-03-08 12:39:52 +01:00