Guenter Obiltschnig
97d8c42a4e
fixed file headers
2017-02-18 14:29:15 +01:00
Guenter Obiltschnig
e46e610b84
fixed GH #1532 : RecordSet and RowFilter: bad use of reference counter
2016-12-30 10:06:40 +01:00
Guenter Obiltschnig
142ad28494
initialize all members in ctor
2016-09-26 19:22:07 +02:00
Guenter Obiltschnig
1bb795e7ed
initialize all members in default ctor
2016-09-26 19:19:27 +02:00
Guenter Obiltschnig
ae3c4a4ba3
fixed some warnings and minor issues detected by clang-analyzer
...
Conflicts:
Data/src/RecordSet.cpp
2016-09-13 11:40:59 +02:00
Guenter Obiltschnig
eb01c3f539
don't include connection string in exception message
2016-09-11 01:40:28 +02:00
Günter Obiltschnig
d4382fae62
Revert "GH #1050 PageCompiler: fix gcc -Wshadow warnings"
2016-09-05 08:23:50 +02:00
Guenter Obiltschnig
dd941cbad1
fixed GH #1300 : Session constructor hangs
2016-07-03 14:14:50 +02:00
Guenter Obiltschnig
d11b69ca00
style fixes
2016-04-16 09:57:54 +02:00
Guenter Obiltschnig
9d425d73e1
fixed GH #1236 : Remove Poco::Data::Row::checkEmpty() as it prevents Row from being used with all NULL rows
2016-04-11 10:39:35 +02:00
Miklos Vajna
b997cc25d0
GH #1050 PageCompiler: fix gcc -Wshadow warnings
2016-03-29 15:07:36 +02:00
FrancisANDRE
4a82c83587
Merge from pocoproject/develop
...
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2016-03-23 15:22:06 +01:00
Guenter Obiltschnig
b30da7bcca
better logging if rollback fails with Exception
2016-03-12 20:40:39 +01:00
Guenter Obiltschnig
830894792d
fixed GH #1171 : Poco::Data::RecordSet: rowCount not reset after execute
2016-03-04 14:06:43 +01:00
Alex Fabijanic
32f3f4a146
merge Data changes (ODBC Sybase, PostgreSQL etc)
2016-02-28 11:06:08 -06:00
Miklos Vajna
6d1a4f20ba
GH #1050 Data: fix gcc -Wshadow warnings
2016-01-18 22:52:27 +01:00
Guenter Obiltschnig
8fd28947b9
re-added customizeSession() method from 1.4.x releases
2015-11-02 10:22:27 +01:00
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
Alex Fabijanic
beb81b4f16
add JSONFormatter
2015-02-10 00:27:07 -06: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
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
d663a6b570
add column spacing to SimpleRowFormatter, can be specified in ctor
2014-09-23 22:32:00 +02:00
Guenter Obiltschnig
544229302e
#538 prevent destructors from throwing exceptions
2014-09-19 09:46:49 +02:00
Alex Fabijanic
9d47f3ced8
- added GH #445 : Add flag to force POCO to preserve manually #defined target Windows versions
...
- fixed SQLite and MySQL broken builds
2014-05-21 04:47:24 -05:00
Alex Fabijanic
1aa28e1491
GH #290 : Unicode support
2014-05-21 03:28:24 -05:00
Roger Meier
b0581433a7
LICENSE: add info about SPDX-License-Identifier usage and use it
...
fix: remove executable flag and change back to 100644 (was 100755)
Signed-off-by: Roger Meier <r.meier@siemens.com>
2014-05-14 08:38:09 +02:00
Alex Fabijanic
609a35578c
cleared some 64-bit warnings and test failures
2014-05-13 04:06:00 -05:00
Roger Meier
628a06f718
LICENSE: add info about SPDX-License-Identifier usage and use it
...
Signed-off-by: Roger Meier <roger@bufferoverflow.ch>
2014-05-04 21:02:42 +02:00
Alex Fabijanic
794ee36b3d
GH #346 : Make Poco::Data::Date and Poco::Data::Time compare functions const.
2014-04-29 22:39:30 -05:00
Alex Fabijanic
0ad18f3e80
SessionPool diagnostics
2014-02-10 21:33:38 -06:00
Aleksandar Fabijanic
36025ccc33
GH #224 : building 1.5.1 on Windows for x64
2013-06-18 00:02:04 -05:00
Aleksandar Fabijanic
ebff906402
more Data housekeeping
...
replaced more pointers with SharedPtr
2013-04-28 20:09:36 -05:00
Aleksandar Fabijanic
a50823c5a8
data housekeeping
...
- removed naked pointers from Data interfaces
- fixed GH #82 : name conflict in Data::Keywords::bind
- fixed GH #157 : MySQL: cannot bind to 'long' data type on
Windows/Visual C++
- fixed GH #158 : MySQL: MYSQL_BIND 'is_unsigned' member is not set
2013-04-28 12:34:07 -05:00
Aleksandar Fabijanic
225401743f
case-insensitivity for SessionPool
2013-04-21 21:39:37 -05:00
aleks-f
dae51b2ebe
Mac/clang compile
2013-04-03 20:02:35 -05:00
aleks-f
1021b792b7
change RowFormatter* to RowFormatterPtr
...
Modified all uses of RowFormatter pointer to SharedPtr (RowFormatterPtr)
2013-04-03 19:19:29 -05:00
Adrian Imboden
b0bc3084d2
Data/SessionPool: Spelling mistakes fixed
2013-02-21 00:19:31 +01:00
aleks-f
9ea546d981
more callbacks and transaction tests
...
- added callbacks for commit and rollback with tests
- added transaction tests
2013-02-17 15:12:07 -06:00
aleks-f
c7cb7e4498
Time gcc compile fix
2013-02-09 22:54:28 -06:00
aleks-f
f09e1820cd
LOB gcc compile fix
2013-02-09 22:53:10 -06:00
aleks-f
317fd37d2b
another compile fix
2013-02-09 22:51:28 -06:00
aleks-f
134a2b9a73
gcc Var Date compile fix
2013-02-09 22:50:32 -06:00
aleks-f
6a859abb41
gcc Var Date conversion fix
2013-02-09 22:48:56 -06:00
aleks-f
7e1374a004
remove unecessary toLower()
...
make SessionFactory map keys case insensitive nad remove unnecessary
toLower() calls
2012-12-16 22:06:03 -06:00
Rangel Reale
74cb607471
* BUGFIX: SQLiteStatement was return affected rows even when there were none
...
* Allows binding of null Poco::Any.
2012-11-11 11:54:38 -02:00
Aleksandar Fabijanic
027dc6dd96
- remove temp files from repository
...
- add type cast to eliminate compile warning
2012-09-23 01:26:47 +00:00
Aleksandar Fabijanic
26d488044c
native MySQL, ODBC, Nullable; OSX compile, tests and fixes
2012-09-22 02:16:58 +00:00
Aleksandar Fabijanic
32c5b6b998
ODBC fixes and tests (Oracle, SQL Server, MySQL on Windows)
...
MySQL back-end compile fixes on Windows
Nullable/NullType
2012-09-17 00:18:13 +00:00