Commit Graph

499 Commits

Author SHA1 Message Date
Guenter Obiltschnig
c4c5f18b97 fixed typo in testsuite 2016-10-14 11:51:23 +02:00
Guenter Obiltschnig
22a5def393 initialize all members in ctor 2016-09-26 18:10:07 +02:00
Guenter Obiltschnig
26ccbe2504 fixed uninitialized members in ctor 2016-09-26 17:50:28 +02:00
Guenter Obiltschnig
5ad31f2236 initialize all members in default ctor 2016-09-26 17:42:01 +02:00
Guenter Obiltschnig
0a1a4f70dd style fix 2016-09-26 17:00:20 +02:00
Guenter Obiltschnig
8a9b7abe2f bugfix: _null member not initialized in ctor 2016-09-26 16:53:59 +02:00
Guenter Obiltschnig
f3e0bf540d handle connection lost/server gone error when starting a transaction 2016-09-15 12:02:52 +02:00
Guenter Obiltschnig
7c37f18f84 fixed some warnings and minor issues detected by clang-analyzer 2016-09-13 11:37:12 +02:00
Guenter Obiltschnig
154a202142 don't include connection string in exception message 2016-09-11 01:41:42 +02:00
Günter Obiltschnig
04ade7b2b2 fixed GH #1252: Unable to compile Poco::Data for Windows Compact Embedded 2013 2016-08-27 11:14:24 +02:00
Guenter Obiltschnig
4232d0b497 updated sqlite to 3.14.1 2016-08-27 08:45:01 +02:00
Guenter Obiltschnig
d62a3bed69 fixed GH #1300: Session constructor hangs 2016-07-03 14:13:40 +02:00
Guenter Obiltschnig
65ef15d98f upgraded bundled SQLite to 3.13.0 2016-07-03 11:16:47 +02:00
Guenter Obiltschnig
b530485f92 #1221: upgrade bundled sqlite to 3.12.2 2016-04-21 10:08:36 +02:00
Guenter Obiltschnig
4ee483d930 style fixes 2016-04-16 09:49:03 +02:00
Guenter Obiltschnig
0c91f8714d upgraded bundled SQLite to 3.12.1 2016-04-11 10:47:55 +02:00
Guenter Obiltschnig
ed23f24639 fixed GH #1236: Remove Poco::Data::Row::checkEmpty() as it prevents Row from being used with all NULL rows 2016-04-11 10:38:33 +02:00
Guenter Obiltschnig
089dd0e2d2 upgraded bundled sqlite to 3.11.1 2016-03-19 07:59:18 +01:00
Guenter Obiltschnig
6f44a02a65 another fix for #1203: need to reset _rowMap as well. Also, don't hide reset() from base class 2016-03-17 10:07:40 +01:00
Guenter Obiltschnig
58751caca0 fixed GH# #1203: Poco::Data::RecordSet should be reusable 2016-03-17 09:15:23 +01:00
Guenter Obiltschnig
6572db8df0 better logging if rollback fails with Exception 2016-03-12 20:39:51 +01:00
Guenter Obiltschnig
2500d55297 fixed typo 2016-03-12 20:20:35 +01:00
Guenter Obiltschnig
dcfc20a247 another attempt at #1187: retry mysql_stmt_prepare if server has gone away 2016-03-11 14:46:32 +01:00
Guenter Obiltschnig
9a81312bcf fix for #1187: don't set timeout to zero 2016-03-10 21:29:11 +01:00
Guenter Obiltschnig
8b5761c78a fixed GH #1171: Poco::Data::RecordSet: rowCount not reset after execute 2016-03-04 14:03:25 +01:00
Guenter Obiltschnig
4da3f6e645 fixed ODBC testsuite driver 2016-03-04 12:26:24 +01:00
Guenter Obiltschnig
d5a08a8564 added explicit connector registration 2016-03-01 18:31:50 +01:00
Guenter Obiltschnig
b3a503c13e removed automatic Connector registration in ODBC and SQLite 2016-03-01 17:40:58 +01:00
Guenter Obiltschnig
ce4341e96b removed automatic registration as it can cause a deadlock in mysql_library_init 2016-03-01 11:48:14 +01:00
Guenter Obiltschnig
6c66d0b49e fix leap year issues in testsuites 2016-02-29 10:18:11 +01:00
Günter Obiltschnig
3d1a094725 Merge pull request #1026 from zosrothko/Cygwin
Fixes for producing the poco-1.6.2 release on a Cygwin x86 platform
2016-02-28 15:29:08 +01:00
Guenter Obiltschnig
8746f688c9 upgraded bundled sqlite to 3.11.0 2016-02-27 16:34:31 +01:00
Guenter Obiltschnig
dfa12e61d6 fixed GH #1137: Missing 'longint' type in SQLite 2016-02-27 16:30:51 +01:00
FrancisANDRE
4d9c94c9fa use .dll.a extension for Cygwin
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-11-10 14:05:12 +01:00
Guenter Obiltschnig
f2e9babb75 re-added customizeSession() method from 1.4.x releases 2015-11-02 10:21:07 +01:00
Guenter Obiltschnig
4b27f8edd2 fixed GH #967: Missing data types in SQLite 2015-10-05 15:12:16 +02:00
Guenter Obiltschnig
e25a17030d integrated CMake improvements from develop (GH #946) 2015-09-26 11:11:23 +02:00
Guenter Obiltschnig
0ff1fd3f02 upgraded bundled SQLite to 3.8.11.1 2015-08-02 08:58:20 +02:00
Günter Obiltschnig
4f0b692d66 added project and solution files for VS2015 2015-08-01 10:29:32 +02:00
Sascha Zelzer
10425a9556 Do not overwrite CMAKE_PREFIX_PATH in component config files.
This fixes problems when a project adds a directory to
CMAKE_PREFIX_PATH, then calls find_package(Poco ...) and afterwards
calls find_package() for another project located in one of the
directories of the original CMAKE_PREFIX_PATH variable.
2015-02-04 04:35:23 +01:00
Pascal Bach
f778e67430 CMake: Improve installation and package generation
Signed-off-by: Pascal Bach <pascal.bach@siemens.com>
2015-01-27 15:52:18 +01:00
Pascal Bach
10ef2b2335 CMake: Remove WinDriver usage in tests
Add WinCEDriver to packages supporting it
2014-12-21 16:23:35 +01:00
Guenter Obiltschnig
8859346898 fixed POCO_SQLITE_INV_ROW_CNT initialization 2014-12-18 12:14:09 +01:00
Aleksandar Fabijanic
86b81bfcbd GH #499: Poco::Data::Statement::execute returns wrong value when zero results (ODBC) 2014-12-17 23:36:26 -06:00
Guenter Obiltschnig
33998a2156 Merge branch 'develop' of https://github.com/pocoproject/poco into develop 2014-12-17 09:21:16 +01:00
Guenter Obiltschnig
c49a954a8d workaround for GH #578 2014-12-17 09:20:52 +01:00
Aleksandar Fabijanic
76573294e5 Fix for #641 MySQL - LONGBLOB problem on 64-bit systems 2014-12-16 19:24:33 -06:00
Guenter Obiltschnig
931a5a5252 Removing support for Visual Studio.NET 2003 and Visual Studio 2005 - it's time to say goodbye to the past 2014-12-15 11:05:13 +01:00
Alex Fabijanic
ccf0e78b6a Data documentation sample code outdated #620 2014-11-24 19:37:16 -06:00
Alex Fabijanic
5830263700 added LineEndingConverter and WebNotifier to samples solutions 2014-11-20 21:33:01 -06:00