Commit Graph

482 Commits

Author SHA1 Message Date
Guenter Obiltschnig
ec5580ffa2 fixed GH #967: Missing data types in SQLite 2015-10-05 15:12:42 +02:00
Csaba Keszegh
61305c01ee fix: set public compiler flags on library targets
POCO_STATIC: has to be set when using poco as static library
POCO_NO_ATUMATIC_LIBS: CMake config module will find the correct libraries.
  Don't need to guess in headers.
2015-09-15 10:02:38 +02:00
Aleksandar Fabijanic
23f8842a14 Merge pull request #903 from zosrothko/develop
Various fixes for Cygwin X86_64 port and additional minor fixes
2015-08-20 16:56:46 -05:00
Aleksandar Fabijanic
9b56ef406c style fix 2015-08-19 16:59:04 -05:00
Günter Obiltschnig
2423f61e46 Merge pull request #911 from mkrivos/sqlite
SQLite bump to faster version 3.8.11.1
2015-08-19 20:43:41 +02:00
mkrivos
0f3eb63ddb SQLite bump to 3.8.11.1 2015-08-19 14:17:13 +02:00
FrancisANDRE
30cf39df79 -DSQLITE_OS_UNIX added so sqlite3.c compiles as a Unix system on
CYGWIN_NT-6.1 x86_64 instead as a WIN32 platform
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-08-18 11:12:12 +02:00
Günter Obiltschnig
b6ae5128ce added Visual Studio 2015 project files 2015-07-30 15:48:45 +02:00
Aleksandar Fabijanic
6721eb128b Poco::Data::Transaction should not accept transactor by reference #802 2015-05-05 14:25:57 -05:00
martin-osborne
7780ab3ae0 Corrected more spellings. 2015-04-10 11:43:49 +01:00
martin-osborne
4cf45ea4a3 Corrected more words. 2015-04-10 11:31:12 +01:00
martin-osborne
e9dce11e50 Correct mispelt 'd' and 'e' words. 2015-04-10 10:54:47 +01:00
martin-osborne
12c0594db6 Corrected misspelt 'b' and 'c' words. 2015-04-06 17:56:13 +01:00
martin-osborne
7e730aa9b8 Corrected other misspelt 'a' words. 2015-04-06 17:34:48 +01:00
martin-osborne
91dd5f8e44 Corrected spelling of accommodate in documentation and comments. 2015-04-06 17:03:35 +01:00
Günter Obiltschnig
e6b4c12ad2 updated project files to include JSONRowFormatter 2015-03-12 08:57:47 +01:00
rkadam
976baa895e Enhancing error message to show correct way to setup libodbc path 2015-03-06 12:56:47 +05:30
Alex Fabijanic
edafbf9c08 clang build 2015-02-12 21:58:41 -06:00
Alex Fabijanic
07a2529d9d JSON Formatter modifications 2015-02-12 20:49:35 -06:00
Alex Fabijanic
16260784da fix gcc build 2015-02-10 13:42:08 -06:00
Aleksandar Fabijanic
432e123ff4 add JSONFormatter to Makefile 2015-02-10 09:23:10 -06:00
Alex Fabijanic
beb81b4f16 add JSONFormatter 2015-02-10 00:27:07 -06: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
Günter Obiltschnig
bc0978d01e fixed GH #471: vs2010 release builds have optimization disabled
fixed GH #616: Visual Studio warning C4244
2014-11-20 21:22:52 +01:00
Guenter Obiltschnig
b8503e82e0 upgraded bundled SQLite to 3.8.7.2, take care of SQLITE_BUSY_RECOVERY and SQLITE_BUSY_SNAPSHOT 2014-11-19 18:46:17 +01:00
Guenter Obiltschnig
e95b6dea87 upgraded bundled SQLite to 3.8.7.1;
fixed #590: Poco::Data::SQlite doesn't support URI filenames
2014-11-07 11:12:04 +01:00
Pascal Bach
b69fafb84c CMake: Create PocoConfig.cmake to make importable from other CMake projects
The generated PocoConfig.cmake can be used by other CMake projects using find_package.
2014-10-14 17:58:46 +02:00
Alex Fabijanic
63a9c7cd2a GH #512: Poco:Data:ODBC:Binder.h causes a crash 2014-10-10 21:12:44 -05:00
Günter Obiltschnig
6fe2e4fb11 VS project files: do not share intermediate directory between projects in same folder 2014-10-06 13:51:49 +02:00
Guenter Obiltschnig
71511b1960 fix TypeHandler sample 2014-10-06 07:35:55 +02:00
Guenter Obiltschnig
edf4645cf9 upgraded SQLite to 3.8.6 2014-09-30 15:10:55 +02:00
Günter Obiltschnig
a2617235fe #538 more dtor fixes and some style fixes along the way 2014-09-29 12:09:01 +02:00
Guenter Obiltschnig
d50e5fd2c7 fixed testRowFormat 2014-09-27 17:40:27 +02:00
Guenter Obiltschnig
2e657d2a61 add column spacing to SimpleRowFormatter, can be specified in ctor 2014-09-23 22:43:00 +02:00
Guenter Obiltschnig
d663a6b570 add column spacing to SimpleRowFormatter, can be specified in ctor 2014-09-23 22:32:00 +02:00
Guenter Obiltschnig
85fd968a1e #538 prevent destructors from throwing exceptions 2014-09-19 10:13:03 +02:00
Guenter Obiltschnig
544229302e #538 prevent destructors from throwing exceptions 2014-09-19 09:46:49 +02:00
Günter Obiltschnig
e30ff7dd8c Merge pull request #517 from cristiantm/enh-sqlite-timeoutProperty
Adding timeout as property on SQLite
2014-09-17 19:44:46 +02:00
Matyas Dolak
d434d3cb12 Fixed ODBC WString size handling.
This fixes a bug where Poco would return a string 1 character shorter than is actually in the DB (when the string in the DB uses the full length of a CHAR(N) or VARCHAR(N) column).
2014-09-16 15:23:03 +02:00
Guenter Obiltschnig
67b206f663 removed unnecessary explicit in some multi-arg constructors 2014-09-10 16:44:36 +02:00