Francis ANDRE
bbddf9744c
Update Gradle
2018-05-07 21:09:22 +02:00
Francis ANDRE
3b3d2652fc
Remove POCO_LIB_SUFFIX since PostgreSQL does not provide a debug libpq
...
library
2018-05-07 20:32:32 +02:00
Francis ANDRE
a5951c7795
Add POCO_LIB_SUFFIX to the #pragma link library name
2018-05-07 20:29:41 +02:00
Francis ANDRE
33dcd181e6
Rename PocoSQLPostgreSQL to PocoDataPostgreSQL
2018-05-07 19:05:51 +02:00
Alex Fabijanic
dc021ae25c
Postgres Linux and cmake build
2018-05-07 11:50:39 -05:00
Alex Fabijanic
f6ddfe1d02
fix typeinfo compile error
2018-05-07 11:03:09 -05:00
Alex Fabijanic
f75bc3e00d
add postgresql
2018-05-07 15:28:38 +00:00
Alex Fabijanic
55e56b668d
data fixes (getters constness, string any handling)
2018-05-07 15:23:19 +00:00
Alex Fabijanic
fa042447a4
regenerate mysql vs projects
2018-05-07 15:22:12 +00:00
Francis ANDRE
cb3c31b4c6
Update Gradle build
2018-05-03 18:04:59 +02:00
zosrothko
215bd88183
Fix ODBC:testsuite build
2018-05-02 23:00:58 +02:00
zosrothko
0ae3bbda13
Use closure to add specific platform c++ code
2018-05-02 22:25:50 +02:00
zosrothko
821a88dd1a
Gradle udpate
2018-05-02 15:49:58 +02:00
zosrothko
090d24dce4
Fix for Data/SQLite on Linux
2018-05-02 15:03:08 +02:00
Francis ANDRE
5ee68dc96f
Readd Data/SQLite
2018-05-02 14:26:59 +02:00
zosrothko
8ed0f82b64
Update gradle
2018-04-20 13:26:38 +02:00
zosrothko
ca03c6b471
Update gradle
2018-04-20 13:25:51 +02:00
zosrothko
9f1c03da4d
Update gradle
2018-04-18 10:21:50 +02:00
jiajen
27e7e532cc
Fix #2277 ( #2278 )
2018-04-10 08:18:55 -06:00
Francis ANDRE
46898f3750
Add display of targetPlatform.name
2018-03-31 11:21:37 +02:00
zosrothko
2ca964c699
Fix PrebuildLibrary
2018-03-31 11:05:43 +02:00
Francis ANDRE
530e7b585a
Cleanup Windows libs
2018-03-29 20:47:12 +02:00
Francis ANDRE
502462c4bd
Rename poco_assertTrue to poco_assert
2018-03-29 15:42:54 +02:00
Francis ANDRE
b388dc6371
Rename poco_assertTrue to poco_assert
2018-03-29 14:50:34 +02:00
Francis ANDRE
e4d4315a88
Missing assertTrue
2018-03-29 14:09:26 +02:00
Francis ANDRE
dd8c25d7ae
Rename assert by assertTrue
2018-03-29 12:25:29 +02:00
Günter Obiltschnig
ccefee0d55
Poco::Data::SQLite data types #703
2018-03-06 19:11:51 +01:00
Joerg-Christian Boehme
9feabc7723
Add android build on travis ( #1981 )
...
* Add build for android in travis CI.
* Fix review findings. Change from __ANDORID__ to POCO_ANDROID
* Add android test
* Fix compile issue after rebase
* Ignore test big ping when its failing
2018-02-26 18:54:40 -06:00
Günter Obiltschnig
04c884a5f4
upgrade bundled sqlite to 3.22.0
2018-02-17 10:41:47 +01:00
Alex Fabijanic
d9bff00222
POCO SQLite Data Connector hangs #2108
2018-02-09 08:29:26 -06:00
Aleksandar Fabijanic
d007edb8ca
remove empty comments
2017-12-19 09:30:11 +01:00
Alex Fabijanic
52cc7e669d
Data/SQLite: Exception messages contain duplicate text #2012
2017-11-29 19:40:21 -06:00
Alex Fabijanic
21704830f1
SQLite not handling parameter count mismatch correctly #2020
2017-11-29 19:39:45 -06:00
Scott Talbert
1724e8ba53
Backport patches ( #2006 )
...
* Guard SQLITE_BUSY_SNAPSHOT which is not available in older SQLite releases
When building POCO unbundled with older versions of SQLite (such as on RHEL7)
SQLITE_BUSY_SNAPSHOT is not defined, so #ifdef guard it.
* Some of the samples need to link with PocoJSON
* Build parallelization issues #1730
* Fix building XMLStreamParser with unbundled expat
2017-11-20 09:31:20 -06:00
Guenter Obiltschnig
6acbe795b7
upgrade bundled sqlite to 3.21.0
2017-11-09 13:07:39 +01:00
Günter Obiltschnig
88ce18e198
fixed GH #1404 : Add Poco::Data::Statement::bind() method
2017-11-08 19:30:40 +01:00
zosrothko
f2e58c17e8
Add Gradle build scripts.
2017-10-31 09:07:53 +01:00
Alex Fabijanic
1b2bd22d34
wrong field size calculation in ODBC code #1659 and other develop backports
2017-10-30 13:24:32 -05:00
Alex Fabijanic
43195651af
Poco::Data ODBC impl doesn't bind to unsigned numeric types properly #1683
2017-10-20 22:14:07 -05:00
Alex Fabijanic
94e9f2eec2
getConnectionTimeout of SQLite DB wrapper returns wrong value (in milliseconds, should be in seconds) #1729
2017-10-12 20:46:53 -05:00
Alex Fabijanic
c7f105d1cd
DateTime wrong binding/extraction for MySQL database #1897 ; add docker mysql runtests
2017-10-07 12:43:04 -05:00
Günter Obiltschnig
04e7e04d4d
Remove \$Id`$ headers
2017-09-09 11:14:06 +02:00
Guenter Obiltschnig
c7a11d5722
upgrade bundled sqlite to 3.20.1
2017-09-01 19:54:41 +02:00
Günter Obiltschnig
da6e1d97ef
upgraded bundled sqlite to 3.20.0
2017-08-12 20:53:08 +02:00
Guenter Obiltschnig
f10d3a28f3
added Visual Studio 2017 project files
2017-02-20 16:20:16 +01:00
Guenter Obiltschnig
2de97f7ef4
fixed file headers
2017-02-18 14:30:54 +01:00
Guenter Obiltschnig
6548da5678
fixed docs
2017-02-18 14:03:55 +01:00
Guenter Obiltschnig
39ef64eead
GH #1558 : upgrade bundled SQLite to 3.16.2
2017-02-11 20:07:10 +01:00
Guenter Obiltschnig
f88eaabcea
fixed GH #1571 : ODBC Preparator memory leak
2017-02-11 12:24:36 +01:00
Guenter Obiltschnig
642bf58480
fixed GH #1532 : RecordSet and RowFilter: bad use of reference counter
2016-12-30 10:06:06 +01:00